        /* @import url("http://192.168.1.65/zIntrab/assets/global/plugins/bootstrap/css/bootstrap.min.css"); */
        /* @import url("http://192.168.1.65/zIntrab/assets/global/plugins/uniform/css/uniform.default.css"); */
        /*test*/
        /* @import url("http://192.168.1.65/zIntrab/assets/global/css/components.css"); */
        /* @import url("http://192.168.1.65/zIntrab/assets/admin/layout2/css/custom.css"); */
        /* @import url("http://192.168.1.65/zIntrab/assets/admin/layout2/css/themes/grey.css"); */
        /* 	@import url("http://192.168.1.65/zIntrab/assets/global/plugins/bootstrap-switch/css/bootstrap-switch.min.css"); */
        /* 	@import url("http://192.168.1.65/zIntrab/assets/global/plugins/bootstrap-datetimepicker/css/bootstrap-datetimepicker.min.css"); */
        /* 	@import url("http://192.168.1.65/zIntrab/assets/admin/layout2/css/layout_fonturi.css"); */
        /* 	@import url("http://192.168.1.65/zIntrab/assets/admin/layout2/css/layout_efecte.css"); */
        /* 	@import url("http://192.168.1.65/zIntrab/assets/admin/layout2/css/layout_icons.css"); */
        /* 	@import url("http://192.168.1.65/zIntrabcss/sweetalert.css"); */
        /* 	@import url("http://192.168.1.65/zIntrab/assets/global/plugins/bootstrap-datepicker/css/datepicker.css"); */
        /* 	@import url("http://192.168.1.65/zIntrab/assets/global/plugins/pace/themes/pace-theme-flash.css");   */
        /* 	@import url("http://192.168.1.65/zIntrab/assets/global/plugins/bootstrap-fileinput/bootstrap-fileinput.css"); */
        /* 	@import url("http://192.168.1.65/zIntrab/assets/global/plugins/jquery-tags-input/jquery.tagsinput.css"); */
        /* 	@import url("http://192.168.1.65/zIntrab/assets/global/plugins/bootstrap-toastr/toastr.min.css"); */
        /* 	@import url("http://192.168.1.65/zIntrab/assets/global/plugins/bootstrap-datepicker/css/datepicker.css"); */
        /* 	@import url("http://192.168.1.65/zIntrab/assets/global/plugins/bootstrap-select/bootstrap-select.min.css"); */
        /* incarcare css-uri inline */
        /* 	@import url("http://192.168.1.65/zIntrab/assets/admin/layout2/css/layout_act.css");  */
        /* 	@import url("http://192.168.1.65/zIntrab/assets/global/plugins/font-awesome/css/font-awesome.min.css"); */
        /* 	@import url("http://192.168.1.65/zIntrab/assets/global/plugins/simple-line-icons/simple-line-icons.min.css"); */
        /* 	@import url("http://192.168.1.65/zIntrab/assets/global/css/plugins.css");	 */
        /*Animate CSS*/
        
        @charset "UTF-8";
        /*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
        
        @-webkit-keyframes bounce {
            0%,
            20%,
            53%,
            80%,
            to {
                -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
                -webkit-transform: translateZ(0);
                animation-timing-function: cubic-bezier(.215, .61, .355, 1);
                transform: translateZ(0)
            }
            40%,
            43% {
                -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
                -webkit-transform: translate3d(0, -30px, 0);
                animation-timing-function: cubic-bezier(.755, .05, .855, .06);
                transform: translate3d(0, -30px, 0)
            }
            70% {
                -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
                -webkit-transform: translate3d(0, -15px, 0);
                animation-timing-function: cubic-bezier(.755, .05, .855, .06);
                transform: translate3d(0, -15px, 0)
            }
            90% {
                -webkit-transform: translate3d(0, -4px, 0);
                transform: translate3d(0, -4px, 0)
            }
        }
        
        @keyframes bounce {
            0%,
            20%,
            53%,
            80%,
            to {
                -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
                -webkit-transform: translateZ(0);
                animation-timing-function: cubic-bezier(.215, .61, .355, 1);
                transform: translateZ(0)
            }
            40%,
            43% {
                -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
                -webkit-transform: translate3d(0, -30px, 0);
                animation-timing-function: cubic-bezier(.755, .05, .855, .06);
                transform: translate3d(0, -30px, 0)
            }
            70% {
                -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
                -webkit-transform: translate3d(0, -15px, 0);
                animation-timing-function: cubic-bezier(.755, .05, .855, .06);
                transform: translate3d(0, -15px, 0)
            }
            90% {
                -webkit-transform: translate3d(0, -4px, 0);
                transform: translate3d(0, -4px, 0)
            }
        }
        
        .bounce {
            -webkit-animation-name: bounce;
            -webkit-transform-origin: center bottom;
            animation-name: bounce;
            transform-origin: center bottom
        }
        
        @-webkit-keyframes flash {
            0%,
            50%,
            to {
                opacity: 1
            }
            25%,
            75% {
                opacity: 0
            }
        }
        
        @keyframes flash {
            0%,
            50%,
            to {
                opacity: 1
            }
            25%,
            75% {
                opacity: 0
            }
        }
        
        .flash {
            -webkit-animation-name: flash;
            animation-name: flash
        }
        
        @-webkit-keyframes pulse {
            0% {
                -webkit-transform: scaleX(1);
                transform: scaleX(1)
            }
            50% {
                -webkit-transform: scale3d(1.05, 1.05, 1.05);
                transform: scale3d(1.05, 1.05, 1.05)
            }
            to {
                -webkit-transform: scaleX(1);
                transform: scaleX(1)
            }
        }
        
        @keyframes pulse {
            0% {
                -webkit-transform: scaleX(1);
                transform: scaleX(1)
            }
            50% {
                -webkit-transform: scale3d(1.05, 1.05, 1.05);
                transform: scale3d(1.05, 1.05, 1.05)
            }
            to {
                -webkit-transform: scaleX(1);
                transform: scaleX(1)
            }
        }
        
        .pulse {
            -webkit-animation-name: pulse;
            animation-name: pulse
        }
        
        @-webkit-keyframes rubberBand {
            0% {
                -webkit-transform: scaleX(1);
                transform: scaleX(1)
            }
            30% {
                -webkit-transform: scale3d(1.25, .75, 1);
                transform: scale3d(1.25, .75, 1)
            }
            40% {
                -webkit-transform: scale3d(.75, 1.25, 1);
                transform: scale3d(.75, 1.25, 1)
            }
            50% {
                -webkit-transform: scale3d(1.15, .85, 1);
                transform: scale3d(1.15, .85, 1)
            }
            65% {
                -webkit-transform: scale3d(.95, 1.05, 1);
                transform: scale3d(.95, 1.05, 1)
            }
            75% {
                -webkit-transform: scale3d(1.05, .95, 1);
                transform: scale3d(1.05, .95, 1)
            }
            to {
                -webkit-transform: scaleX(1);
                transform: scaleX(1)
            }
        }
        
        @keyframes rubberBand {
            0% {
                -webkit-transform: scaleX(1);
                transform: scaleX(1)
            }
            30% {
                -webkit-transform: scale3d(1.25, .75, 1);
                transform: scale3d(1.25, .75, 1)
            }
            40% {
                -webkit-transform: scale3d(.75, 1.25, 1);
                transform: scale3d(.75, 1.25, 1)
            }
            50% {
                -webkit-transform: scale3d(1.15, .85, 1);
                transform: scale3d(1.15, .85, 1)
            }
            65% {
                -webkit-transform: scale3d(.95, 1.05, 1);
                transform: scale3d(.95, 1.05, 1)
            }
            75% {
                -webkit-transform: scale3d(1.05, .95, 1);
                transform: scale3d(1.05, .95, 1)
            }
            to {
                -webkit-transform: scaleX(1);
                transform: scaleX(1)
            }
        }
        
        .rubberBand {
            -webkit-animation-name: rubberBand;
            animation-name: rubberBand
        }
        
        @-webkit-keyframes shake {
            0%,
            to {
                -webkit-transform: translateZ(0);
                transform: translateZ(0)
            }
            10%,
            30%,
            50%,
            70%,
            90% {
                -webkit-transform: translate3d(-10px, 0, 0);
                transform: translate3d(-10px, 0, 0)
            }
            20%,
            40%,
            60%,
            80% {
                -webkit-transform: translate3d(10px, 0, 0);
                transform: translate3d(10px, 0, 0)
            }
        }
        
        @keyframes shake {
            0%,
            to {
                -webkit-transform: translateZ(0);
                transform: translateZ(0)
            }
            10%,
            30%,
            50%,
            70%,
            90% {
                -webkit-transform: translate3d(-10px, 0, 0);
                transform: translate3d(-10px, 0, 0)
            }
            20%,
            40%,
            60%,
            80% {
                -webkit-transform: translate3d(10px, 0, 0);
                transform: translate3d(10px, 0, 0)
            }
        }
        
        .shake {
            -webkit-animation-name: shake;
            animation-name: shake
        }
        
        @-webkit-keyframes headShake {
            0% {
                -webkit-transform: translateX(0);
                transform: translateX(0)
            }
            6.5% {
                -webkit-transform: translateX(-6px) rotateY(-9deg);
                transform: translateX(-6px) rotateY(-9deg)
            }
            18.5% {
                -webkit-transform: translateX(5px) rotateY(7deg);
                transform: translateX(5px) rotateY(7deg)
            }
            31.5% {
                -webkit-transform: translateX(-3px) rotateY(-5deg);
                transform: translateX(-3px) rotateY(-5deg)
            }
            43.5% {
                -webkit-transform: translateX(2px) rotateY(3deg);
                transform: translateX(2px) rotateY(3deg)
            }
            50% {
                -webkit-transform: translateX(0);
                transform: translateX(0)
            }
        }
        
        @keyframes headShake {
            0% {
                -webkit-transform: translateX(0);
                transform: translateX(0)
            }
            6.5% {
                -webkit-transform: translateX(-6px) rotateY(-9deg);
                transform: translateX(-6px) rotateY(-9deg)
            }
            18.5% {
                -webkit-transform: translateX(5px) rotateY(7deg);
                transform: translateX(5px) rotateY(7deg)
            }
            31.5% {
                -webkit-transform: translateX(-3px) rotateY(-5deg);
                transform: translateX(-3px) rotateY(-5deg)
            }
            43.5% {
                -webkit-transform: translateX(2px) rotateY(3deg);
                transform: translateX(2px) rotateY(3deg)
            }
            50% {
                -webkit-transform: translateX(0);
                transform: translateX(0)
            }
        }
        
        .headShake {
            -webkit-animation-name: headShake;
            -webkit-animation-timing-function: ease-in-out;
            animation-name: headShake;
            animation-timing-function: ease-in-out
        }
        
        @-webkit-keyframes swing {
            20% {
                -webkit-transform: rotate(15deg);
                transform: rotate(15deg)
            }
            40% {
                -webkit-transform: rotate(-10deg);
                transform: rotate(-10deg)
            }
            60% {
                -webkit-transform: rotate(5deg);
                transform: rotate(5deg)
            }
            80% {
                -webkit-transform: rotate(-5deg);
                transform: rotate(-5deg)
            }
            to {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg)
            }
        }
        
        @keyframes swing {
            20% {
                -webkit-transform: rotate(15deg);
                transform: rotate(15deg)
            }
            40% {
                -webkit-transform: rotate(-10deg);
                transform: rotate(-10deg)
            }
            60% {
                -webkit-transform: rotate(5deg);
                transform: rotate(5deg)
            }
            80% {
                -webkit-transform: rotate(-5deg);
                transform: rotate(-5deg)
            }
            to {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg)
            }
        }
        
        .swing {
            -webkit-animation-name: swing;
            -webkit-transform-origin: top center;
            animation-name: swing;
            transform-origin: top center
        }
        
        @-webkit-keyframes tada {
            0% {
                -webkit-transform: scaleX(1);
                transform: scaleX(1)
            }
            10%,
            20% {
                -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
                transform: scale3d(.9, .9, .9) rotate(-3deg)
            }
            30%,
            50%,
            70%,
            90% {
                -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
                transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
            }
            40%,
            60%,
            80% {
                -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
                transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
            }
            to {
                -webkit-transform: scaleX(1);
                transform: scaleX(1)
            }
        }
        
        @keyframes tada {
            0% {
                -webkit-transform: scaleX(1);
                transform: scaleX(1)
            }
            10%,
            20% {
                -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
                transform: scale3d(.9, .9, .9) rotate(-3deg)
            }
            30%,
            50%,
            70%,
            90% {
                -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
                transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
            }
            40%,
            60%,
            80% {
                -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
                transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
            }
            to {
                -webkit-transform: scaleX(1);
                transform: scaleX(1)
            }
        }
        
        .tada {
            -webkit-animation-name: tada;
            animation-name: tada
        }
        
        @-webkit-keyframes wobble {
            0% {
                -webkit-transform: translateZ(0);
                transform: translateZ(0)
            }
            15% {
                -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
                transform: translate3d(-25%, 0, 0) rotate(-5deg)
            }
            30% {
                -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
                transform: translate3d(20%, 0, 0) rotate(3deg)
            }
            45% {
                -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
                transform: translate3d(-15%, 0, 0) rotate(-3deg)
            }
            60% {
                -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
                transform: translate3d(10%, 0, 0) rotate(2deg)
            }
            75% {
                -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
                transform: translate3d(-5%, 0, 0) rotate(-1deg)
            }
            to {
                -webkit-transform: translateZ(0);
                transform: translateZ(0)
            }
        }
        
        @keyframes wobble {
            0% {
                -webkit-transform: translateZ(0);
                transform: translateZ(0)
            }
            15% {
                -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
                transform: translate3d(-25%, 0, 0) rotate(-5deg)
            }
            30% {
                -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
                transform: translate3d(20%, 0, 0) rotate(3deg)
            }
            45% {
                -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
                transform: translate3d(-15%, 0, 0) rotate(-3deg)
            }
            60% {
                -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
                transform: translate3d(10%, 0, 0) rotate(2deg)
            }
            75% {
                -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
                transform: translate3d(-5%, 0, 0) rotate(-1deg)
            }
            to {
                -webkit-transform: translateZ(0);
                transform: translateZ(0)
            }
        }
        
        .wobble {
            -webkit-animation-name: wobble;
            animation-name: wobble
        }
        
        @-webkit-keyframes jello {
            0%,
            11.1%,
            to {
                -webkit-transform: translateZ(0);
                transform: translateZ(0)
            }
            22.2% {
                -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
                transform: skewX(-12.5deg) skewY(-12.5deg)
            }
            33.3% {
                -webkit-transform: skewX(6.25deg) skewY(6.25deg);
                transform: skewX(6.25deg) skewY(6.25deg)
            }
            44.4% {
                -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
                transform: skewX(-3.125deg) skewY(-3.125deg)
            }
            55.5% {
                -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
                transform: skewX(1.5625deg) skewY(1.5625deg)
            }
            66.6% {
                -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
                transform: skewX(-.78125deg) skewY(-.78125deg)
            }
            77.7% {
                -webkit-transform: skewX(.390625deg) skewY(.390625deg);
                transform: skewX(.390625deg) skewY(.390625deg)
            }
            88.8% {
                -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
                transform: skewX(-.1953125deg) skewY(-.1953125deg)
            }
        }
        
        @keyframes jello {
            0%,
            11.1%,
            to {
                -webkit-transform: translateZ(0);
                transform: translateZ(0)
            }
            22.2% {
                -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
                transform: skewX(-12.5deg) skewY(-12.5deg)
            }
            33.3% {
                -webkit-transform: skewX(6.25deg) skewY(6.25deg);
                transform: skewX(6.25deg) skewY(6.25deg)
            }
            44.4% {
                -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
                transform: skewX(-3.125deg) skewY(-3.125deg)
            }
            55.5% {
                -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
                transform: skewX(1.5625deg) skewY(1.5625deg)
            }
            66.6% {
                -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
                transform: skewX(-.78125deg) skewY(-.78125deg)
            }
            77.7% {
                -webkit-transform: skewX(.390625deg) skewY(.390625deg);
                transform: skewX(.390625deg) skewY(.390625deg)
            }
            88.8% {
                -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
                transform: skewX(-.1953125deg) skewY(-.1953125deg)
            }
        }
        
        .jello {
            -webkit-animation-name: jello;
            -webkit-transform-origin: center;
            animation-name: jello;
            transform-origin: center
        }
        
        @-webkit-keyframes heartBeat {
            0% {
                -webkit-transform: scale(1);
                transform: scale(1)
            }
            14% {
                -webkit-transform: scale(1.3);
                transform: scale(1.3)
            }
            28% {
                -webkit-transform: scale(1);
                transform: scale(1)
            }
            42% {
                -webkit-transform: scale(1.3);
                transform: scale(1.3)
            }
            70% {
                -webkit-transform: scale(1);
                transform: scale(1)
            }
        }
        
        @keyframes heartBeat {
            0% {
                -webkit-transform: scale(1);
                transform: scale(1)
            }
            14% {
                -webkit-transform: scale(1.3);
                transform: scale(1.3)
            }
            28% {
                -webkit-transform: scale(1);
                transform: scale(1)
            }
            42% {
                -webkit-transform: scale(1.3);
                transform: scale(1.3)
            }
            70% {
                -webkit-transform: scale(1);
                transform: scale(1)
            }
        }
        
        .heartBeat {
            -webkit-animation-duration: 1.3s;
            -webkit-animation-name: heartBeat;
            -webkit-animation-timing-function: ease-in-out;
            animation-duration: 1.3s;
            animation-name: heartBeat;
            animation-timing-function: ease-in-out
        }
        
        @-webkit-keyframes bounceIn {
            0%,
            20%,
            40%,
            60%,
            80%,
            to {
                -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
                animation-timing-function: cubic-bezier(.215, .61, .355, 1)
            }
            0% {
                -webkit-transform: scale3d(.3, .3, .3);
                opacity: 0;
                transform: scale3d(.3, .3, .3)
            }
            20% {
                -webkit-transform: scale3d(1.1, 1.1, 1.1);
                transform: scale3d(1.1, 1.1, 1.1)
            }
            40% {
                -webkit-transform: scale3d(.9, .9, .9);
                transform: scale3d(.9, .9, .9)
            }
            60% {
                -webkit-transform: scale3d(1.03, 1.03, 1.03);
                opacity: 1;
                transform: scale3d(1.03, 1.03, 1.03)
            }
            80% {
                -webkit-transform: scale3d(.97, .97, .97);
                transform: scale3d(.97, .97, .97)
            }
            to {
                -webkit-transform: scaleX(1);
                opacity: 1;
                transform: scaleX(1)
            }
        }
        
        @keyframes bounceIn {
            0%,
            20%,
            40%,
            60%,
            80%,
            to {
                -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
                animation-timing-function: cubic-bezier(.215, .61, .355, 1)
            }
            0% {
                -webkit-transform: scale3d(.3, .3, .3);
                opacity: 0;
                transform: scale3d(.3, .3, .3)
            }
            20% {
                -webkit-transform: scale3d(1.1, 1.1, 1.1);
                transform: scale3d(1.1, 1.1, 1.1)
            }
            40% {
                -webkit-transform: scale3d(.9, .9, .9);
                transform: scale3d(.9, .9, .9)
            }
            60% {
                -webkit-transform: scale3d(1.03, 1.03, 1.03);
                opacity: 1;
                transform: scale3d(1.03, 1.03, 1.03)
            }
            80% {
                -webkit-transform: scale3d(.97, .97, .97);
                transform: scale3d(.97, .97, .97)
            }
            to {
                -webkit-transform: scaleX(1);
                opacity: 1;
                transform: scaleX(1)
            }
        }
        
        .bounceIn {
            -webkit-animation-duration: .75s;
            -webkit-animation-name: bounceIn;
            animation-duration: .75s;
            animation-name: bounceIn
        }
        
        @-webkit-keyframes bounceInDown {
            0%,
            60%,
            75%,
            90%,
            to {
                -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
                animation-timing-function: cubic-bezier(.215, .61, .355, 1)
            }
            0% {
                -webkit-transform: translate3d(0, -3000px, 0);
                opacity: 0;
                transform: translate3d(0, -3000px, 0)
            }
            60% {
                -webkit-transform: translate3d(0, 25px, 0);
                opacity: 1;
                transform: translate3d(0, 25px, 0)
            }
            75% {
                -webkit-transform: translate3d(0, -10px, 0);
                transform: translate3d(0, -10px, 0)
            }
            90% {
                -webkit-transform: translate3d(0, 5px, 0);
                transform: translate3d(0, 5px, 0)
            }
            to {
                -webkit-transform: translateZ(0);
                transform: translateZ(0)
            }
        }
        
        @keyframes bounceInDown {
            0%,
            60%,
            75%,
            90%,
            to {
                -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
                animation-timing-function: cubic-bezier(.215, .61, .355, 1)
            }
            0% {
                -webkit-transform: translate3d(0, -3000px, 0);
                opacity: 0;
                transform: translate3d(0, -3000px, 0)
            }
            60% {
                -webkit-transform: translate3d(0, 25px, 0);
                opacity: 1;
                transform: translate3d(0, 25px, 0)
            }
            75% {
                -webkit-transform: translate3d(0, -10px, 0);
                transform: translate3d(0, -10px, 0)
            }
            90% {
                -webkit-transform: translate3d(0, 5px, 0);
                transform: translate3d(0, 5px, 0)
            }
            to {
                -webkit-transform: translateZ(0);
                transform: translateZ(0)
            }
        }
        
        .bounceInDown {
            -webkit-animation-name: bounceInDown;
            animation-name: bounceInDown
        }
        
        @-webkit-keyframes bounceInLeft {
            0%,
            60%,
            75%,
            90%,
            to {
                -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
                animation-timing-function: cubic-bezier(.215, .61, .355, 1)
            }
            0% {
                -webkit-transform: translate3d(-3000px, 0, 0);
                opacity: 0;
                transform: translate3d(-3000px, 0, 0)
            }
            60% {
                -webkit-transform: translate3d(25px, 0, 0);
                opacity: 1;
                transform: translate3d(25px, 0, 0)
            }
            75% {
                -webkit-transform: translate3d(-10px, 0, 0);
                transform: translate3d(-10px, 0, 0)
            }
            90% {
                -webkit-transform: translate3d(5px, 0, 0);
                transform: translate3d(5px, 0, 0)
            }
            to {
                -webkit-transform: translateZ(0);
                transform: translateZ(0)
            }
        }
        
        @keyframes bounceInLeft {
            0%,
            60%,
            75%,
            90%,
            to {
                -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
                animation-timing-function: cubic-bezier(.215, .61, .355, 1)
            }
            0% {
                -webkit-transform: translate3d(-3000px, 0, 0);
                opacity: 0;
                transform: translate3d(-3000px, 0, 0)
            }
            60% {
                -webkit-transform: translate3d(25px, 0, 0);
                opacity: 1;
                transform: translate3d(25px, 0, 0)
            }
            75% {
                -webkit-transform: translate3d(-10px, 0, 0);
                transform: translate3d(-10px, 0, 0)
            }
            90% {
                -webkit-transform: translate3d(5px, 0, 0);
                transform: translate3d(5px, 0, 0)
            }
            to {
                -webkit-transform: translateZ(0);
                transform: translateZ(0)
            }
        }
        
        .bounceInLeft {
            -webkit-animation-name: bounceInLeft;
            animation-name: bounceInLeft
        }
        
        @-webkit-keyframes bounceInRight {
            0%,
            60%,
            75%,
            90%,
            to {
                -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
                animation-timing-function: cubic-bezier(.215, .61, .355, 1)
            }
            0% {
                -webkit-transform: translate3d(3000px, 0, 0);
                opacity: 0;
                transform: translate3d(3000px, 0, 0)
            }
            60% {
                -webkit-transform: translate3d(-25px, 0, 0);
                opacity: 1;
                transform: translate3d(-25px, 0, 0)
            }
            75% {
                -webkit-transform: translate3d(10px, 0, 0);
                transform: translate3d(10px, 0, 0)
            }
            90% {
                -webkit-transform: translate3d(-5px, 0, 0);
                transform: translate3d(-5px, 0, 0)
            }
            to {
                -webkit-transform: translateZ(0);
                transform: translateZ(0)
            }
        }
        
        @keyframes bounceInRight {
            0%,
            60%,
            75%,
            90%,
            to {
                -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
                animation-timing-function: cubic-bezier(.215, .61, .355, 1)
            }
            0% {
                -webkit-transform: translate3d(3000px, 0, 0);
                opacity: 0;
                transform: translate3d(3000px, 0, 0)
            }
            60% {
                -webkit-transform: translate3d(-25px, 0, 0);
                opacity: 1;
                transform: translate3d(-25px, 0, 0)
            }
            75% {
                -webkit-transform: translate3d(10px, 0, 0);
                transform: translate3d(10px, 0, 0)
            }
            90% {
                -webkit-transform: translate3d(-5px, 0, 0);
                transform: translate3d(-5px, 0, 0)
            }
            to {
                -webkit-transform: translateZ(0);
                transform: translateZ(0)
            }
        }
        
        .bounceInRight {
            -webkit-animation-name: bounceInRight;
            animation-name: bounceInRight
        }
        
        @-webkit-keyframes bounceInUp {
            0%,
            60%,
            75%,
            90%,
            to {
                -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
                animation-timing-function: cubic-bezier(.215, .61, .355, 1)
            }
            0% {
                -webkit-transform: translate3d(0, 3000px, 0);
                opacity: 0;
                transform: translate3d(0, 3000px, 0)
            }
            60% {
                -webkit-transform: translate3d(0, -20px, 0);
                opacity: 1;
                transform: translate3d(0, -20px, 0)
            }
            75% {
                -webkit-transform: translate3d(0, 10px, 0);
                transform: translate3d(0, 10px, 0)
            }
            90% {
                -webkit-transform: translate3d(0, -5px, 0);
                transform: translate3d(0, -5px, 0)
            }
            to {
                -webkit-transform: translateZ(0);
                transform: translateZ(0)
            }
        }
        
        @keyframes bounceInUp {
            0%,
            60%,
            75%,
            90%,
            to {
                -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
                animation-timing-function: cubic-bezier(.215, .61, .355, 1)
            }
            0% {
                -webkit-transform: translate3d(0, 3000px, 0);
                opacity: 0;
                transform: translate3d(0, 3000px, 0)
            }
            60% {
                -webkit-transform: translate3d(0, -20px, 0);
                opacity: 1;
                transform: translate3d(0, -20px, 0)
            }
            75% {
                -webkit-transform: translate3d(0, 10px, 0);
                transform: translate3d(0, 10px, 0)
            }
            90% {
                -webkit-transform: translate3d(0, -5px, 0);
                transform: translate3d(0, -5px, 0)
            }
            to {
                -webkit-transform: translateZ(0);
                transform: translateZ(0)
            }
        }
        
        .bounceInUp {
            -webkit-animation-name: bounceInUp;
            animation-name: bounceInUp
        }
        
        @-webkit-keyframes bounceOut {
            20% {
                -webkit-transform: scale3d(.9, .9, .9);
                transform: scale3d(.9, .9, .9)
            }
            50%,
            55% {
                -webkit-transform: scale3d(1.1, 1.1, 1.1);
                opacity: 1;
                transform: scale3d(1.1, 1.1, 1.1)
            }
            to {
                -webkit-transform: scale3d(.3, .3, .3);
                opacity: 0;
                transform: scale3d(.3, .3, .3)
            }
        }
        
        @keyframes bounceOut {
            20% {
                -webkit-transform: scale3d(.9, .9, .9);
                transform: scale3d(.9, .9, .9)
            }
            50%,
            55% {
                -webkit-transform: scale3d(1.1, 1.1, 1.1);
                opacity: 1;
                transform: scale3d(1.1, 1.1, 1.1)
            }
            to {
                -webkit-transform: scale3d(.3, .3, .3);
                opacity: 0;
                transform: scale3d(.3, .3, .3)
            }
        }
        
        .bounceOut {
            -webkit-animation-duration: .75s;
            -webkit-animation-name: bounceOut;
            animation-duration: .75s;
            animation-name: bounceOut
        }
        
        @-webkit-keyframes bounceOutDown {
            20% {
                -webkit-transform: translate3d(0, 10px, 0);
                transform: translate3d(0, 10px, 0)
            }
            40%,
            45% {
                -webkit-transform: translate3d(0, -20px, 0);
                opacity: 1;
                transform: translate3d(0, -20px, 0)
            }
            to {
                -webkit-transform: translate3d(0, 2000px, 0);
                opacity: 0;
                transform: translate3d(0, 2000px, 0)
            }
        }
        
        @keyframes bounceOutDown {
            20% {
                -webkit-transform: translate3d(0, 10px, 0);
                transform: translate3d(0, 10px, 0)
            }
            40%,
            45% {
                -webkit-transform: translate3d(0, -20px, 0);
                opacity: 1;
                transform: translate3d(0, -20px, 0)
            }
            to {
                -webkit-transform: translate3d(0, 2000px, 0);
                opacity: 0;
                transform: translate3d(0, 2000px, 0)
            }
        }
        
        .bounceOutDown {
            -webkit-animation-name: bounceOutDown;
            animation-name: bounceOutDown
        }
        
        @-webkit-keyframes bounceOutLeft {
            20% {
                -webkit-transform: translate3d(20px, 0, 0);
                opacity: 1;
                transform: translate3d(20px, 0, 0)
            }
            to {
                -webkit-transform: translate3d(-2000px, 0, 0);
                opacity: 0;
                transform: translate3d(-2000px, 0, 0)
            }
        }
        
        @keyframes bounceOutLeft {
            20% {
                -webkit-transform: translate3d(20px, 0, 0);
                opacity: 1;
                transform: translate3d(20px, 0, 0)
            }
            to {
                -webkit-transform: translate3d(-2000px, 0, 0);
                opacity: 0;
                transform: translate3d(-2000px, 0, 0)
            }
        }
        
        .bounceOutLeft {
            -webkit-animation-name: bounceOutLeft;
            animation-name: bounceOutLeft
        }
        
        @-webkit-keyframes bounceOutRight {
            20% {
                -webkit-transform: translate3d(-20px, 0, 0);
                opacity: 1;
                transform: translate3d(-20px, 0, 0)
            }
            to {
                -webkit-transform: translate3d(2000px, 0, 0);
                opacity: 0;
                transform: translate3d(2000px, 0, 0)
            }
        }
        
        @keyframes bounceOutRight {
            20% {
                -webkit-transform: translate3d(-20px, 0, 0);
                opacity: 1;
                transform: translate3d(-20px, 0, 0)
            }
            to {
                -webkit-transform: translate3d(2000px, 0, 0);
                opacity: 0;
                transform: translate3d(2000px, 0, 0)
            }
        }
        
        .bounceOutRight {
            -webkit-animation-name: bounceOutRight;
            animation-name: bounceOutRight
        }
        
        @-webkit-keyframes bounceOutUp {
            20% {
                -webkit-transform: translate3d(0, -10px, 0);
                transform: translate3d(0, -10px, 0)
            }
            40%,
            45% {
                -webkit-transform: translate3d(0, 20px, 0);
                opacity: 1;
                transform: translate3d(0, 20px, 0)
            }
            to {
                -webkit-transform: translate3d(0, -2000px, 0);
                opacity: 0;
                transform: translate3d(0, -2000px, 0)
            }
        }
        
        @keyframes bounceOutUp {
            20% {
                -webkit-transform: translate3d(0, -10px, 0);
                transform: translate3d(0, -10px, 0)
            }
            40%,
            45% {
                -webkit-transform: translate3d(0, 20px, 0);
                opacity: 1;
                transform: translate3d(0, 20px, 0)
            }
            to {
                -webkit-transform: translate3d(0, -2000px, 0);
                opacity: 0;
                transform: translate3d(0, -2000px, 0)
            }
        }
        
        .bounceOutUp {
            -webkit-animation-name: bounceOutUp;
            animation-name: bounceOutUp
        }
        
        @-webkit-keyframes fadeIn {
            0% {
                opacity: 0
            }
            to {
                opacity: 1
            }
        }
        
        @keyframes fadeIn {
            0% {
                opacity: 0
            }
            to {
                opacity: 1
            }
        }
        
        .fadeIn {
            -webkit-animation-name: fadeIn;
            animation-name: fadeIn
        }
        
        @-webkit-keyframes fadeInDown {
            0% {
                -webkit-transform: translate3d(0, -100%, 0);
                opacity: 0;
                transform: translate3d(0, -100%, 0)
            }
            to {
                -webkit-transform: translateZ(0);
                opacity: 1;
                transform: translateZ(0)
            }
        }
        
        @keyframes fadeInDown {
            0% {
                -webkit-transform: translate3d(0, -100%, 0);
                opacity: 0;
                transform: translate3d(0, -100%, 0)
            }
            to {
                -webkit-transform: translateZ(0);
                opacity: 1;
                transform: translateZ(0)
            }
        }
        
        .fadeInDown {
            -webkit-animation-name: fadeInDown;
            animation-name: fadeInDown
        }
        
        @-webkit-keyframes fadeInDownBig {
            0% {
                -webkit-transform: translate3d(0, -2000px, 0);
                opacity: 0;
                transform: translate3d(0, -2000px, 0)
            }
            to {
                -webkit-transform: translateZ(0);
                opacity: 1;
                transform: translateZ(0)
            }
        }
        
        @keyframes fadeInDownBig {
            0% {
                -webkit-transform: translate3d(0, -2000px, 0);
                opacity: 0;
                transform: translate3d(0, -2000px, 0)
            }
            to {
                -webkit-transform: translateZ(0);
                opacity: 1;
                transform: translateZ(0)
            }
        }
        
        .fadeInDownBig {
            -webkit-animation-name: fadeInDownBig;
            animation-name: fadeInDownBig
        }
        
        @-webkit-keyframes fadeInLeft {
            0% {
                -webkit-transform: translate3d(-100%, 0, 0);
                opacity: 0;
                transform: translate3d(-100%, 0, 0)
            }
            to {
                -webkit-transform: translateZ(0);
                opacity: 1;
                transform: translateZ(0)
            }
        }
        
        @keyframes fadeInLeft {
            0% {
                -webkit-transform: translate3d(-100%, 0, 0);
                opacity: 0;
                transform: translate3d(-100%, 0, 0)
            }
            to {
                -webkit-transform: translateZ(0);
                opacity: 1;
                transform: translateZ(0)
            }
        }
        
        .fadeInLeft {
            -webkit-animation-name: fadeInLeft;
            animation-name: fadeInLeft
        }
        
        @-webkit-keyframes fadeInLeftBig {
            0% {
                -webkit-transform: translate3d(-2000px, 0, 0);
                opacity: 0;
                transform: translate3d(-2000px, 0, 0)
            }
            to {
                -webkit-transform: translateZ(0);
                opacity: 1;
                transform: translateZ(0)
            }
        }
        
        @keyframes fadeInLeftBig {
            0% {
                -webkit-transform: translate3d(-2000px, 0, 0);
                opacity: 0;
                transform: translate3d(-2000px, 0, 0)
            }
            to {
                -webkit-transform: translateZ(0);
                opacity: 1;
                transform: translateZ(0)
            }
        }
        
        .fadeInLeftBig {
            -webkit-animation-name: fadeInLeftBig;
            animation-name: fadeInLeftBig
        }
        
        @-webkit-keyframes fadeInRight {
            0% {
                -webkit-transform: translate3d(100%, 0, 0);
                opacity: 0;
                transform: translate3d(100%, 0, 0)
            }
            to {
                -webkit-transform: translateZ(0);
                opacity: 1;
                transform: translateZ(0)
            }
        }
        
        @keyframes fadeInRight {
            0% {
                -webkit-transform: translate3d(100%, 0, 0);
                opacity: 0;
                transform: translate3d(100%, 0, 0)
            }
            to {
                -webkit-transform: translateZ(0);
                opacity: 1;
                transform: translateZ(0)
            }
        }
        
        .fadeInRight {
            -webkit-animation-name: fadeInRight;
            animation-name: fadeInRight
        }
        
        @-webkit-keyframes fadeInRightBig {
            0% {
                -webkit-transform: translate3d(2000px, 0, 0);
                opacity: 0;
                transform: translate3d(2000px, 0, 0)
            }
            to {
                -webkit-transform: translateZ(0);
                opacity: 1;
                transform: translateZ(0)
            }
        }
        
        @keyframes fadeInRightBig {
            0% {
                -webkit-transform: translate3d(2000px, 0, 0);
                opacity: 0;
                transform: translate3d(2000px, 0, 0)
            }
            to {
                -webkit-transform: translateZ(0);
                opacity: 1;
                transform: translateZ(0)
            }
        }
        
        .fadeInRightBig {
            -webkit-animation-name: fadeInRightBig;
            animation-name: fadeInRightBig
        }
        
        @-webkit-keyframes fadeInUp {
            0% {
                -webkit-transform: translate3d(0, 100%, 0);
                opacity: 0;
                transform: translate3d(0, 100%, 0)
            }
            to {
                -webkit-transform: translateZ(0);
                opacity: 1;
                transform: translateZ(0)
            }
        }
        
        @keyframes fadeInUp {
            0% {
                -webkit-transform: translate3d(0, 100%, 0);
                opacity: 0;
                transform: translate3d(0, 100%, 0)
            }
            to {
                -webkit-transform: translateZ(0);
                opacity: 1;
                transform: translateZ(0)
            }
        }
        
        .fadeInUp {
            -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp
        }
        
        @-webkit-keyframes fadeInUpBig {
            0% {
                -webkit-transform: translate3d(0, 2000px, 0);
                opacity: 0;
                transform: translate3d(0, 2000px, 0)
            }
            to {
                -webkit-transform: translateZ(0);
                opacity: 1;
                transform: translateZ(0)
            }
        }
        
        @keyframes fadeInUpBig {
            0% {
                -webkit-transform: translate3d(0, 2000px, 0);
                opacity: 0;
                transform: translate3d(0, 2000px, 0)
            }
            to {
                -webkit-transform: translateZ(0);
                opacity: 1;
                transform: translateZ(0)
            }
        }
        
        .fadeInUpBig {
            -webkit-animation-name: fadeInUpBig;
            animation-name: fadeInUpBig
        }
        
        @-webkit-keyframes fadeOut {
            0% {
                opacity: 1
            }
            to {
                opacity: 0
            }
        }
        
        @keyframes fadeOut {
            0% {
                opacity: 1
            }
            to {
                opacity: 0
            }
        }
        
        .fadeOut {
            -webkit-animation-name: fadeOut;
            animation-name: fadeOut
        }
        
        @-webkit-keyframes fadeOutDown {
            0% {
                opacity: 1
            }
            to {
                -webkit-transform: translate3d(0, 100%, 0);
                opacity: 0;
                transform: translate3d(0, 100%, 0)
            }
        }
        
        @keyframes fadeOutDown {
            0% {
                opacity: 1
            }
            to {
                -webkit-transform: translate3d(0, 100%, 0);
                opacity: 0;
                transform: translate3d(0, 100%, 0)
            }
        }
        
        .fadeOutDown {
            -webkit-animation-name: fadeOutDown;
            animation-name: fadeOutDown
        }
        
        @-webkit-keyframes fadeOutDownBig {
            0% {
                opacity: 1
            }
            to {
                -webkit-transform: translate3d(0, 2000px, 0);
                opacity: 0;
                transform: translate3d(0, 2000px, 0)
            }
        }
        
        @keyframes fadeOutDownBig {
            0% {
                opacity: 1
            }
            to {
                -webkit-transform: translate3d(0, 2000px, 0);
                opacity: 0;
                transform: translate3d(0, 2000px, 0)
            }
        }
        
        .fadeOutDownBig {
            -webkit-animation-name: fadeOutDownBig;
            animation-name: fadeOutDownBig
        }
        
        @-webkit-keyframes fadeOutLeft {
            0% {
                opacity: 1
            }
            to {
                -webkit-transform: translate3d(-100%, 0, 0);
                opacity: 0;
                transform: translate3d(-100%, 0, 0)
            }
        }
        
        @keyframes fadeOutLeft {
            0% {
                opacity: 1
            }
            to {
                -webkit-transform: translate3d(-100%, 0, 0);
                opacity: 0;
                transform: translate3d(-100%, 0, 0)
            }
        }
        
        .fadeOutLeft {
            -webkit-animation-name: fadeOutLeft;
            animation-name: fadeOutLeft
        }
        
        @-webkit-keyframes fadeOutLeftBig {
            0% {
                opacity: 1
            }
            to {
                -webkit-transform: translate3d(-2000px, 0, 0);
                opacity: 0;
                transform: translate3d(-2000px, 0, 0)
            }
        }
        
        @keyframes fadeOutLeftBig {
            0% {
                opacity: 1
            }
            to {
                -webkit-transform: translate3d(-2000px, 0, 0);
                opacity: 0;
                transform: translate3d(-2000px, 0, 0)
            }
        }
        
        .fadeOutLeftBig {
            -webkit-animation-name: fadeOutLeftBig;
            animation-name: fadeOutLeftBig
        }
        
        @-webkit-keyframes fadeOutRight {
            0% {
                opacity: 1
            }
            to {
                -webkit-transform: translate3d(100%, 0, 0);
                opacity: 0;
                transform: translate3d(100%, 0, 0)
            }
        }
        
        @keyframes fadeOutRight {
            0% {
                opacity: 1
            }
            to {
                -webkit-transform: translate3d(100%, 0, 0);
                opacity: 0;
                transform: translate3d(100%, 0, 0)
            }
        }
        
        .fadeOutRight {
            -webkit-animation-name: fadeOutRight;
            animation-name: fadeOutRight
        }
        
        @-webkit-keyframes fadeOutRightBig {
            0% {
                opacity: 1
            }
            to {
                -webkit-transform: translate3d(2000px, 0, 0);
                opacity: 0;
                transform: translate3d(2000px, 0, 0)
            }
        }
        
        @keyframes fadeOutRightBig {
            0% {
                opacity: 1
            }
            to {
                -webkit-transform: translate3d(2000px, 0, 0);
                opacity: 0;
                transform: translate3d(2000px, 0, 0)
            }
        }
        
        .fadeOutRightBig {
            -webkit-animation-name: fadeOutRightBig;
            animation-name: fadeOutRightBig
        }
        
        @-webkit-keyframes fadeOutUp {
            0% {
                opacity: 1
            }
            to {
                -webkit-transform: translate3d(0, -100%, 0);
                opacity: 0;
                transform: translate3d(0, -100%, 0)
            }
        }
        
        @keyframes fadeOutUp {
            0% {
                opacity: 1
            }
            to {
                -webkit-transform: translate3d(0, -100%, 0);
                opacity: 0;
                transform: translate3d(0, -100%, 0)
            }
        }
        
        .fadeOutUp {
            -webkit-animation-name: fadeOutUp;
            animation-name: fadeOutUp
        }
        
        @-webkit-keyframes fadeOutUpBig {
            0% {
                opacity: 1
            }
            to {
                -webkit-transform: translate3d(0, -2000px, 0);
                opacity: 0;
                transform: translate3d(0, -2000px, 0)
            }
        }
        
        @keyframes fadeOutUpBig {
            0% {
                opacity: 1
            }
            to {
                -webkit-transform: translate3d(0, -2000px, 0);
                opacity: 0;
                transform: translate3d(0, -2000px, 0)
            }
        }
        
        .fadeOutUpBig {
            -webkit-animation-name: fadeOutUpBig;
            animation-name: fadeOutUpBig
        }
        
        @-webkit-keyframes flip {
            0% {
                -webkit-animation-timing-function: ease-out;
                -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
                animation-timing-function: ease-out;
                transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)
            }
            40% {
                -webkit-animation-timing-function: ease-out;
                -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
                animation-timing-function: ease-out;
                transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)
            }
            50% {
                -webkit-animation-timing-function: ease-in;
                -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
                animation-timing-function: ease-in;
                transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)
            }
            80% {
                -webkit-animation-timing-function: ease-in;
                -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
                animation-timing-function: ease-in;
                transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg)
            }
            to {
                -webkit-animation-timing-function: ease-in;
                -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
                animation-timing-function: ease-in;
                transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)
            }
        }
        
        @keyframes flip {
            0% {
                -webkit-animation-timing-function: ease-out;
                -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
                animation-timing-function: ease-out;
                transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)
            }
            40% {
                -webkit-animation-timing-function: ease-out;
                -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
                animation-timing-function: ease-out;
                transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)
            }
            50% {
                -webkit-animation-timing-function: ease-in;
                -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
                animation-timing-function: ease-in;
                transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)
            }
            80% {
                -webkit-animation-timing-function: ease-in;
                -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
                animation-timing-function: ease-in;
                transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg)
            }
            to {
                -webkit-animation-timing-function: ease-in;
                -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
                animation-timing-function: ease-in;
                transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)
            }
        }
        
        .animated.flip {
            -webkit-animation-name: flip;
            -webkit-backface-visibility: visible;
            animation-name: flip;
            backface-visibility: visible
        }
        
        @-webkit-keyframes flipInX {
            0% {
                -webkit-animation-timing-function: ease-in;
                -webkit-transform: perspective(400px) rotateX(90deg);
                animation-timing-function: ease-in;
                opacity: 0;
                transform: perspective(400px) rotateX(90deg)
            }
            40% {
                -webkit-animation-timing-function: ease-in;
                -webkit-transform: perspective(400px) rotateX(-20deg);
                animation-timing-function: ease-in;
                transform: perspective(400px) rotateX(-20deg)
            }
            60% {
                -webkit-transform: perspective(400px) rotateX(10deg);
                opacity: 1;
                transform: perspective(400px) rotateX(10deg)
            }
            80% {
                -webkit-transform: perspective(400px) rotateX(-5deg);
                transform: perspective(400px) rotateX(-5deg)
            }
            to {
                -webkit-transform: perspective(400px);
                transform: perspective(400px)
            }
        }
        
        @keyframes flipInX {
            0% {
                -webkit-animation-timing-function: ease-in;
                -webkit-transform: perspective(400px) rotateX(90deg);
                animation-timing-function: ease-in;
                opacity: 0;
                transform: perspective(400px) rotateX(90deg)
            }
            40% {
                -webkit-animation-timing-function: ease-in;
                -webkit-transform: perspective(400px) rotateX(-20deg);
                animation-timing-function: ease-in;
                transform: perspective(400px) rotateX(-20deg)
            }
            60% {
                -webkit-transform: perspective(400px) rotateX(10deg);
                opacity: 1;
                transform: perspective(400px) rotateX(10deg)
            }
            80% {
                -webkit-transform: perspective(400px) rotateX(-5deg);
                transform: perspective(400px) rotateX(-5deg)
            }
            to {
                -webkit-transform: perspective(400px);
                transform: perspective(400px)
            }
        }
        
        .flipInX {
            -webkit-animation-name: flipInX;
            -webkit-backface-visibility: visible!important;
            animation-name: flipInX;
            backface-visibility: visible!important
        }
        
        @-webkit-keyframes flipInY {
            0% {
                -webkit-animation-timing-function: ease-in;
                -webkit-transform: perspective(400px) rotateY(90deg);
                animation-timing-function: ease-in;
                opacity: 0;
                transform: perspective(400px) rotateY(90deg)
            }
            40% {
                -webkit-animation-timing-function: ease-in;
                -webkit-transform: perspective(400px) rotateY(-20deg);
                animation-timing-function: ease-in;
                transform: perspective(400px) rotateY(-20deg)
            }
            60% {
                -webkit-transform: perspective(400px) rotateY(10deg);
                opacity: 1;
                transform: perspective(400px) rotateY(10deg)
            }
            80% {
                -webkit-transform: perspective(400px) rotateY(-5deg);
                transform: perspective(400px) rotateY(-5deg)
            }
            to {
                -webkit-transform: perspective(400px);
                transform: perspective(400px)
            }
        }
        
        @keyframes flipInY {
            0% {
                -webkit-animation-timing-function: ease-in;
                -webkit-transform: perspective(400px) rotateY(90deg);
                animation-timing-function: ease-in;
                opacity: 0;
                transform: perspective(400px) rotateY(90deg)
            }
            40% {
                -webkit-animation-timing-function: ease-in;
                -webkit-transform: perspective(400px) rotateY(-20deg);
                animation-timing-function: ease-in;
                transform: perspective(400px) rotateY(-20deg)
            }
            60% {
                -webkit-transform: perspective(400px) rotateY(10deg);
                opacity: 1;
                transform: perspective(400px) rotateY(10deg)
            }
            80% {
                -webkit-transform: perspective(400px) rotateY(-5deg);
                transform: perspective(400px) rotateY(-5deg)
            }
            to {
                -webkit-transform: perspective(400px);
                transform: perspective(400px)
            }
        }
        
        .flipInY {
            -webkit-animation-name: flipInY;
            -webkit-backface-visibility: visible!important;
            animation-name: flipInY;
            backface-visibility: visible!important
        }
        
        @-webkit-keyframes flipOutX {
            0% {
                -webkit-transform: perspective(400px);
                transform: perspective(400px)
            }
            30% {
                -webkit-transform: perspective(400px) rotateX(-20deg);
                opacity: 1;
                transform: perspective(400px) rotateX(-20deg)
            }
            to {
                -webkit-transform: perspective(400px) rotateX(90deg);
                opacity: 0;
                transform: perspective(400px) rotateX(90deg)
            }
        }
        
        @keyframes flipOutX {
            0% {
                -webkit-transform: perspective(400px);
                transform: perspective(400px)
            }
            30% {
                -webkit-transform: perspective(400px) rotateX(-20deg);
                opacity: 1;
                transform: perspective(400px) rotateX(-20deg)
            }
            to {
                -webkit-transform: perspective(400px) rotateX(90deg);
                opacity: 0;
                transform: perspective(400px) rotateX(90deg)
            }
        }
        
        .flipOutX {
            -webkit-animation-duration: .75s;
            -webkit-animation-name: flipOutX;
            -webkit-backface-visibility: visible!important;
            animation-duration: .75s;
            animation-name: flipOutX;
            backface-visibility: visible!important
        }
        
        @-webkit-keyframes flipOutY {
            0% {
                -webkit-transform: perspective(400px);
                transform: perspective(400px)
            }
            30% {
                -webkit-transform: perspective(400px) rotateY(-15deg);
                opacity: 1;
                transform: perspective(400px) rotateY(-15deg)
            }
            to {
                -webkit-transform: perspective(400px) rotateY(90deg);
                opacity: 0;
                transform: perspective(400px) rotateY(90deg)
            }
        }
        
        @keyframes flipOutY {
            0% {
                -webkit-transform: perspective(400px);
                transform: perspective(400px)
            }
            30% {
                -webkit-transform: perspective(400px) rotateY(-15deg);
                opacity: 1;
                transform: perspective(400px) rotateY(-15deg)
            }
            to {
                -webkit-transform: perspective(400px) rotateY(90deg);
                opacity: 0;
                transform: perspective(400px) rotateY(90deg)
            }
        }
        
        .flipOutY {
            -webkit-animation-duration: .75s;
            -webkit-animation-name: flipOutY;
            -webkit-backface-visibility: visible!important;
            animation-duration: .75s;
            animation-name: flipOutY;
            backface-visibility: visible!important
        }
        
        @-webkit-keyframes lightSpeedIn {
            0% {
                -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
                opacity: 0;
                transform: translate3d(100%, 0, 0) skewX(-30deg)
            }
            60% {
                -webkit-transform: skewX(20deg);
                opacity: 1;
                transform: skewX(20deg)
            }
            80% {
                -webkit-transform: skewX(-5deg);
                transform: skewX(-5deg)
            }
            to {
                -webkit-transform: translateZ(0);
                transform: translateZ(0)
            }
        }
        
        @keyframes lightSpeedIn {
            0% {
                -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
                opacity: 0;
                transform: translate3d(100%, 0, 0) skewX(-30deg)
            }
            60% {
                -webkit-transform: skewX(20deg);
                opacity: 1;
                transform: skewX(20deg)
            }
            80% {
                -webkit-transform: skewX(-5deg);
                transform: skewX(-5deg)
            }
            to {
                -webkit-transform: translateZ(0);
                transform: translateZ(0)
            }
        }
        
        .lightSpeedIn {
            -webkit-animation-name: lightSpeedIn;
            -webkit-animation-timing-function: ease-out;
            animation-name: lightSpeedIn;
            animation-timing-function: ease-out
        }
        
        @-webkit-keyframes lightSpeedOut {
            0% {
                opacity: 1
            }
            to {
                -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
                opacity: 0;
                transform: translate3d(100%, 0, 0) skewX(30deg)
            }
        }
        
        @keyframes lightSpeedOut {
            0% {
                opacity: 1
            }
            to {
                -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
                opacity: 0;
                transform: translate3d(100%, 0, 0) skewX(30deg)
            }
        }
        
        .lightSpeedOut {
            -webkit-animation-name: lightSpeedOut;
            -webkit-animation-timing-function: ease-in;
            animation-name: lightSpeedOut;
            animation-timing-function: ease-in
        }
        
        @-webkit-keyframes rotateIn {
            0% {
                -webkit-transform: rotate(-200deg);
                -webkit-transform-origin: center;
                opacity: 0;
                transform: rotate(-200deg);
                transform-origin: center
            }
            to {
                -webkit-transform: translateZ(0);
                -webkit-transform-origin: center;
                opacity: 1;
                transform: translateZ(0);
                transform-origin: center
            }
        }
        
        @keyframes rotateIn {
            0% {
                -webkit-transform: rotate(-200deg);
                -webkit-transform-origin: center;
                opacity: 0;
                transform: rotate(-200deg);
                transform-origin: center
            }
            to {
                -webkit-transform: translateZ(0);
                -webkit-transform-origin: center;
                opacity: 1;
                transform: translateZ(0);
                transform-origin: center
            }
        }
        
        .rotateIn {
            -webkit-animation-name: rotateIn;
            animation-name: rotateIn
        }
        
        @-webkit-keyframes rotateInDownLeft {
            0% {
                -webkit-transform: rotate(-45deg);
                -webkit-transform-origin: left bottom;
                opacity: 0;
                transform: rotate(-45deg);
                transform-origin: left bottom
            }
            to {
                -webkit-transform: translateZ(0);
                -webkit-transform-origin: left bottom;
                opacity: 1;
                transform: translateZ(0);
                transform-origin: left bottom
            }
        }
        
        @keyframes rotateInDownLeft {
            0% {
                -webkit-transform: rotate(-45deg);
                -webkit-transform-origin: left bottom;
                opacity: 0;
                transform: rotate(-45deg);
                transform-origin: left bottom
            }
            to {
                -webkit-transform: translateZ(0);
                -webkit-transform-origin: left bottom;
                opacity: 1;
                transform: translateZ(0);
                transform-origin: left bottom
            }
        }
        
        .rotateInDownLeft {
            -webkit-animation-name: rotateInDownLeft;
            animation-name: rotateInDownLeft
        }
        
        @-webkit-keyframes rotateInDownRight {
            0% {
                -webkit-transform: rotate(45deg);
                -webkit-transform-origin: right bottom;
                opacity: 0;
                transform: rotate(45deg);
                transform-origin: right bottom
            }
            to {
                -webkit-transform: translateZ(0);
                -webkit-transform-origin: right bottom;
                opacity: 1;
                transform: translateZ(0);
                transform-origin: right bottom
            }
        }
        
        @keyframes rotateInDownRight {
            0% {
                -webkit-transform: rotate(45deg);
                -webkit-transform-origin: right bottom;
                opacity: 0;
                transform: rotate(45deg);
                transform-origin: right bottom
            }
            to {
                -webkit-transform: translateZ(0);
                -webkit-transform-origin: right bottom;
                opacity: 1;
                transform: translateZ(0);
                transform-origin: right bottom
            }
        }
        
        .rotateInDownRight {
            -webkit-animation-name: rotateInDownRight;
            animation-name: rotateInDownRight
        }
        
        @-webkit-keyframes rotateInUpLeft {
            0% {
                -webkit-transform: rotate(45deg);
                -webkit-transform-origin: left bottom;
                opacity: 0;
                transform: rotate(45deg);
                transform-origin: left bottom
            }
            to {
                -webkit-transform: translateZ(0);
                -webkit-transform-origin: left bottom;
                opacity: 1;
                transform: translateZ(0);
                transform-origin: left bottom
            }
        }
        
        @keyframes rotateInUpLeft {
            0% {
                -webkit-transform: rotate(45deg);
                -webkit-transform-origin: left bottom;
                opacity: 0;
                transform: rotate(45deg);
                transform-origin: left bottom
            }
            to {
                -webkit-transform: translateZ(0);
                -webkit-transform-origin: left bottom;
                opacity: 1;
                transform: translateZ(0);
                transform-origin: left bottom
            }
        }
        
        .rotateInUpLeft {
            -webkit-animation-name: rotateInUpLeft;
            animation-name: rotateInUpLeft
        }
        
        @-webkit-keyframes rotateInUpRight {
            0% {
                -webkit-transform: rotate(-90deg);
                -webkit-transform-origin: right bottom;
                opacity: 0;
                transform: rotate(-90deg);
                transform-origin: right bottom
            }
            to {
                -webkit-transform: translateZ(0);
                -webkit-transform-origin: right bottom;
                opacity: 1;
                transform: translateZ(0);
                transform-origin: right bottom
            }
        }
        
        @keyframes rotateInUpRight {
            0% {
                -webkit-transform: rotate(-90deg);
                -webkit-transform-origin: right bottom;
                opacity: 0;
                transform: rotate(-90deg);
                transform-origin: right bottom
            }
            to {
                -webkit-transform: translateZ(0);
                -webkit-transform-origin: right bottom;
                opacity: 1;
                transform: translateZ(0);
                transform-origin: right bottom
            }
        }
        
        .rotateInUpRight {
            -webkit-animation-name: rotateInUpRight;
            animation-name: rotateInUpRight
        }
        
        @-webkit-keyframes rotateOut {
            0% {
                -webkit-transform-origin: center;
                opacity: 1;
                transform-origin: center
            }
            to {
                -webkit-transform: rotate(200deg);
                -webkit-transform-origin: center;
                opacity: 0;
                transform: rotate(200deg);
                transform-origin: center
            }
        }
        
        @keyframes rotateOut {
            0% {
                -webkit-transform-origin: center;
                opacity: 1;
                transform-origin: center
            }
            to {
                -webkit-transform: rotate(200deg);
                -webkit-transform-origin: center;
                opacity: 0;
                transform: rotate(200deg);
                transform-origin: center
            }
        }
        
        .rotateOut {
            -webkit-animation-name: rotateOut;
            animation-name: rotateOut
        }
        
        @-webkit-keyframes rotateOutDownLeft {
            0% {
                -webkit-transform-origin: left bottom;
                opacity: 1;
                transform-origin: left bottom
            }
            to {
                -webkit-transform: rotate(45deg);
                -webkit-transform-origin: left bottom;
                opacity: 0;
                transform: rotate(45deg);
                transform-origin: left bottom
            }
        }
        
        @keyframes rotateOutDownLeft {
            0% {
                -webkit-transform-origin: left bottom;
                opacity: 1;
                transform-origin: left bottom
            }
            to {
                -webkit-transform: rotate(45deg);
                -webkit-transform-origin: left bottom;
                opacity: 0;
                transform: rotate(45deg);
                transform-origin: left bottom
            }
        }
        
        .rotateOutDownLeft {
            -webkit-animation-name: rotateOutDownLeft;
            animation-name: rotateOutDownLeft
        }
        
        @-webkit-keyframes rotateOutDownRight {
            0% {
                -webkit-transform-origin: right bottom;
                opacity: 1;
                transform-origin: right bottom
            }
            to {
                -webkit-transform: rotate(-45deg);
                -webkit-transform-origin: right bottom;
                opacity: 0;
                transform: rotate(-45deg);
                transform-origin: right bottom
            }
        }
        
        @keyframes rotateOutDownRight {
            0% {
                -webkit-transform-origin: right bottom;
                opacity: 1;
                transform-origin: right bottom
            }
            to {
                -webkit-transform: rotate(-45deg);
                -webkit-transform-origin: right bottom;
                opacity: 0;
                transform: rotate(-45deg);
                transform-origin: right bottom
            }
        }
        
        .rotateOutDownRight {
            -webkit-animation-name: rotateOutDownRight;
            animation-name: rotateOutDownRight
        }
        
        @-webkit-keyframes rotateOutUpLeft {
            0% {
                -webkit-transform-origin: left bottom;
                opacity: 1;
                transform-origin: left bottom
            }
            to {
                -webkit-transform: rotate(-45deg);
                -webkit-transform-origin: left bottom;
                opacity: 0;
                transform: rotate(-45deg);
                transform-origin: left bottom
            }
        }
        
        @keyframes rotateOutUpLeft {
            0% {
                -webkit-transform-origin: left bottom;
                opacity: 1;
                transform-origin: left bottom
            }
            to {
                -webkit-transform: rotate(-45deg);
                -webkit-transform-origin: left bottom;
                opacity: 0;
                transform: rotate(-45deg);
                transform-origin: left bottom
            }
        }
        
        .rotateOutUpLeft {
            -webkit-animation-name: rotateOutUpLeft;
            animation-name: rotateOutUpLeft
        }
        
        @-webkit-keyframes rotateOutUpRight {
            0% {
                -webkit-transform-origin: right bottom;
                opacity: 1;
                transform-origin: right bottom
            }
            to {
                -webkit-transform: rotate(90deg);
                -webkit-transform-origin: right bottom;
                opacity: 0;
                transform: rotate(90deg);
                transform-origin: right bottom
            }
        }
        
        @keyframes rotateOutUpRight {
            0% {
                -webkit-transform-origin: right bottom;
                opacity: 1;
                transform-origin: right bottom
            }
            to {
                -webkit-transform: rotate(90deg);
                -webkit-transform-origin: right bottom;
                opacity: 0;
                transform: rotate(90deg);
                transform-origin: right bottom
            }
        }
        
        .rotateOutUpRight {
            -webkit-animation-name: rotateOutUpRight;
            animation-name: rotateOutUpRight
        }
        
        @-webkit-keyframes hinge {
            0% {
                -webkit-animation-timing-function: ease-in-out;
                -webkit-transform-origin: top left;
                animation-timing-function: ease-in-out;
                transform-origin: top left
            }
            20%,
            60% {
                -webkit-animation-timing-function: ease-in-out;
                -webkit-transform: rotate(80deg);
                -webkit-transform-origin: top left;
                animation-timing-function: ease-in-out;
                transform: rotate(80deg);
                transform-origin: top left
            }
            40%,
            80% {
                -webkit-animation-timing-function: ease-in-out;
                -webkit-transform: rotate(60deg);
                -webkit-transform-origin: top left;
                animation-timing-function: ease-in-out;
                opacity: 1;
                transform: rotate(60deg);
                transform-origin: top left
            }
            to {
                -webkit-transform: translate3d(0, 700px, 0);
                opacity: 0;
                transform: translate3d(0, 700px, 0)
            }
        }
        
        @keyframes hinge {
            0% {
                -webkit-animation-timing-function: ease-in-out;
                -webkit-transform-origin: top left;
                animation-timing-function: ease-in-out;
                transform-origin: top left
            }
            20%,
            60% {
                -webkit-animation-timing-function: ease-in-out;
                -webkit-transform: rotate(80deg);
                -webkit-transform-origin: top left;
                animation-timing-function: ease-in-out;
                transform: rotate(80deg);
                transform-origin: top left
            }
            40%,
            80% {
                -webkit-animation-timing-function: ease-in-out;
                -webkit-transform: rotate(60deg);
                -webkit-transform-origin: top left;
                animation-timing-function: ease-in-out;
                opacity: 1;
                transform: rotate(60deg);
                transform-origin: top left
            }
            to {
                -webkit-transform: translate3d(0, 700px, 0);
                opacity: 0;
                transform: translate3d(0, 700px, 0)
            }
        }
        
        .hinge {
            -webkit-animation-duration: 2s;
            -webkit-animation-name: hinge;
            animation-duration: 2s;
            animation-name: hinge
        }
        
        @-webkit-keyframes jackInTheBox {
            0% {
                -webkit-transform: scale(.1) rotate(30deg);
                -webkit-transform-origin: center bottom;
                opacity: 0;
                transform: scale(.1) rotate(30deg);
                transform-origin: center bottom
            }
            50% {
                -webkit-transform: rotate(-10deg);
                transform: rotate(-10deg)
            }
            70% {
                -webkit-transform: rotate(3deg);
                transform: rotate(3deg)
            }
            to {
                -webkit-transform: scale(1);
                opacity: 1;
                transform: scale(1)
            }
        }
        
        @keyframes jackInTheBox {
            0% {
                -webkit-transform: scale(.1) rotate(30deg);
                -webkit-transform-origin: center bottom;
                opacity: 0;
                transform: scale(.1) rotate(30deg);
                transform-origin: center bottom
            }
            50% {
                -webkit-transform: rotate(-10deg);
                transform: rotate(-10deg)
            }
            70% {
                -webkit-transform: rotate(3deg);
                transform: rotate(3deg)
            }
            to {
                -webkit-transform: scale(1);
                opacity: 1;
                transform: scale(1)
            }
        }
        
        .jackInTheBox {
            -webkit-animation-name: jackInTheBox;
            animation-name: jackInTheBox
        }
        
        @-webkit-keyframes rollIn {
            0% {
                -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
                opacity: 0;
                transform: translate3d(-100%, 0, 0) rotate(-120deg)
            }
            to {
                -webkit-transform: translateZ(0);
                opacity: 1;
                transform: translateZ(0)
            }
        }
        
        @keyframes rollIn {
            0% {
                -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
                opacity: 0;
                transform: translate3d(-100%, 0, 0) rotate(-120deg)
            }
            to {
                -webkit-transform: translateZ(0);
                opacity: 1;
                transform: translateZ(0)
            }
        }
        
        .rollIn {
            -webkit-animation-name: rollIn;
            animation-name: rollIn
        }
        
        @-webkit-keyframes rollOut {
            0% {
                opacity: 1
            }
            to {
                -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
                opacity: 0;
                transform: translate3d(100%, 0, 0) rotate(120deg)
            }
        }
        
        @keyframes rollOut {
            0% {
                opacity: 1
            }
            to {
                -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
                opacity: 0;
                transform: translate3d(100%, 0, 0) rotate(120deg)
            }
        }
        
        .rollOut {
            -webkit-animation-name: rollOut;
            animation-name: rollOut
        }
        
        @-webkit-keyframes zoomIn {
            0% {
                -webkit-transform: scale3d(.3, .3, .3);
                opacity: 0;
                transform: scale3d(.3, .3, .3)
            }
            50% {
                opacity: 1
            }
        }
        
        @keyframes zoomIn {
            0% {
                -webkit-transform: scale3d(.3, .3, .3);
                opacity: 0;
                transform: scale3d(.3, .3, .3)
            }
            50% {
                opacity: 1
            }
        }
        
        .zoomIn {
            -webkit-animation-name: zoomIn;
            animation-name: zoomIn
        }
        
        @-webkit-keyframes zoomInDown {
            0% {
                -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
                -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
                animation-timing-function: cubic-bezier(.55, .055, .675, .19);
                opacity: 0;
                transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0)
            }
            60% {
                -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
                -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
                animation-timing-function: cubic-bezier(.175, .885, .32, 1);
                opacity: 1;
                transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
            }
        }
        
        @keyframes zoomInDown {
            0% {
                -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
                -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
                animation-timing-function: cubic-bezier(.55, .055, .675, .19);
                opacity: 0;
                transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0)
            }
            60% {
                -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
                -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
                animation-timing-function: cubic-bezier(.175, .885, .32, 1);
                opacity: 1;
                transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
            }
        }
        
        .zoomInDown {
            -webkit-animation-name: zoomInDown;
            animation-name: zoomInDown
        }
        
        @-webkit-keyframes zoomInLeft {
            0% {
                -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
                -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
                animation-timing-function: cubic-bezier(.55, .055, .675, .19);
                opacity: 0;
                transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0)
            }
            60% {
                -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
                -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
                animation-timing-function: cubic-bezier(.175, .885, .32, 1);
                opacity: 1;
                transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0)
            }
        }
        
        @keyframes zoomInLeft {
            0% {
                -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
                -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
                animation-timing-function: cubic-bezier(.55, .055, .675, .19);
                opacity: 0;
                transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0)
            }
            60% {
                -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
                -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
                animation-timing-function: cubic-bezier(.175, .885, .32, 1);
                opacity: 1;
                transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0)
            }
        }
        
        .zoomInLeft {
            -webkit-animation-name: zoomInLeft;
            animation-name: zoomInLeft
        }
        
        @-webkit-keyframes zoomInRight {
            0% {
                -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
                -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
                animation-timing-function: cubic-bezier(.55, .055, .675, .19);
                opacity: 0;
                transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0)
            }
            60% {
                -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
                -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
                animation-timing-function: cubic-bezier(.175, .885, .32, 1);
                opacity: 1;
                transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0)
            }
        }
        
        @keyframes zoomInRight {
            0% {
                -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
                -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
                animation-timing-function: cubic-bezier(.55, .055, .675, .19);
                opacity: 0;
                transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0)
            }
            60% {
                -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
                -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
                animation-timing-function: cubic-bezier(.175, .885, .32, 1);
                opacity: 1;
                transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0)
            }
        }
        
        .zoomInRight {
            -webkit-animation-name: zoomInRight;
            animation-name: zoomInRight
        }
        
        @-webkit-keyframes zoomInUp {
            0% {
                -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
                -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
                animation-timing-function: cubic-bezier(.55, .055, .675, .19);
                opacity: 0;
                transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0)
            }
            60% {
                -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
                -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
                animation-timing-function: cubic-bezier(.175, .885, .32, 1);
                opacity: 1;
                transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
            }
        }
        
        @keyframes zoomInUp {
            0% {
                -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
                -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
                animation-timing-function: cubic-bezier(.55, .055, .675, .19);
                opacity: 0;
                transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0)
            }
            60% {
                -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
                -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
                animation-timing-function: cubic-bezier(.175, .885, .32, 1);
                opacity: 1;
                transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
            }
        }
        
        .zoomInUp {
            -webkit-animation-name: zoomInUp;
            animation-name: zoomInUp
        }
        
        @-webkit-keyframes zoomOut {
            0% {
                opacity: 1
            }
            50% {
                -webkit-transform: scale3d(.3, .3, .3);
                opacity: 0;
                transform: scale3d(.3, .3, .3)
            }
            to {
                opacity: 0
            }
        }
        
        @keyframes zoomOut {
            0% {
                opacity: 1
            }
            50% {
                -webkit-transform: scale3d(.3, .3, .3);
                opacity: 0;
                transform: scale3d(.3, .3, .3)
            }
            to {
                opacity: 0
            }
        }
        
        .zoomOut {
            -webkit-animation-name: zoomOut;
            animation-name: zoomOut
        }
        
        @-webkit-keyframes zoomOutDown {
            40% {
                -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
                -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
                animation-timing-function: cubic-bezier(.55, .055, .675, .19);
                opacity: 1;
                transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
            }
            to {
                -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
                -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
                -webkit-transform-origin: center bottom;
                animation-timing-function: cubic-bezier(.175, .885, .32, 1);
                opacity: 0;
                transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
                transform-origin: center bottom
            }
        }
        
        @keyframes zoomOutDown {
            40% {
                -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
                -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
                animation-timing-function: cubic-bezier(.55, .055, .675, .19);
                opacity: 1;
                transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
            }
            to {
                -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
                -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
                -webkit-transform-origin: center bottom;
                animation-timing-function: cubic-bezier(.175, .885, .32, 1);
                opacity: 0;
                transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
                transform-origin: center bottom
            }
        }
        
        .zoomOutDown {
            -webkit-animation-name: zoomOutDown;
            animation-name: zoomOutDown
        }
        
        @-webkit-keyframes zoomOutLeft {
            40% {
                -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
                opacity: 1;
                transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
            }
            to {
                -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
                -webkit-transform-origin: left center;
                opacity: 0;
                transform: scale(.1) translate3d(-2000px, 0, 0);
                transform-origin: left center
            }
        }
        
        @keyframes zoomOutLeft {
            40% {
                -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
                opacity: 1;
                transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
            }
            to {
                -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
                -webkit-transform-origin: left center;
                opacity: 0;
                transform: scale(.1) translate3d(-2000px, 0, 0);
                transform-origin: left center
            }
        }
        
        .zoomOutLeft {
            -webkit-animation-name: zoomOutLeft;
            animation-name: zoomOutLeft
        }
        
        @-webkit-keyframes zoomOutRight {
            40% {
                -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
                opacity: 1;
                transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
            }
            to {
                -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
                -webkit-transform-origin: right center;
                opacity: 0;
                transform: scale(.1) translate3d(2000px, 0, 0);
                transform-origin: right center
            }
        }
        
        @keyframes zoomOutRight {
            40% {
                -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
                opacity: 1;
                transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
            }
            to {
                -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
                -webkit-transform-origin: right center;
                opacity: 0;
                transform: scale(.1) translate3d(2000px, 0, 0);
                transform-origin: right center
            }
        }
        
        .zoomOutRight {
            -webkit-animation-name: zoomOutRight;
            animation-name: zoomOutRight
        }
        
        @-webkit-keyframes zoomOutUp {
            40% {
                -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
                -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
                animation-timing-function: cubic-bezier(.55, .055, .675, .19);
                opacity: 1;
                transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
            }
            to {
                -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
                -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
                -webkit-transform-origin: center bottom;
                animation-timing-function: cubic-bezier(.175, .885, .32, 1);
                opacity: 0;
                transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
                transform-origin: center bottom
            }
        }
        
        @keyframes zoomOutUp {
            40% {
                -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
                -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
                animation-timing-function: cubic-bezier(.55, .055, .675, .19);
                opacity: 1;
                transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
            }
            to {
                -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
                -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
                -webkit-transform-origin: center bottom;
                animation-timing-function: cubic-bezier(.175, .885, .32, 1);
                opacity: 0;
                transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
                transform-origin: center bottom
            }
        }
        
        .zoomOutUp {
            -webkit-animation-name: zoomOutUp;
            animation-name: zoomOutUp
        }
        
        @-webkit-keyframes slideInDown {
            0% {
                -webkit-transform: translate3d(0, -100%, 0);
                transform: translate3d(0, -100%, 0);
                visibility: visible
            }
            to {
                -webkit-transform: translateZ(0);
                transform: translateZ(0)
            }
        }
        
        @keyframes slideInDown {
            0% {
                -webkit-transform: translate3d(0, -100%, 0);
                transform: translate3d(0, -100%, 0);
                visibility: visible
            }
            to {
                -webkit-transform: translateZ(0);
                transform: translateZ(0)
            }
        }
        
        .slideInDown {
            -webkit-animation-name: slideInDown;
            animation-name: slideInDown
        }
        
        @-webkit-keyframes slideInLeft {
            0% {
                -webkit-transform: translate3d(-100%, 0, 0);
                transform: translate3d(-100%, 0, 0);
                visibility: visible
            }
            to {
                -webkit-transform: translateZ(0);
                transform: translateZ(0)
            }
        }
        
        @keyframes slideInLeft {
            0% {
                -webkit-transform: translate3d(-100%, 0, 0);
                transform: translate3d(-100%, 0, 0);
                visibility: visible
            }
            to {
                -webkit-transform: translateZ(0);
                transform: translateZ(0)
            }
        }
        
        .slideInLeft {
            -webkit-animation-name: slideInLeft;
            animation-name: slideInLeft
        }
        
        @-webkit-keyframes slideInRight {
            0% {
                -webkit-transform: translate3d(100%, 0, 0);
                transform: translate3d(100%, 0, 0);
                visibility: visible
            }
            to {
                -webkit-transform: translateZ(0);
                transform: translateZ(0)
            }
        }
        
        @keyframes slideInRight {
            0% {
                -webkit-transform: translate3d(100%, 0, 0);
                transform: translate3d(100%, 0, 0);
                visibility: visible
            }
            to {
                -webkit-transform: translateZ(0);
                transform: translateZ(0)
            }
        }
        
        .slideInRight {
            -webkit-animation-name: slideInRight;
            animation-name: slideInRight
        }
        
        @-webkit-keyframes slideInUp {
            0% {
                -webkit-transform: translate3d(0, 100%, 0);
                transform: translate3d(0, 100%, 0);
                visibility: visible
            }
            to {
                -webkit-transform: translateZ(0);
                transform: translateZ(0)
            }
        }
        
        @keyframes slideInUp {
            0% {
                -webkit-transform: translate3d(0, 100%, 0);
                transform: translate3d(0, 100%, 0);
                visibility: visible
            }
            to {
                -webkit-transform: translateZ(0);
                transform: translateZ(0)
            }
        }
        
        .slideInUp {
            -webkit-animation-name: slideInUp;
            animation-name: slideInUp
        }
        
        @-webkit-keyframes slideOutDown {
            0% {
                -webkit-transform: translateZ(0);
                transform: translateZ(0)
            }
            to {
                -webkit-transform: translate3d(0, 100%, 0);
                transform: translate3d(0, 100%, 0);
                visibility: hidden
            }
        }
        
        @keyframes slideOutDown {
            0% {
                -webkit-transform: translateZ(0);
                transform: translateZ(0)
            }
            to {
                -webkit-transform: translate3d(0, 100%, 0);
                transform: translate3d(0, 100%, 0);
                visibility: hidden
            }
        }
        
        .slideOutDown {
            -webkit-animation-name: slideOutDown;
            animation-name: slideOutDown
        }
        
        @-webkit-keyframes slideOutLeft {
            0% {
                -webkit-transform: translateZ(0);
                transform: translateZ(0)
            }
            to {
                -webkit-transform: translate3d(-100%, 0, 0);
                transform: translate3d(-100%, 0, 0);
                visibility: hidden
            }
        }
        
        @keyframes slideOutLeft {
            0% {
                -webkit-transform: translateZ(0);
                transform: translateZ(0)
            }
            to {
                -webkit-transform: translate3d(-100%, 0, 0);
                transform: translate3d(-100%, 0, 0);
                visibility: hidden
            }
        }
        
        .slideOutLeft {
            -webkit-animation-name: slideOutLeft;
            animation-name: slideOutLeft
        }
        
        @-webkit-keyframes slideOutRight {
            0% {
                -webkit-transform: translateZ(0);
                transform: translateZ(0)
            }
            to {
                -webkit-transform: translate3d(100%, 0, 0);
                transform: translate3d(100%, 0, 0);
                visibility: hidden
            }
        }
        
        @keyframes slideOutRight {
            0% {
                -webkit-transform: translateZ(0);
                transform: translateZ(0)
            }
            to {
                -webkit-transform: translate3d(100%, 0, 0);
                transform: translate3d(100%, 0, 0);
                visibility: hidden
            }
        }
        
        .slideOutRight {
            -webkit-animation-name: slideOutRight;
            animation-name: slideOutRight
        }
        
        @-webkit-keyframes slideOutUp {
            0% {
                -webkit-transform: translateZ(0);
                transform: translateZ(0)
            }
            to {
                -webkit-transform: translate3d(0, -100%, 0);
                transform: translate3d(0, -100%, 0);
                visibility: hidden
            }
        }
        
        @keyframes slideOutUp {
            0% {
                -webkit-transform: translateZ(0);
                transform: translateZ(0)
            }
            to {
                -webkit-transform: translate3d(0, -100%, 0);
                transform: translate3d(0, -100%, 0);
                visibility: hidden
            }
        }
        
        .slideOutUp {
            -webkit-animation-name: slideOutUp;
            animation-name: slideOutUp
        }
        
        .animated {
            -webkit-animation-duration: 1s;
            -webkit-animation-fill-mode: both;
            animation-duration: 1s;
            animation-fill-mode: both
        }
        
        .animated.infinite {
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite
        }
        
        .animated.delay-1s {
            -webkit-animation-delay: 1s;
            animation-delay: 1s
        }
        
        .animated.delay-2s {
            -webkit-animation-delay: 2s;
            animation-delay: 2s
        }
        
        .animated.delay-3s {
            -webkit-animation-delay: 3s;
            animation-delay: 3s
        }
        
        .animated.delay-4s {
            -webkit-animation-delay: 4s;
            animation-delay: 4s
        }
        
        .animated.delay-5s {
            -webkit-animation-delay: 5s;
            animation-delay: 5s
        }
        
        .animated.fast {
            -webkit-animation-duration: .8s;
            animation-duration: .8s
        }
        
        .animated.faster {
            -webkit-animation-duration: .5s;
            animation-duration: .5s
        }
        
        .animated.slow {
            -webkit-animation-duration: 2s;
            animation-duration: 2s
        }
        
        .animated.slower {
            -webkit-animation-duration: 3s;
            animation-duration: 3s
        }
        
        @media (prefers-reduced-motion) {
            .animated {
                -webkit-animation: unset!important;
                -webkit-transition: none!important;
                animation: unset!important;
                transition: none!important
            }
        }
        /*end animate css*/
        
        .btn,
        .pace {
            -webkit-user-select: none
        }
        
        .fa,
        .glyphicon,
        [data-icon]:before {
            -moz-osx-font-smoothing: grayscale
        }
        
        .fc table,
        table {
            border-collapse: collapse;
            border-spacing: 0
        }
        
        .fc,
        body {
            direction: ltr
        }
        
        .label,
        sub,
        sup {
            vertical-align: baseline
        }
        
        pre,
        textarea {
            overflow: auto
        }
        
        .navbar-fixed-bottom .navbar-collapse,
        .navbar-fixed-top .navbar-collapse,
        .pre-scrollable {
            max-height: 340px
        }
        
        html {
            font-family: sans-serif;
            -webkit-text-size-adjust: 100%;
            -ms-text-size-adjust: 100%
        }
        
        article,
        aside,
        details,
        figcaption,
        figure,
        footer,
        header,
        hgroup,
        main,
        menu,
        nav,
        section,
        summary {
            display: block
        }
        
        audio,
        canvas,
        progress,
        video {
            display: inline-block;
            vertical-align: baseline
        }
        
        audio:not([controls]) {
            display: none;
            height: 0
        }
        
        [hidden],
        template {
            display: none
        }
        
        a {
            background-color: transparent
        }
        
        a:active,
        a:hover {
            outline: 0
        }
        
        b,
        strong {
            font-weight: 700
        }
        
        dfn {
            font-style: italic
        }
        
        h1 {
            margin: .67em 0
        }
        
        mark {
            color: #000;
            background: #ff0
        }
        
        sub,
        sup {
            position: relative;
            font-size: 75%;
            line-height: 0
        }
        
        sup {
            top: -.5em
        }
        
        sub {
            bottom: -.25em
        }
        
        img {
            border: 0;
            vertical-align: middle
        }
        
        svg:not(:root) {
            overflow: hidden
        }
        
        hr {
            height: 0;
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
            margin-top: 20px;
            margin-bottom: 20px
        }
        
        code,
        kbd,
        pre,
        samp {
            font-size: 1em
        }
        
        button,
        input,
        optgroup,
        select,
        textarea {
            margin: 0;
            font: inherit;
            color: inherit
        }
        
        .glyphicon,
        address {
            font-style: normal
        }
        
        button {
            overflow: visible
        }
        
        button,
        select {
            text-transform: none
        }
        
        button,
        html input[type=button],
        input[type=reset],
        input[type=submit] {
            -webkit-appearance: button;
            cursor: pointer
        }
        
        button[disabled],
        html input[disabled] {
            cursor: default
        }
        
        button::-moz-focus-inner,
        input::-moz-focus-inner {
            padding: 0;
            border: 0
        }
        
        .divcumparareact input[type=radio] {
            margin-left: 0!important
        }
        
        input[type=checkbox],
        input[type=radio] {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 0
        }
        
        *,
         :after,
         :before,
        input[type=search] {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box
        }
        
        *,
        .tt-hint,
        .tt-input,
         :after,
         :before,
        input[type=search] {
            box-sizing: border-box
        }
        
        input[type=number]::-webkit-inner-spin-button,
        input[type=number]::-webkit-outer-spin-button {
            height: auto
        }
        
        input[type=search]::-webkit-search-cancel-button,
        input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none
        }
        
        optgroup {
            font-weight: 700
        }
        
        td,
        th {
            padding: 0
        }
        /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
        
        @media print {
            blockquote,
            img,
            pre,
            tr {
                page-break-inside: avoid
            }
            *,
             :after,
             :before {
                color: #000!important;
                text-shadow: none!important;
                background: 0 0!important;
                -webkit-box-shadow: none!important;
                box-shadow: none!important
            }
            a,
            a:visited {
                text-decoration: underline
            }
            a[href]:after {
                content: " (" attr(href) ")"
            }
            abbr[title]:after {
                content: " (" attr(title) ")"
            }
            a[href^="#"]:after,
            a[href^="javascript:"]:after {
                content: ""
            }
            blockquote,
            pre {
                border: 1px solid #999
            }
            thead {
                display: table-header-group
            }
            img {
                max-width: 100%!important
            }
            h2,
            h3,
            p {
                page-break-after: avoid
            }
            select {
                background: #fff!important
            }
            .navbar {
                display: none
            }
            .btn>.caret,
            .dropup>.btn>.caret {
                border-top-color: #000!important
            }
            .label {
                border: 1px solid #000
            }
            .table {
                border-collapse: collapse!important
            }
            .table td,
            .table th {
                background-color: #fff!important
            }
            .table-bordered td,
            .table-bordered th {
                border: 1px solid #ddd!important
            }
        }
        
        .dropdown-menu,
        .modal-content {
            -webkit-background-clip: padding-box
        }
        
        .btn-danger.active,
        .btn-danger:active,
        .btn-default.active,
        .btn-default:active,
        .btn-info.active,
        .btn-info:active,
        .btn-primary.active,
        .btn-primary:active,
        .btn-success.active,
        .btn-success:active,
        .btn-warning.active,
        .btn-warning:active,
        .form-control,
        .navbar-toggle,
        .open>.dropdown-toggle.btn-danger,
        .open>.dropdown-toggle.btn-default,
        .open>.dropdown-toggle.btn-info,
        .open>.dropdown-toggle.btn-primary,
        .open>.dropdown-toggle.btn-success,
        .open>.dropdown-toggle.btn-warning {
            background-image: none
        }
        
        @font-face {
            font-family: 'Glyphicons Halflings';
            src: url(../fonts/glyphicons-halflings-regular.eot);
            src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
        }
        
        .glyphicon {
            position: relative;
            top: 1px;
            display: inline-block;
            font-family: 'Glyphicons Halflings';
            font-weight: 400;
            line-height: 1;
            -webkit-font-smoothing: antialiased
        }
        
        .glyphicon-asterisk:before {
            content: "\2a"
        }
        
        .glyphicon-plus:before {
            content: "\2b"
        }
        
        .glyphicon-eur:before,
        .glyphicon-euro:before {
            content: "\20ac"
        }
        
        .glyphicon-minus:before {
            content: "\2212"
        }
        
        .glyphicon-cloud:before {
            content: "\2601"
        }
        
        .glyphicon-envelope:before {
            content: "\2709"
        }
        
        .glyphicon-pencil:before {
            content: "\270f"
        }
        
        .glyphicon-glass:before {
            content: "\e001"
        }
        
        .glyphicon-music:before {
            content: "\e002"
        }
        
        .glyphicon-search:before {
            content: "\e003"
        }
        
        .glyphicon-heart:before {
            content: "\e005"
        }
        
        .glyphicon-star:before {
            content: "\e006"
        }
        
        .glyphicon-star-empty:before {
            content: "\e007"
        }
        
        .glyphicon-user:before {
            content: "\e008"
        }
        
        .glyphicon-film:before {
            content: "\e009"
        }
        
        .glyphicon-th-large:before {
            content: "\e010"
        }
        
        .glyphicon-th:before {
            content: "\e011"
        }
        
        .glyphicon-th-list:before {
            content: "\e012"
        }
        
        .glyphicon-ok:before {
            content: "\e013"
        }
        
        .glyphicon-remove:before {
            content: "\e014"
        }
        
        .glyphicon-zoom-in:before {
            content: "\e015"
        }
        
        .glyphicon-zoom-out:before {
            content: "\e016"
        }
        
        .glyphicon-off:before {
            content: "\e017"
        }
        
        .glyphicon-signal:before {
            content: "\e018"
        }
        
        .glyphicon-cog:before {
            content: "\e019"
        }
        
        .glyphicon-trash:before {
            content: "\e020"
        }
        
        .glyphicon-home:before {
            content: "\e021"
        }
        
        .glyphicon-file:before {
            content: "\e022"
        }
        
        .glyphicon-time:before {
            content: "\e023"
        }
        
        .glyphicon-road:before {
            content: "\e024"
        }
        
        .glyphicon-download-alt:before {
            content: "\e025"
        }
        
        .glyphicon-download:before {
            content: "\e026"
        }
        
        .glyphicon-upload:before {
            content: "\e027"
        }
        
        .glyphicon-inbox:before {
            content: "\e028"
        }
        
        .glyphicon-play-circle:before {
            content: "\e029"
        }
        
        .glyphicon-repeat:before {
            content: "\e030"
        }
        
        .glyphicon-refresh:before {
            content: "\e031"
        }
        
        .glyphicon-list-alt:before {
            content: "\e032"
        }
        
        .glyphicon-lock:before {
            content: "\e033"
        }
        
        .glyphicon-flag:before {
            content: "\e034"
        }
        
        .glyphicon-headphones:before {
            content: "\e035"
        }
        
        .glyphicon-volume-off:before {
            content: "\e036"
        }
        
        .glyphicon-volume-down:before {
            content: "\e037"
        }
        
        .glyphicon-volume-up:before {
            content: "\e038"
        }
        
        .glyphicon-qrcode:before {
            content: "\e039"
        }
        
        .glyphicon-barcode:before {
            content: "\e040"
        }
        
        .glyphicon-tag:before {
            content: "\e041"
        }
        
        .glyphicon-tags:before {
            content: "\e042"
        }
        
        .glyphicon-book:before {
            content: "\e043"
        }
        
        .glyphicon-bookmark:before {
            content: "\e044"
        }
        
        .glyphicon-print:before {
            content: "\e045"
        }
        
        .glyphicon-camera:before {
            content: "\e046"
        }
        
        .glyphicon-font:before {
            content: "\e047"
        }
        
        .glyphicon-bold:before {
            content: "\e048"
        }
        
        .glyphicon-italic:before {
            content: "\e049"
        }
        
        .glyphicon-text-height:before {
            content: "\e050"
        }
        
        .glyphicon-text-width:before {
            content: "\e051"
        }
        
        .glyphicon-align-left:before {
            content: "\e052"
        }
        
        .glyphicon-align-center:before {
            content: "\e053"
        }
        
        .glyphicon-align-right:before {
            content: "\e054"
        }
        
        .glyphicon-align-justify:before {
            content: "\e055"
        }
        
        .glyphicon-list:before {
            content: "\e056"
        }
        
        .glyphicon-indent-left:before {
            content: "\e057"
        }
        
        .glyphicon-indent-right:before {
            content: "\e058"
        }
        
        .glyphicon-facetime-video:before {
            content: "\e059"
        }
        
        .glyphicon-picture:before {
            content: "\e060"
        }
        
        .glyphicon-map-marker:before {
            content: "\e062"
        }
        
        .glyphicon-adjust:before {
            content: "\e063"
        }
        
        .glyphicon-tint:before {
            content: "\e064"
        }
        
        .glyphicon-edit:before {
            content: "\e065"
        }
        
        .glyphicon-share:before {
            content: "\e066"
        }
        
        .glyphicon-check:before {
            content: "\e067"
        }
        
        .glyphicon-move:before {
            content: "\e068"
        }
        
        .glyphicon-step-backward:before {
            content: "\e069"
        }
        
        .glyphicon-fast-backward:before {
            content: "\e070"
        }
        
        .glyphicon-backward:before {
            content: "\e071"
        }
        
        .glyphicon-play:before {
            content: "\e072"
        }
        
        .glyphicon-pause:before {
            content: "\e073"
        }
        
        .glyphicon-stop:before {
            content: "\e074"
        }
        
        .glyphicon-forward:before {
            content: "\e075"
        }
        
        .glyphicon-fast-forward:before {
            content: "\e076"
        }
        
        .glyphicon-step-forward:before {
            content: "\e077"
        }
        
        .glyphicon-eject:before {
            content: "\e078"
        }
        
        .glyphicon-chevron-left:before {
            content: "\e079"
        }
        
        .glyphicon-chevron-right:before {
            content: "\e080"
        }
        
        .glyphicon-plus-sign:before {
            content: "\e081"
        }
        
        .glyphicon-minus-sign:before {
            content: "\e082"
        }
        
        .glyphicon-remove-sign:before {
            content: "\e083"
        }
        
        .glyphicon-ok-sign:before {
            content: "\e084"
        }
        
        .glyphicon-question-sign:before {
            content: "\e085"
        }
        
        .glyphicon-info-sign:before {
            content: "\e086"
        }
        
        .glyphicon-screenshot:before {
            content: "\e087"
        }
        
        .glyphicon-remove-circle:before {
            content: "\e088"
        }
        
        .glyphicon-ok-circle:before {
            content: "\e089"
        }
        
        .glyphicon-ban-circle:before {
            content: "\e090"
        }
        
        .glyphicon-arrow-left:before {
            content: "\e091"
        }
        
        .glyphicon-arrow-right:before {
            content: "\e092"
        }
        
        .glyphicon-arrow-up:before {
            content: "\e093"
        }
        
        .glyphicon-arrow-down:before {
            content: "\e094"
        }
        
        .glyphicon-share-alt:before {
            content: "\e095"
        }
        
        .glyphicon-resize-full:before {
            content: "\e096"
        }
        
        .glyphicon-resize-small:before {
            content: "\e097"
        }
        
        .glyphicon-exclamation-sign:before {
            content: "\e101"
        }
        
        .glyphicon-gift:before {
            content: "\e102"
        }
        
        .glyphicon-leaf:before {
            content: "\e103"
        }
        
        .glyphicon-fire:before {
            content: "\e104"
        }
        
        .glyphicon-eye-open:before {
            content: "\e105"
        }
        
        .glyphicon-eye-close:before {
            content: "\e106"
        }
        
        .glyphicon-warning-sign:before {
            content: "\e107"
        }
        
        .glyphicon-plane:before {
            content: "\e108"
        }
        
        .glyphicon-calendar:before {
            content: "\e109"
        }
        
        .glyphicon-random:before {
            content: "\e110"
        }
        
        .glyphicon-comment:before {
            content: "\e111"
        }
        
        .glyphicon-magnet:before {
            content: "\e112"
        }
        
        .glyphicon-chevron-up:before {
            content: "\e113"
        }
        
        .glyphicon-chevron-down:before {
            content: "\e114"
        }
        
        .glyphicon-retweet:before {
            content: "\e115"
        }
        
        .glyphicon-shopping-cart:before {
            content: "\e116"
        }
        
        .glyphicon-folder-close:before {
            content: "\e117"
        }
        
        .glyphicon-folder-open:before {
            content: "\e118"
        }
        
        .glyphicon-resize-vertical:before {
            content: "\e119"
        }
        
        .glyphicon-resize-horizontal:before {
            content: "\e120"
        }
        
        .glyphicon-hdd:before {
            content: "\e121"
        }
        
        .glyphicon-bullhorn:before {
            content: "\e122"
        }
        
        .glyphicon-bell:before {
            content: "\e123"
        }
        
        .glyphicon-certificate:before {
            content: "\e124"
        }
        
        .glyphicon-thumbs-up:before {
            content: "\e125"
        }
        
        .glyphicon-thumbs-down:before {
            content: "\e126"
        }
        
        .glyphicon-hand-right:before {
            content: "\e127"
        }
        
        .glyphicon-hand-left:before {
            content: "\e128"
        }
        
        .glyphicon-hand-up:before {
            content: "\e129"
        }
        
        .glyphicon-hand-down:before {
            content: "\e130"
        }
        
        .glyphicon-circle-arrow-right:before {
            content: "\e131"
        }
        
        .glyphicon-circle-arrow-left:before {
            content: "\e132"
        }
        
        .glyphicon-circle-arrow-up:before {
            content: "\e133"
        }
        
        .glyphicon-circle-arrow-down:before {
            content: "\e134"
        }
        
        .glyphicon-globe:before {
            content: "\e135"
        }
        
        .glyphicon-wrench:before {
            content: "\e136"
        }
        
        .glyphicon-tasks:before {
            content: "\e137"
        }
        
        .glyphicon-filter:before {
            content: "\e138"
        }
        
        .glyphicon-briefcase:before {
            content: "\e139"
        }
        
        .glyphicon-fullscreen:before {
            content: "\e140"
        }
        
        .glyphicon-dashboard:before {
            content: "\e141"
        }
        
        .glyphicon-paperclip:before {
            content: "\e142"
        }
        
        .glyphicon-heart-empty:before {
            content: "\e143"
        }
        
        .glyphicon-link:before {
            content: "\e144"
        }
        
        .glyphicon-phone:before {
            content: "\e145"
        }
        
        .glyphicon-pushpin:before {
            content: "\e146"
        }
        
        .glyphicon-usd:before {
            content: "\e148"
        }
        
        .glyphicon-gbp:before {
            content: "\e149"
        }
        
        .glyphicon-sort:before {
            content: "\e150"
        }
        
        .glyphicon-sort-by-alphabet:before {
            content: "\e151"
        }
        
        .glyphicon-sort-by-alphabet-alt:before {
            content: "\e152"
        }
        
        .glyphicon-sort-by-order:before {
            content: "\e153"
        }
        
        .glyphicon-sort-by-order-alt:before {
            content: "\e154"
        }
        
        .glyphicon-sort-by-attributes:before {
            content: "\e155"
        }
        
        .glyphicon-sort-by-attributes-alt:before {
            content: "\e156"
        }
        
        .glyphicon-unchecked:before {
            content: "\e157"
        }
        
        .glyphicon-expand:before {
            content: "\e158"
        }
        
        .glyphicon-collapse-down:before {
            content: "\e159"
        }
        
        .glyphicon-collapse-up:before {
            content: "\e160"
        }
        
        .glyphicon-log-in:before {
            content: "\e161"
        }
        
        .glyphicon-flash:before {
            content: "\e162"
        }
        
        .glyphicon-log-out:before {
            content: "\e163"
        }
        
        .glyphicon-new-window:before {
            content: "\e164"
        }
        
        .glyphicon-record:before {
            content: "\e165"
        }
        
        .glyphicon-save:before {
            content: "\e166"
        }
        
        .glyphicon-open:before {
            content: "\e167"
        }
        
        .glyphicon-saved:before {
            content: "\e168"
        }
        
        .glyphicon-import:before {
            content: "\e169"
        }
        
        .glyphicon-export:before {
            content: "\e170"
        }
        
        .glyphicon-send:before {
            content: "\e171"
        }
        
        .glyphicon-floppy-disk:before {
            content: "\e172"
        }
        
        .glyphicon-floppy-saved:before {
            content: "\e173"
        }
        
        .glyphicon-floppy-remove:before {
            content: "\e174"
        }
        
        .glyphicon-floppy-save:before {
            content: "\e175"
        }
        
        .glyphicon-floppy-open:before {
            content: "\e176"
        }
        
        .glyphicon-credit-card:before {
            content: "\e177"
        }
        
        .glyphicon-transfer:before {
            content: "\e178"
        }
        
        .glyphicon-cutlery:before {
            content: "\e179"
        }
        
        .glyphicon-header:before {
            content: "\e180"
        }
        
        .glyphicon-compressed:before {
            content: "\e181"
        }
        
        .glyphicon-earphone:before {
            content: "\e182"
        }
        
        .glyphicon-phone-alt:before {
            content: "\e183"
        }
        
        .glyphicon-tower:before {
            content: "\e184"
        }
        
        .glyphicon-stats:before {
            content: "\e185"
        }
        
        .glyphicon-sd-video:before {
            content: "\e186"
        }
        
        .glyphicon-hd-video:before {
            content: "\e187"
        }
        
        .glyphicon-subtitles:before {
            content: "\e188"
        }
        
        .glyphicon-sound-stereo:before {
            content: "\e189"
        }
        
        .glyphicon-sound-dolby:before {
            content: "\e190"
        }
        
        .glyphicon-sound-5-1:before {
            content: "\e191"
        }
        
        .glyphicon-sound-6-1:before {
            content: "\e192"
        }
        
        .glyphicon-sound-7-1:before {
            content: "\e193"
        }
        
        .glyphicon-copyright-mark:before {
            content: "\e194"
        }
        
        .glyphicon-registration-mark:before {
            content: "\e195"
        }
        
        .glyphicon-cloud-download:before {
            content: "\e197"
        }
        
        .glyphicon-cloud-upload:before {
            content: "\e198"
        }
        
        .glyphicon-tree-conifer:before {
            content: "\e199"
        }
        
        .glyphicon-tree-deciduous:before {
            content: "\e200"
        }
        
        html {
            font-size: 10px;
            -webkit-tap-highlight-color: transparent
        }
        
        body {
            line-height: 1.42857143
        }
        
        button,
        input,
        select,
        textarea {
            font-family: inherit;
            font-size: inherit;
            line-height: inherit
        }
        
        a {
            text-decoration: none
        }
        
        a:focus,
        a:hover {
            color: #23527c;
            text-decoration: underline
        }
        
        a:focus {
            outline-offset: -2px
        }
        
        figure {
            margin: 0
        }
        
        .carousel-inner>.item>a>img,
        .carousel-inner>.item>img,
        .img-responsive,
        .thumbnail a>img,
        .thumbnail>img {
            display: block;
            max-width: 100%;
            height: auto
        }
        
        .img-thumbnail {
            display: inline-block;
            max-width: 100%;
            height: auto;
            padding: 4px;
            line-height: 1.42857143;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 4px;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out
        }
        
        .h1,
        .h2,
        .h3,
        .h4,
        .h5,
        .h6,
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-family: inherit;
            font-weight: 500;
            line-height: 1.1;
            color: inherit
        }
        
        .h1 .small,
        .h1 small,
        .h2 .small,
        .h2 small,
        .h3 .small,
        .h3 small,
        .h4 .small,
        .h4 small,
        .h5 .small,
        .h5 small,
        .h6 .small,
        .h6 small,
        h1 .small,
        h1 small,
        h2 .small,
        h2 small,
        h3 .small,
        h3 small,
        h4 .small,
        h4 small,
        h5 .small,
        h5 small,
        h6 .small,
        h6 small {
            font-weight: 400;
            line-height: 1;
            color: #777
        }
        
        .h1,
        .h2,
        .h3,
        h1,
        h2,
        h3 {
            margin-top: 20px;
            margin-bottom: 10px
        }
        
        .h1 .small,
        .h1 small,
        .h2 .small,
        .h2 small,
        .h3 .small,
        .h3 small,
        h1 .small,
        h1 small,
        h2 .small,
        h2 small,
        h3 .small,
        h3 small {
            font-size: 65%
        }
        
        .h4,
        .h5,
        .h6,
        h4,
        h5,
        h6 {
            margin-top: 10px;
            margin-bottom: 10px
        }
        
        .h4 .small,
        .h4 small,
        .h5 .small,
        .h5 small,
        .h6 .small,
        .h6 small,
        h4 .small,
        h4 small,
        h5 .small,
        h5 small,
        h6 .small,
        h6 small {
            font-size: 75%
        }
        
        .h1,
        h1 {
            font-size: 36px
        }
        
        .h2,
        h2 {
            font-size: 30px
        }
        
        .h3,
        h3 {
            font-size: 24px
        }
        
        .h4,
        h4 {
            font-size: 18px
        }
        
        .h5,
        h5 {
            font-size: 14px
        }
        
        .h6,
        h6 {
            font-size: 12px
        }
        
        p {
            margin: 0 0 10px
        }
        
        .lead {
            margin-bottom: 20px;
            font-size: 16px;
            font-weight: 300;
            line-height: 1.4
        }
        
        dt,
        kbd kbd {
            font-weight: 700
        }
        
        address,
        blockquote .small,
        blockquote footer,
        blockquote small,
        dd,
        dt,
        pre {
            line-height: 1.42857143
        }
        
        @media (min-width:768px) {
            .lead {
                font-size: 21px
            }
        }
        
        .small,
        small {
            font-size: 85%
        }
        
        .mark,
        mark {
            padding: .2em;
            background-color: #fcf8e3
        }
        
        .list-inline,
        .list-unstyled {
            padding-left: 0;
            list-style: none
        }
        
        .text-left {
            text-align: left
        }
        
        .text-right {
            text-align: right
        }
        
        .text-center {
            text-align: center
        }
        
        .text-justify {
            text-align: justify
        }
        
        .text-nowrap {
            white-space: nowrap
        }
        
        .text-lowercase {
            text-transform: lowercase
        }
        
        .text-uppercase {
            text-transform: uppercase
        }
        
        .text-capitalize {
            text-transform: capitalize
        }
        
        .text-muted {
            color: #777
        }
        
        a.text-primary:hover {
            color: #286090
        }
        
        a.text-success:hover {
            color: #2b542c
        }
        
        a.text-info:hover {
            color: #245269
        }
        
        a.text-warning:hover {
            color: #66512c
        }
        
        a.text-danger:hover {
            color: #843534
        }
        
        .bg-primary {
            color: #fff;
            background-color: #337ab7
        }
        
        a.bg-primary:hover {
            background-color: #286090
        }
        
        .bg-success {
            background-color: #dff0d8
        }
        
        a.bg-success:hover {
            background-color: #c1e2b3
        }
        
        .bg-info {
            background-color: #d9edf7
        }
        
        a.bg-info:hover {
            background-color: #afd9ee
        }
        
        .bg-warning {
            background-color: #fcf8e3
        }
        
        a.bg-warning:hover {
            background-color: #f7ecb5
        }
        
        .bg-danger {
            background-color: #f2dede
        }
        
        a.bg-danger:hover {
            background-color: #e4b9b9
        }
        
        pre code,
        table {
            background-color: transparent
        }
        
        .page-header {
            padding-bottom: 9px;
            margin: 40px 0 20px;
            border-bottom: 1px solid #eee
        }
        
        dl,
        ol,
        ul {
            margin-top: 0
        }
        
        blockquote ol:last-child,
        blockquote p:last-child,
        blockquote ul:last-child,
        ol ol,
        ol ul,
        ul ol,
        ul ul {
            margin-bottom: 0
        }
        
        address,
        dl {
            margin-bottom: 20px
        }
        
        ol,
        ul {
            margin-bottom: 10px
        }
        
        .list-inline {
            margin-left: -5px
        }
        
        .list-inline>li {
            display: inline-block;
            padding-right: 5px;
            padding-left: 5px
        }
        
        dd {
            margin-left: 0
        }
        
        @media (min-width:768px) {
            .dl-horizontal dt {
                float: left;
                width: 160px;
                overflow: hidden;
                clear: left;
                text-align: right;
                text-overflow: ellipsis;
                white-space: nowrap
            }
            .dl-horizontal dd {
                margin-left: 180px
            }
            .container {
                width: 750px
            }
        }
        
        .btn-group-vertical>.btn-group:after,
        .btn-toolbar:after,
        .chart-tooltip,
        .chart-tooltip .label,
        .chat-form,
        .clearfix:after,
        .container-fluid:after,
        .container:after,
        .dashboard-stat .more,
        .dashboard-stat2 .display:after,
        .dashboard-stat2 .progress-info,
        .dashboard-stat2 .progress-info .progress,
        .dashboard-stat:after,
        .dl-horizontal dd:after,
        .dropdown-menu li>a,
        .dropdown-menu-v2>li>a,
        .feeds li .col1,
        .feeds li:after,
        .form .form-actions:after,
        .form-horizontal .form-group:after,
        .general-item-list>.item>.item-head:after,
        .modal-footer:after,
        .nav:after,
        .navbar-collapse:after,
        .navbar-header:after,
        .navbar:after,
        .pager:after,
        .panel-body:after,
        .portlet>.portlet-body,
        .portlet>.portlet-title:after,
        .row:after,
        .social-icons:after,
        .tabbable:after,
        .table-toolbar:after,
        .tiles .tile .tile-object:after,
        .tiles:after {
            clear: both
        }
        
        abbr[data-original-title],
        abbr[title] {
            cursor: help;
            border-bottom: 1px dotted #777
        }
        
        .initialism {
            font-size: 90%;
            text-transform: uppercase
        }
        
        blockquote {
            padding: 10px 20px;
            margin: 0 0 20px;
            font-size: 17.5px;
            border-left: 5px solid #eee
        }
        
        blockquote .small,
        blockquote footer,
        blockquote small {
            display: block;
            font-size: 80%;
            color: #777
        }
        
        legend,
        pre {
            display: block;
            color: #333
        }
        
        blockquote .small:before,
        blockquote footer:before,
        blockquote small:before {
            content: '\2014 \00A0'
        }
        
        .blockquote-reverse,
        blockquote.pull-right {
            padding-right: 15px;
            padding-left: 0;
            text-align: right;
            border-right: 5px solid #eee;
            border-left: 0
        }
        
        code,
        kbd {
            padding: 2px 4px;
            font-size: 90%
        }
        
        caption,
        th {
            text-align: left
        }
        
        .blockquote-reverse .small:before,
        .blockquote-reverse footer:before,
        .blockquote-reverse small:before,
        blockquote.pull-right .small:before,
        blockquote.pull-right footer:before,
        blockquote.pull-right small:before {
            content: ''
        }
        
        .blockquote-reverse .small:after,
        .blockquote-reverse footer:after,
        .blockquote-reverse small:after,
        blockquote.pull-right .small:after,
        blockquote.pull-right footer:after,
        blockquote.pull-right small:after {
            content: '\00A0 \2014'
        }
        
        code,
        kbd,
        pre,
        samp {
            font-family: Menlo, Monaco, Consolas, "Courier New", monospace
        }
        
        code {
            color: #c7254e;
            background-color: #f9f2f4
        }
        
        kbd {
            color: #fff;
            background-color: #333;
            border-radius: 3px;
            -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
            box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
        }
        
        kbd kbd {
            padding: 0;
            font-size: 100%;
            -webkit-box-shadow: none;
            box-shadow: none
        }
        
        pre {
            padding: 9.5px;
            margin: 0 0 10px;
            font-size: 13px;
            word-break: break-all;
            word-wrap: break-word;
            background-color: #f5f5f5;
            border: 1px solid #ccc
        }
        
        pre code {
            padding: 0;
            font-size: inherit;
            color: inherit;
            white-space: pre-wrap;
            border-radius: 0
        }
        
        .container,
        .container-fluid {
            margin-right: auto;
            margin-left: auto;
            padding-right: 15px;
            padding-left: 15px
        }
        
        .pre-scrollable {
            overflow-y: scroll
        }
        
        @media (min-width:992px) {
            .container {
                width: 970px
            }
        }
        
        @media (min-width:1200px) {
            .container {
                width: 1170px
            }
        }
        
        .row {
            margin-right: -15px;
            margin-left: -15px
        }
        
        .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 {
            position: relative;
            min-height: 1px;
            padding-right: 15px;
            padding-left: 15px
        }
        
        .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.66666667%
        }
        
        .col-xs-10 {
            width: 83.33333333%
        }
        
        .col-xs-9 {
            width: 75%
        }
        
        .col-xs-8 {
            width: 66.66666667%
        }
        
        .col-xs-7 {
            width: 58.33333333%
        }
        
        .col-xs-6 {
            width: 50%
        }
        
        .col-xs-5 {
            width: 41.66666667%
        }
        
        .col-xs-4 {
            width: 33.33333333%
        }
        
        .col-xs-3 {
            width: 25%
        }
        
        .col-xs-2 {
            width: 16.66666667%
        }
        
        .col-xs-1 {
            width: 8.33333333%
        }
        
        .col-xs-pull-12 {
            right: 100%
        }
        
        .col-xs-pull-11 {
            right: 91.66666667%
        }
        
        .col-xs-pull-10 {
            right: 83.33333333%
        }
        
        .col-xs-pull-9 {
            right: 75%
        }
        
        .col-xs-pull-8 {
            right: 66.66666667%
        }
        
        .col-xs-pull-7 {
            right: 58.33333333%
        }
        
        .col-xs-pull-6 {
            right: 50%
        }
        
        .col-xs-pull-5 {
            right: 41.66666667%
        }
        
        .col-xs-pull-4 {
            right: 33.33333333%
        }
        
        .col-xs-pull-3 {
            right: 25%
        }
        
        .col-xs-pull-2 {
            right: 16.66666667%
        }
        
        .col-xs-pull-1 {
            right: 8.33333333%
        }
        
        .col-xs-pull-0 {
            right: auto
        }
        
        .col-xs-push-12 {
            left: 100%
        }
        
        .col-xs-push-11 {
            left: 91.66666667%
        }
        
        .col-xs-push-10 {
            left: 83.33333333%
        }
        
        .col-xs-push-9 {
            left: 75%
        }
        
        .col-xs-push-8 {
            left: 66.66666667%
        }
        
        .col-xs-push-7 {
            left: 58.33333333%
        }
        
        .col-xs-push-6 {
            left: 50%
        }
        
        .col-xs-push-5 {
            left: 41.66666667%
        }
        
        .col-xs-push-4 {
            left: 33.33333333%
        }
        
        .col-xs-push-3 {
            left: 25%
        }
        
        .col-xs-push-2 {
            left: 16.66666667%
        }
        
        .col-xs-push-1 {
            left: 8.33333333%
        }
        
        .col-xs-push-0 {
            left: auto
        }
        
        .col-xs-offset-12 {
            margin-left: 100%
        }
        
        .col-xs-offset-11 {
            margin-left: 91.66666667%
        }
        
        .col-xs-offset-10 {
            margin-left: 83.33333333%
        }
        
        .col-xs-offset-9 {
            margin-left: 75%
        }
        
        .col-xs-offset-8 {
            margin-left: 66.66666667%
        }
        
        .col-xs-offset-7 {
            margin-left: 58.33333333%
        }
        
        .col-xs-offset-6 {
            margin-left: 50%
        }
        
        .col-xs-offset-5 {
            margin-left: 41.66666667%
        }
        
        .col-xs-offset-4 {
            margin-left: 33.33333333%
        }
        
        .col-xs-offset-3 {
            margin-left: 25%
        }
        
        .col-xs-offset-2 {
            margin-left: 16.66666667%
        }
        
        .col-xs-offset-1 {
            margin-left: 8.33333333%
        }
        
        .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.66666667%
            }
            .col-sm-10 {
                width: 83.33333333%
            }
            .col-sm-9 {
                width: 75%
            }
            .col-sm-8 {
                width: 66.66666667%
            }
            .col-sm-7 {
                width: 58.33333333%
            }
            .col-sm-6 {
                width: 50%
            }
            .col-sm-5 {
                width: 41.66666667%
            }
            .col-sm-4 {
                width: 33.33333333%
            }
            .col-sm-3 {
                width: 25%
            }
            .col-sm-2 {
                width: 16.66666667%
            }
            .col-sm-1 {
                width: 8.33333333%
            }
            .col-sm-pull-12 {
                right: 100%
            }
            .col-sm-pull-11 {
                right: 91.66666667%
            }
            .col-sm-pull-10 {
                right: 83.33333333%
            }
            .col-sm-pull-9 {
                right: 75%
            }
            .col-sm-pull-8 {
                right: 66.66666667%
            }
            .col-sm-pull-7 {
                right: 58.33333333%
            }
            .col-sm-pull-6 {
                right: 50%
            }
            .col-sm-pull-5 {
                right: 41.66666667%
            }
            .col-sm-pull-4 {
                right: 33.33333333%
            }
            .col-sm-pull-3 {
                right: 25%
            }
            .col-sm-pull-2 {
                right: 16.66666667%
            }
            .col-sm-pull-1 {
                right: 8.33333333%
            }
            .col-sm-pull-0 {
                right: auto
            }
            .col-sm-push-12 {
                left: 100%
            }
            .col-sm-push-11 {
                left: 91.66666667%
            }
            .col-sm-push-10 {
                left: 83.33333333%
            }
            .col-sm-push-9 {
                left: 75%
            }
            .col-sm-push-8 {
                left: 66.66666667%
            }
            .col-sm-push-7 {
                left: 58.33333333%
            }
            .col-sm-push-6 {
                left: 50%
            }
            .col-sm-push-5 {
                left: 41.66666667%
            }
            .col-sm-push-4 {
                left: 33.33333333%
            }
            .col-sm-push-3 {
                left: 25%
            }
            .col-sm-push-2 {
                left: 16.66666667%
            }
            .col-sm-push-1 {
                left: 8.33333333%
            }
            .col-sm-push-0 {
                left: auto
            }
            .col-sm-offset-12 {
                margin-left: 100%
            }
            .col-sm-offset-11 {
                margin-left: 91.66666667%
            }
            .col-sm-offset-10 {
                margin-left: 83.33333333%
            }
            .col-sm-offset-9 {
                margin-left: 75%
            }
            .col-sm-offset-8 {
                margin-left: 66.66666667%
            }
            .col-sm-offset-7 {
                margin-left: 58.33333333%
            }
            .col-sm-offset-6 {
                margin-left: 50%
            }
            .col-sm-offset-5 {
                margin-left: 41.66666667%
            }
            .col-sm-offset-4 {
                margin-left: 33.33333333%
            }
            .col-sm-offset-3 {
                margin-left: 25%
            }
            .col-sm-offset-2 {
                margin-left: 16.66666667%
            }
            .col-sm-offset-1 {
                margin-left: 8.33333333%
            }
            .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.66666667%
            }
            .col-md-10 {
                width: 83.33333333%
            }
            .col-md-9 {
                width: 75%
            }
            .col-md-8 {
                width: 66.66666667%
            }
            .col-md-7 {
                width: 58.33333333%
            }
            .col-md-6 {
                width: 50%
            }
            .col-md-5 {
                width: 41.66666667%
            }
            .col-md-4 {
                width: 33.33333333%
            }
            .col-md-3 {
                width: 25%
            }
            .col-md-2 {
                width: 16.66666667%
            }
            .col-md-1 {
                width: 8.33333333%
            }
            .col-md-pull-12 {
                right: 100%
            }
            .col-md-pull-11 {
                right: 91.66666667%
            }
            .col-md-pull-10 {
                right: 83.33333333%
            }
            .col-md-pull-9 {
                right: 75%
            }
            .col-md-pull-8 {
                right: 66.66666667%
            }
            .col-md-pull-7 {
                right: 58.33333333%
            }
            .col-md-pull-6 {
                right: 50%
            }
            .col-md-pull-5 {
                right: 41.66666667%
            }
            .col-md-pull-4 {
                right: 33.33333333%
            }
            .col-md-pull-3 {
                right: 25%
            }
            .col-md-pull-2 {
                right: 16.66666667%
            }
            .col-md-pull-1 {
                right: 8.33333333%
            }
            .col-md-pull-0 {
                right: auto
            }
            .col-md-push-12 {
                left: 100%
            }
            .col-md-push-11 {
                left: 91.66666667%
            }
            .col-md-push-10 {
                left: 83.33333333%
            }
            .col-md-push-9 {
                left: 75%
            }
            .col-md-push-8 {
                left: 66.66666667%
            }
            .col-md-push-7 {
                left: 58.33333333%
            }
            .col-md-push-6 {
                left: 50%
            }
            .col-md-push-5 {
                left: 41.66666667%
            }
            .col-md-push-4 {
                left: 33.33333333%
            }
            .col-md-push-3 {
                left: 25%
            }
            .col-md-push-2 {
                left: 16.66666667%
            }
            .col-md-push-1 {
                left: 8.33333333%
            }
            .col-md-push-0 {
                left: auto
            }
            .col-md-offset-12 {
                margin-left: 100%
            }
            .col-md-offset-11 {
                margin-left: 91.66666667%
            }
            .col-md-offset-10 {
                margin-left: 83.33333333%
            }
            .col-md-offset-9 {
                margin-left: 75%
            }
            .col-md-offset-8 {
                margin-left: 66.66666667%
            }
            .col-md-offset-7 {
                margin-left: 58.33333333%
            }
            .col-md-offset-6 {
                margin-left: 50%
            }
            .col-md-offset-5 {
                margin-left: 41.66666667%
            }
            .col-md-offset-4 {
                margin-left: 33.33333333%
            }
            .col-md-offset-3 {
                margin-left: 25%
            }
            .col-md-offset-2 {
                margin-left: 16.66666667%
            }
            .col-md-offset-1 {
                margin-left: 8.33333333%
            }
            .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.66666667%
            }
            .col-lg-10 {
                width: 83.33333333%
            }
            .col-lg-9 {
                width: 75%
            }
            .col-lg-8 {
                width: 66.66666667%
            }
            .col-lg-7 {
                width: 58.33333333%
            }
            .col-lg-6 {
                width: 50%
            }
            .col-lg-5 {
                width: 41.66666667%
            }
            .col-lg-4 {
                width: 33.33333333%
            }
            .col-lg-3 {
                width: 25%
            }
            .col-lg-2 {
                width: 16.66666667%
            }
            .col-lg-1 {
                width: 8.33333333%
            }
            .col-lg-pull-12 {
                right: 100%
            }
            .col-lg-pull-11 {
                right: 91.66666667%
            }
            .col-lg-pull-10 {
                right: 83.33333333%
            }
            .col-lg-pull-9 {
                right: 75%
            }
            .col-lg-pull-8 {
                right: 66.66666667%
            }
            .col-lg-pull-7 {
                right: 58.33333333%
            }
            .col-lg-pull-6 {
                right: 50%
            }
            .col-lg-pull-5 {
                right: 41.66666667%
            }
            .col-lg-pull-4 {
                right: 33.33333333%
            }
            .col-lg-pull-3 {
                right: 25%
            }
            .col-lg-pull-2 {
                right: 16.66666667%
            }
            .col-lg-pull-1 {
                right: 8.33333333%
            }
            .col-lg-pull-0 {
                right: auto
            }
            .col-lg-push-12 {
                left: 100%
            }
            .col-lg-push-11 {
                left: 91.66666667%
            }
            .col-lg-push-10 {
                left: 83.33333333%
            }
            .col-lg-push-9 {
                left: 75%
            }
            .col-lg-push-8 {
                left: 66.66666667%
            }
            .col-lg-push-7 {
                left: 58.33333333%
            }
            .col-lg-push-6 {
                left: 50%
            }
            .col-lg-push-5 {
                left: 41.66666667%
            }
            .col-lg-push-4 {
                left: 33.33333333%
            }
            .col-lg-push-3 {
                left: 25%
            }
            .col-lg-push-2 {
                left: 16.66666667%
            }
            .col-lg-push-1 {
                left: 8.33333333%
            }
            .col-lg-push-0 {
                left: auto
            }
            .col-lg-offset-12 {
                margin-left: 100%
            }
            .col-lg-offset-11 {
                margin-left: 91.66666667%
            }
            .col-lg-offset-10 {
                margin-left: 83.33333333%
            }
            .col-lg-offset-9 {
                margin-left: 75%
            }
            .col-lg-offset-8 {
                margin-left: 66.66666667%
            }
            .col-lg-offset-7 {
                margin-left: 58.33333333%
            }
            .col-lg-offset-6 {
                margin-left: 50%
            }
            .col-lg-offset-5 {
                margin-left: 41.66666667%
            }
            .col-lg-offset-4 {
                margin-left: 33.33333333%
            }
            .col-lg-offset-3 {
                margin-left: 25%
            }
            .col-lg-offset-2 {
                margin-left: 16.66666667%
            }
            .col-lg-offset-1 {
                margin-left: 8.33333333%
            }
            .col-lg-offset-0 {
                margin-left: 0
            }
        }
        
        caption {
            padding-top: 8px;
            padding-bottom: 8px;
            color: #777
        }
        
        .table {
            width: 100%;
            max-width: 100%;
            margin-bottom: 20px
        }
        
        .table>tbody>tr>td,
        .table>tbody>tr>th,
        .table>tfoot>tr>td,
        .table>tfoot>tr>th,
        .table>thead>tr>td,
        .table>thead>tr>th {
            padding: 8px;
            line-height: 1.42857143;
            vertical-align: top;
            border-top: 1px solid #ddd
        }
        
        .table>thead>tr>th {
            vertical-align: bottom;
            border-bottom: 2px solid #ddd
        }
        
        .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
        }
        
        .table>tbody+tbody {
            border-top: 2px solid #ddd
        }
        
        .table .table {
            background-color: #fff
        }
        
        .table-condensed>tbody>tr>td,
        .table-condensed>tbody>tr>th,
        .table-condensed>tfoot>tr>td,
        .table-condensed>tfoot>tr>th,
        .table-condensed>thead>tr>td,
        .table-condensed>thead>tr>th {
            padding: 5px
        }
        
        .table-bordered,
        .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-striped>tbody>tr:nth-child(odd) {
            background-color: #f9f9f9
        }
        
        .table-hover>tbody>tr:hover,
        .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
        }
        
        table col[class*=col-] {
            position: static;
            display: table-column;
            float: none
        }
        
        table td[class*=col-],
        table th[class*=col-] {
            position: static;
            display: table-cell;
            float: none
        }
        
        .btn-group>.btn-group,
        .btn-toolbar .btn-group,
        .btn-toolbar .input-group {
            float: left
        }
        
        .table-hover>tbody>tr.active:hover>td,
        .table-hover>tbody>tr.active:hover>th,
        .table-hover>tbody>tr:hover>.active,
        .table-hover>tbody>tr>td.active:hover,
        .table-hover>tbody>tr>th.active:hover {
            background-color: #e8e8e8
        }
        
        .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
        }
        
        .table-hover>tbody>tr.success:hover>td,
        .table-hover>tbody>tr.success:hover>th,
        .table-hover>tbody>tr:hover>.success,
        .table-hover>tbody>tr>td.success:hover,
        .table-hover>tbody>tr>th.success:hover {
            background-color: #d0e9c6
        }
        
        .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
        }
        
        .table-hover>tbody>tr.info:hover>td,
        .table-hover>tbody>tr.info:hover>th,
        .table-hover>tbody>tr:hover>.info,
        .table-hover>tbody>tr>td.info:hover,
        .table-hover>tbody>tr>th.info:hover {
            background-color: #c4e3f3
        }
        
        .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
        }
        
        .table-hover>tbody>tr.warning:hover>td,
        .table-hover>tbody>tr.warning:hover>th,
        .table-hover>tbody>tr:hover>.warning,
        .table-hover>tbody>tr>td.warning:hover,
        .table-hover>tbody>tr>th.warning:hover {
            background-color: #faf2cc
        }
        
        .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-hover>tbody>tr.danger:hover>td,
        .table-hover>tbody>tr.danger:hover>th,
        .table-hover>tbody>tr:hover>.danger,
        .table-hover>tbody>tr>td.danger:hover,
        .table-hover>tbody>tr>th.danger:hover {
            background-color: #ebcccc
        }
        
        .table-responsive {
            min-height: .01%;
            overflow-x: auto
        }
        
        @media screen and (max-width:767px) {
            .table-responsive {
                width: 100%;
                margin-bottom: 15px;
                overflow-y: hidden;
                -ms-overflow-style: -ms-autohiding-scrollbar;
                border: 1px solid #ddd
            }
            .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
            }
            .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
            }
            .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
            }
            .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
            }
        }
        
        fieldset,
        legend {
            padding: 0;
            border: 0
        }
        
        fieldset {
            min-width: 0;
            margin: 0
        }
        
        legend {
            width: 100%;
            margin-bottom: 20px;
            font-size: 21px;
            line-height: inherit;
            border-bottom: 1px solid #e5e5e5
        }
        
        label {
            display: inline-block;
            max-width: 100%;
            margin-bottom: 5px
        }
        
        .chat-form .btn-cont .arrow,
        .tt-hint,
        .tt-input {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box
        }
        
        input[type=checkbox],
        input[type=radio] {
            margin: 1px 0 0;
            line-height: normal
        }
        
        .form-control,
        output {
            line-height: 1.42857143;
            display: block
        }
        
        input[type=file] {
            display: block
        }
        
        input[type=range] {
            display: block;
            width: 100%
        }
        
        select[multiple],
        select[size] {
            height: auto
        }
        
        input[type=checkbox]:focus,
        input[type=file]:focus,
        input[type=radio]:focus {
            outline: dotted thin;
            outline: -webkit-focus-ring-color auto 5px;
            outline-offset: -2px
        }
        
        output {
            padding-top: 7px;
            font-size: 14px;
            color: #555
        }
        
        .has-success .checkbox,
        .has-success .checkbox-inline,
        .has-success .control-label,
        .has-success .form-control-feedback,
        .has-success .help-block,
        .has-success .radio,
        .has-success .radio-inline,
        .has-success.checkbox label,
        .has-success.checkbox-inline label,
        .has-success.radio label,
        .has-success.radio-inline label {
            color: #3c763d
        }
        
        .form-control {
            width: 100%;
            height: 34px;
            padding: 6px 12px;
            border-radius: 4px;
            -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
        }
        
        .form-control[disabled],
        .form-control[readonly],
        fieldset[disabled] .form-control {
            opacity: 1
        }
        
        textarea.form-control {
            height: auto
        }
        
        @media screen and (-webkit-min-device-pixel-ratio:0) {
            input[type=date],
            input[type=datetime-local],
            input[type=month],
            input[type=time] {
                line-height: 34px
            }
            input[type=date].input-sm,
            input[type=datetime-local].input-sm,
            input[type=month].input-sm,
            input[type=time].input-sm {
                line-height: 30px
            }
            input[type=date].input-lg,
            input[type=datetime-local].input-lg,
            input[type=month].input-lg,
            input[type=time].input-lg {
                line-height: 46px
            }
            @font-face {
                font-family: Simple-Line-Icons;
                src: url(../fonts/Simple-Line-Icons.svg#Simple-Line-Icons) format('svg')
            }
        }
        
        .form-group {
            margin-bottom: 15px
        }
        
        .checkbox,
        .radio {
            position: relative;
            display: block;
            margin-top: 10px;
            margin-bottom: 10px
        }
        
        .checkbox label,
        .radio label {
            min-height: 20px;
            padding-left: 20px;
            margin-bottom: 0;
            font-weight: 400;
            cursor: pointer
        }
        
        .checkbox input[type=checkbox],
        .checkbox-inline input[type=checkbox],
        .radio input[type=radio],
        .radio-inline input[type=radio] {
            position: absolute;
            margin-top: 4px;
            margin-left: -20px
        }
        
        .checkbox+.checkbox,
        .radio+.radio {
            margin-top: -5px
        }
        
        .checkbox-inline,
        .radio-inline {
            display: inline-block;
            padding-left: 20px;
            margin-bottom: 0;
            font-weight: 400;
            vertical-align: middle;
            cursor: pointer
        }
        
        .checkbox-inline+.checkbox-inline,
        .radio-inline+.radio-inline {
            margin-top: 0;
            margin-left: 10px
        }
        
        .checkbox-inline.disabled,
        .checkbox.disabled label,
        .radio-inline.disabled,
        .radio.disabled label,
        fieldset[disabled] .checkbox label,
        fieldset[disabled] .checkbox-inline,
        fieldset[disabled] .radio label,
        fieldset[disabled] .radio-inline,
        fieldset[disabled] input[type=checkbox],
        fieldset[disabled] input[type=radio],
        input[type=checkbox].disabled,
        input[type=checkbox][disabled],
        input[type=radio].disabled,
        input[type=radio][disabled] {
            cursor: not-allowed
        }
        
        .form-control-static {
            padding-top: 7px;
            padding-bottom: 7px;
            margin-bottom: 0
        }
        
        .form-control-static.input-lg,
        .form-control-static.input-sm {
            padding-right: 0;
            padding-left: 0
        }
        
        .form-group-sm .form-control,
        .input-sm {
            height: 30px;
            padding: 5px 10px;
            font-size: 12px;
            line-height: 1.5;
            border-radius: 3px
        }
        
        select.form-group-sm .form-control,
        select.input-sm {
            height: 30px;
            line-height: 30px
        }
        
        select[multiple].form-group-sm .form-control,
        select[multiple].input-sm,
        textarea.form-group-sm .form-control,
        textarea.input-sm {
            height: auto
        }
        
        .form-group-lg .form-control,
        .input-lg {
            height: 46px;
            padding: 10px 16px;
            font-size: 18px;
            line-height: 1.33;
            border-radius: 6px
        }
        
        select.form-group-lg .form-control,
        select.input-lg {
            height: 46px;
            line-height: 46px
        }
        
        select[multiple].form-group-lg .form-control,
        select[multiple].input-lg,
        textarea.form-group-lg .form-control,
        textarea.input-lg {
            height: auto
        }
        
        .has-feedback {
            position: relative
        }
        
        .has-feedback .form-control {
            padding-right: 42.5px
        }
        
        .form-control-feedback {
            position: absolute;
            top: 0;
            right: 0;
            z-index: 2;
            display: block;
            width: 34px;
            height: 34px;
            line-height: 34px;
            text-align: center;
            pointer-events: none
        }
        
        .collapsing,
        .dropdown {
            position: relative
        }
        
        .input-lg+.form-control-feedback {
            width: 46px;
            height: 46px;
            line-height: 46px
        }
        
        .input-sm+.form-control-feedback {
            width: 30px;
            height: 30px;
            line-height: 30px
        }
        
        .has-warning .checkbox,
        .has-warning .checkbox-inline,
        .has-warning .control-label,
        .has-warning .form-control-feedback,
        .has-warning .help-block,
        .has-warning .radio,
        .has-warning .radio-inline,
        .has-warning.checkbox label,
        .has-warning.checkbox-inline label,
        .has-warning.radio label,
        .has-warning.radio-inline label {
            color: #8a6d3b
        }
        
        .has-error .checkbox,
        .has-error .checkbox-inline,
        .has-error .control-label,
        .has-error .form-control-feedback,
        .has-error .help-block,
        .has-error .radio,
        .has-error .radio-inline,
        .has-error.checkbox label,
        .has-error.checkbox-inline label,
        .has-error.radio label,
        .has-error.radio-inline label {
            color: #a94442
        }
        
        .has-feedback label~.form-control-feedback {
            top: 25px
        }
        
        .has-feedback label.sr-only~.form-control-feedback {
            top: 0
        }
        
        .help-block {
            display: block;
            color: #737373
        }
        
        @media (min-width:768px) {
            .form-inline .form-control-static,
            .form-inline .form-group {
                display: inline-block
            }
            .form-inline .control-label,
            .form-inline .form-group {
                margin-bottom: 0;
                vertical-align: middle
            }
            .form-inline .form-control {
                display: inline-block;
                width: auto;
                vertical-align: middle
            }
            .form-inline .input-group {
                display: inline-table;
                vertical-align: middle
            }
            .form-inline .input-group .form-control,
            .form-inline .input-group .input-group-addon,
            .form-inline .input-group .input-group-btn {
                width: auto
            }
            .form-inline .input-group>.form-control {
                width: 100%
            }
            .form-inline .checkbox,
            .form-inline .radio {
                display: inline-block;
                margin-top: 0;
                margin-bottom: 0;
                vertical-align: middle
            }
            .form-inline .checkbox label,
            .form-inline .radio label {
                padding-left: 0
            }
            .form-inline .checkbox input[type=checkbox],
            .form-inline .radio input[type=radio] {
                position: relative;
                margin-left: 0
            }
            .form-inline .has-feedback .form-control-feedback {
                top: 0
            }
            .form-horizontal .control-label {
                padding-top: 7px;
                margin-bottom: 0;
                text-align: right
            }
        }
        
        .form-horizontal .checkbox,
        .form-horizontal .checkbox-inline,
        .form-horizontal .radio,
        .form-horizontal .radio-inline {
            padding-top: 7px;
            margin-top: 0;
            margin-bottom: 0
        }
        
        .form-horizontal .checkbox,
        .form-horizontal .radio {
            min-height: 27px
        }
        
        .form-horizontal .form-group {
            margin-right: -15px;
            margin-left: -15px
        }
        
        .form-horizontal .has-feedback .form-control-feedback {
            right: 15px
        }
        
        .dropdown-menu-right,
        .dropdown-menu.pull-right {
            right: 0;
            left: auto
        }
        
        @media (min-width:768px) {
            .form-horizontal .form-group-lg .control-label {
                padding-top: 14.3px
            }
            .form-horizontal .form-group-sm .control-label {
                padding-top: 6px
            }
        }
        
        .btn {
            display: inline-block;
            margin-bottom: 0;
            font-weight: 400;
            line-height: 1.42857143;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            -ms-touch-action: manipulation;
            touch-action: manipulation;
            cursor: pointer;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            border: 1px solid transparent;
            border-radius: 4px
        }
        
        .btn.active.focus,
        .btn.active:focus,
        .btn.focus,
        .btn:active.focus,
        .btn:active:focus,
        .btn:focus {
            outline: dotted thin;
            outline: -webkit-focus-ring-color auto 5px;
            outline-offset: -2px
        }
        
        .btn.focus,
        .btn:focus,
        .btn:hover {
            color: #333;
            text-decoration: none
        }
        
        .btn.disabled,
        .btn[disabled],
        fieldset[disabled] .btn {
            pointer-events: none;
            cursor: not-allowed;
            filter: alpha(opacity=65);
            -webkit-box-shadow: none;
            box-shadow: none;
            opacity: .65
        }
        
        .btn-default.active,
        .btn-default.focus,
        .btn-default:active,
        .btn-default:focus,
        .btn-default:hover,
        .open>.dropdown-toggle.btn-default {
            color: #333;
            background-color: #e6e6e6;
            border-color: #adadad
        }
        
        .btn-default.disabled,
        .btn-default.disabled.active,
        .btn-default.disabled.focus,
        .btn-default.disabled:active,
        .btn-default.disabled:focus,
        .btn-default.disabled:hover,
        .btn-default[disabled],
        .btn-default[disabled].active,
        .btn-default[disabled].focus,
        .btn-default[disabled]:active,
        .btn-default[disabled]:focus,
        .btn-default[disabled]:hover,
        fieldset[disabled] .btn-default,
        fieldset[disabled] .btn-default.active,
        fieldset[disabled] .btn-default.focus,
        fieldset[disabled] .btn-default:active,
        fieldset[disabled] .btn-default:focus,
        fieldset[disabled] .btn-default:hover {
            background-color: #fff;
            border-color: #ccc
        }
        
        .btn-primary.active,
        .btn-primary.focus,
        .btn-primary:active,
        .btn-primary:focus,
        .btn-primary:hover,
        .open>.dropdown-toggle.btn-primary {
            color: #fff;
            background-color: #286090;
            border-color: #204d74
        }
        
        .btn-primary.disabled,
        .btn-primary.disabled.active,
        .btn-primary.disabled.focus,
        .btn-primary.disabled:active,
        .btn-primary.disabled:focus,
        .btn-primary.disabled:hover,
        .btn-primary[disabled],
        .btn-primary[disabled].active,
        .btn-primary[disabled].focus,
        .btn-primary[disabled]:active,
        .btn-primary[disabled]:focus,
        .btn-primary[disabled]:hover,
        fieldset[disabled] .btn-primary,
        fieldset[disabled] .btn-primary.active,
        fieldset[disabled] .btn-primary.focus,
        fieldset[disabled] .btn-primary:active,
        fieldset[disabled] .btn-primary:focus,
        fieldset[disabled] .btn-primary:hover {
            background-color: #337ab7;
            border-color: #2e6da4
        }
        
        .btn-success.active,
        .btn-success.focus,
        .btn-success:active,
        .btn-success:focus,
        .btn-success:hover,
        .open>.dropdown-toggle.btn-success {
            color: #fff;
            background-color: #449d44;
            border-color: #398439
        }
        
        .btn-success.disabled,
        .btn-success.disabled.active,
        .btn-success.disabled.focus,
        .btn-success.disabled:active,
        .btn-success.disabled:focus,
        .btn-success.disabled:hover,
        .btn-success[disabled],
        .btn-success[disabled].active,
        .btn-success[disabled].focus,
        .btn-success[disabled]:active,
        .btn-success[disabled]:focus,
        .btn-success[disabled]:hover,
        fieldset[disabled] .btn-success,
        fieldset[disabled] .btn-success.active,
        fieldset[disabled] .btn-success.focus,
        fieldset[disabled] .btn-success:active,
        fieldset[disabled] .btn-success:focus,
        fieldset[disabled] .btn-success:hover {
            background-color: #5cb85c;
            border-color: #4cae4c
        }
        
        .btn-info.active,
        .btn-info.focus,
        .btn-info:active,
        .btn-info:focus,
        .btn-info:hover,
        .open>.dropdown-toggle.btn-info {
            color: #fff;
            background-color: #31b0d5;
            border-color: #269abc
        }
        
        .btn-info.disabled,
        .btn-info.disabled.active,
        .btn-info.disabled.focus,
        .btn-info.disabled:active,
        .btn-info.disabled:focus,
        .btn-info.disabled:hover,
        .btn-info[disabled],
        .btn-info[disabled].active,
        .btn-info[disabled].focus,
        .btn-info[disabled]:active,
        .btn-info[disabled]:focus,
        .btn-info[disabled]:hover,
        fieldset[disabled] .btn-info,
        fieldset[disabled] .btn-info.active,
        fieldset[disabled] .btn-info.focus,
        fieldset[disabled] .btn-info:active,
        fieldset[disabled] .btn-info:focus,
        fieldset[disabled] .btn-info:hover {
            background-color: #5bc0de;
            border-color: #46b8da
        }
        
        .btn-warning.active,
        .btn-warning.focus,
        .btn-warning:active,
        .btn-warning:focus,
        .btn-warning:hover,
        .open>.dropdown-toggle.btn-warning {
            color: #fff;
            background-color: #ec971f;
            border-color: #d58512
        }
        
        .btn-warning.disabled,
        .btn-warning.disabled.active,
        .btn-warning.disabled.focus,
        .btn-warning.disabled:active,
        .btn-warning.disabled:focus,
        .btn-warning.disabled:hover,
        .btn-warning[disabled],
        .btn-warning[disabled].active,
        .btn-warning[disabled].focus,
        .btn-warning[disabled]:active,
        .btn-warning[disabled]:focus,
        .btn-warning[disabled]:hover,
        fieldset[disabled] .btn-warning,
        fieldset[disabled] .btn-warning.active,
        fieldset[disabled] .btn-warning.focus,
        fieldset[disabled] .btn-warning:active,
        fieldset[disabled] .btn-warning:focus,
        fieldset[disabled] .btn-warning:hover {
            background-color: #f0ad4e;
            border-color: #eea236
        }
        
        .btn-danger.active,
        .btn-danger.focus,
        .btn-danger:active,
        .btn-danger:focus,
        .btn-danger:hover,
        .open>.dropdown-toggle.btn-danger {
            color: #fff;
            background-color: #c9302c;
            border-color: #ac2925
        }
        
        .btn-danger.disabled,
        .btn-danger.disabled.active,
        .btn-danger.disabled.focus,
        .btn-danger.disabled:active,
        .btn-danger.disabled:focus,
        .btn-danger.disabled:hover,
        .btn-danger[disabled],
        .btn-danger[disabled].active,
        .btn-danger[disabled].focus,
        .btn-danger[disabled]:active,
        .btn-danger[disabled]:focus,
        .btn-danger[disabled]:hover,
        fieldset[disabled] .btn-danger,
        fieldset[disabled] .btn-danger.active,
        fieldset[disabled] .btn-danger.focus,
        fieldset[disabled] .btn-danger:active,
        fieldset[disabled] .btn-danger:focus,
        fieldset[disabled] .btn-danger:hover {
            background-color: #d9534f;
            border-color: #d43f3a
        }
        
        .btn-link {
            font-weight: 400;
            color: #337ab7;
            border-radius: 0
        }
        
        .btn-link,
        .btn-link.active,
        .btn-link:active,
        .btn-link[disabled],
        fieldset[disabled] .btn-link {
            background-color: transparent;
            -webkit-box-shadow: none;
            box-shadow: none
        }
        
        .btn-link,
        .btn-link:active,
        .btn-link:focus,
        .btn-link:hover {
            border-color: transparent
        }
        
        .btn-link:focus,
        .btn-link:hover {
            color: #23527c;
            text-decoration: underline;
            background-color: transparent
        }
        
        .btn-link[disabled]:focus,
        .btn-link[disabled]:hover,
        fieldset[disabled] .btn-link:focus,
        fieldset[disabled] .btn-link:hover {
            color: #777;
            text-decoration: none
        }
        
        .btn-group-lg>.btn,
        .btn-lg {
            padding: 10px 16px;
            font-size: 18px;
            line-height: 1.33;
            border-radius: 6px
        }
        
        .btn-group-sm>.btn,
        .btn-sm {
            padding: 5px 10px;
            font-size: 12px;
            line-height: 1.5;
            border-radius: 3px
        }
        
        .btn-group-xs>.btn,
        .btn-xs {
            padding: 1px 5px;
            font-size: 12px;
            line-height: 1.5;
            border-radius: 3px
        }
        
        .dropdown-header,
        .dropdown-menu>li>a {
            padding: 3px 20px;
            line-height: 1.42857143;
            white-space: nowrap
        }
        
        .btn-group-vertical>.btn:not(:first-child):not(:last-child),
        .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,
        .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
            border-radius: 0
        }
        
        .btn-block+.btn-block {
            margin-top: 5px
        }
        
        input[type=button].btn-block,
        input[type=reset].btn-block,
        input[type=submit].btn-block {
            width: 100%
        }
        
        .fade {
            opacity: 0;
            -webkit-transition: opacity .15s linear;
            -o-transition: opacity .15s linear;
            transition: opacity .15s linear
        }
        
        .fade.in {
            opacity: 1
        }
        
        .collapse {
            display: none;
            visibility: hidden
        }
        
        .collapse.in {
            display: block;
            visibility: visible
        }
        
        tr.collapse.in {
            display: table-row
        }
        
        tbody.collapse.in {
            display: table-row-group
        }
        
        .collapsing {
            height: 0;
            overflow: hidden;
            -webkit-transition-timing-function: ease;
            -o-transition-timing-function: ease;
            transition-timing-function: ease;
            -webkit-transition-duration: .35s;
            -o-transition-duration: .35s;
            transition-duration: .35s;
            -webkit-transition-property: height, visibility;
            -o-transition-property: height, visibility;
            transition-property: height, visibility
        }
        
        .caret {
            display: inline-block;
            width: 0;
            height: 0;
            margin-left: 2px;
            vertical-align: middle;
            border-top: 4px solid;
            border-right: 4px solid transparent;
            border-left: 4px solid transparent
        }
        
        .dropdown-toggle:focus {
            outline: 0
        }
        
        .dropdown-menu {
            font-size: 14px;
            text-align: left;
            background-color: #fff;
            background-clip: padding-box;
            -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
        }
        
        .input-group-addon,
        .label,
        .nav-justified>li>a,
        .pager,
        .progress-bar {
            text-align: center
        }
        
        .dropdown-menu .divider {
            height: 1px;
            margin: 9px 0;
            overflow: hidden;
            background-color: #e5e5e5
        }
        
        .dropdown-menu>li>a {
            display: block;
            clear: both;
            font-weight: 400;
            color: #333
        }
        
        .dropdown-menu>li>a:focus,
        .dropdown-menu>li>a:hover {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5
        }
        
        .dropdown-menu>.active>a,
        .dropdown-menu>.active>a:focus,
        .dropdown-menu>.active>a:hover {
            color: #fff;
            text-decoration: none;
            background-color: #337ab7;
            outline: 0
        }
        
        .dropdown-menu>.disabled>a,
        .dropdown-menu>.disabled>a:focus,
        .dropdown-menu>.disabled>a:hover {
            color: #777
        }
        
        .dropdown-menu>.disabled>a:focus,
        .dropdown-menu>.disabled>a:hover {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none;
            filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
        }
        
        .open>.dropdown-menu {
            display: block
        }
        
        .open>a {
            outline: 0
        }
        
        .dropdown-menu-left {
            right: auto;
            left: 0
        }
        
        .dropdown-header {
            display: block;
            font-size: 12px;
            color: #777
        }
        
        .dropdown-backdrop {
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 990
        }
        
        .nav-justified>.dropdown .dropdown-menu,
        .nav-tabs.nav-justified>.dropdown .dropdown-menu {
            top: auto;
            left: auto
        }
        
        .btn-group-vertical>.btn.active,
        .btn-group-vertical>.btn:active,
        .btn-group-vertical>.btn:focus,
        .btn-group-vertical>.btn:hover,
        .btn-group>.btn.active,
        .btn-group>.btn:active,
        .btn-group>.btn:focus,
        .btn-group>.btn:hover,
        .input-group-btn>.btn:active,
        .input-group-btn>.btn:focus,
        .input-group-btn>.btn:hover {
            z-index: 2
        }
        
        .pull-right>.dropdown-menu {
            right: 0;
            left: auto
        }
        
        .dropup .caret,
        .navbar-fixed-bottom .dropdown .caret {
            content: "";
            border-top: 0;
            border-bottom: 4px solid
        }
        
        .dropup .dropdown-menu,
        .navbar-fixed-bottom .dropdown .dropdown-menu {
            top: auto;
            bottom: 100%;
            margin-bottom: 1px
        }
        
        @media (min-width:768px) {
            .navbar-right .dropdown-menu {
                right: 0;
                left: auto
            }
            .navbar-right .dropdown-menu-left {
                right: auto;
                left: 0
            }
        }
        
        .btn-group,
        .btn-group-vertical {
            position: relative;
            display: inline-block;
            vertical-align: middle
        }
        
        .btn-group-vertical>.btn,
        .btn-group>.btn {
            position: relative;
            float: left
        }
        
        .btn-group .btn+.btn,
        .btn-group .btn+.btn-group,
        .btn-group .btn-group+.btn,
        .btn-group .btn-group+.btn-group {
            margin-left: -1px
        }
        
        .btn-toolbar {
            margin-left: -5px
        }
        
        .btn-toolbar>.btn,
        .btn-toolbar>.btn-group,
        .btn-toolbar>.input-group {
            margin-left: 5px
        }
        
        .btn .caret,
        .btn-group>.btn:first-child {
            margin-left: 0
        }
        
        .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }
        
        .btn-group>.btn:last-child:not(:first-child),
        .btn-group>.dropdown-toggle:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }
        
        .btn-group>.btn-group:first-child>.btn:last-child,
        .btn-group>.btn-group:first-child>.dropdown-toggle {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }
        
        .btn-group>.btn-group:last-child>.btn:first-child {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }
        
        .btn-group .dropdown-toggle:active,
        .btn-group.open .dropdown-toggle {
            outline: 0
        }
        
        .btn-group>.btn+.dropdown-toggle {
            padding-right: 8px;
            padding-left: 8px
        }
        
        .btn-group>.btn-lg+.dropdown-toggle {
            padding-right: 12px;
            padding-left: 12px
        }
        
        .btn-group.open .dropdown-toggle {
            -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
        }
        
        .btn-group.open .dropdown-toggle.btn-link {
            -webkit-box-shadow: none;
            box-shadow: none
        }
        
        .btn-lg .caret {
            border-width: 5px 5px 0
        }
        
        .dropup .btn-lg .caret {
            border-width: 0 5px 5px
        }
        
        .btn-group-vertical>.btn,
        .btn-group-vertical>.btn-group,
        .btn-group-vertical>.btn-group>.btn {
            display: block;
            float: none;
            width: 100%;
            max-width: 100%
        }
        
        .btn-group-vertical>.btn-group>.btn {
            float: none
        }
        
        .btn-group-vertical>.btn+.btn,
        .btn-group-vertical>.btn+.btn-group,
        .btn-group-vertical>.btn-group+.btn,
        .btn-group-vertical>.btn-group+.btn-group {
            margin-top: -1px;
            margin-left: 0
        }
        
        .input-group-btn:last-child>.btn,
        .input-group-btn:last-child>.btn-group,
        .input-group-btn>.btn+.btn {
            margin-left: -1px
        }
        
        .btn-group-vertical>.btn:first-child:not(:last-child) {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0
        }
        
        .btn-group-vertical>.btn:last-child:not(:first-child) {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            border-bottom-left-radius: 4px
        }
        
        .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
            border-radius: 0
        }
        
        .btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
        .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0
        }
        
        .btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
            border-top-left-radius: 0;
            border-top-right-radius: 0
        }
        
        .btn-group-justified {
            display: table;
            width: 100%;
            table-layout: fixed;
            border-collapse: separate
        }
        
        .btn-group-justified>.btn,
        .btn-group-justified>.btn-group {
            display: table-cell;
            float: none;
            width: 1%
        }
        
        .btn-group-justified>.btn-group .btn {
            width: 100%
        }
        
        .btn-group-justified>.btn-group .dropdown-menu {
            left: auto
        }
        
        [data-toggle=buttons]>.btn input[type=checkbox],
        [data-toggle=buttons]>.btn input[type=radio],
        [data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
        [data-toggle=buttons]>.btn-group>.btn input[type=radio] {
            position: absolute;
            clip: rect(0, 0, 0, 0);
            pointer-events: none
        }
        
        .input-group,
        .input-group-btn,
        .input-group-btn>.btn,
        .nav>li,
        .nav>li>a,
        .navbar {
            position: relative
        }
        
        .input-group {
            display: table;
            border-collapse: separate
        }
        
        .input-group[class*=col-] {
            float: none;
            padding-right: 0;
            padding-left: 0
        }
        
        .input-group .form-control {
            position: relative;
            z-index: 2;
            float: left;
            width: 100%;
            margin-bottom: 0
        }
        
        .input-group-lg>.form-control,
        .input-group-lg>.input-group-addon,
        .input-group-lg>.input-group-btn>.btn {
            height: 46px;
            padding: 10px 16px;
            font-size: 18px;
            line-height: 1.33;
            border-radius: 6px
        }
        
        select.input-group-lg>.form-control,
        select.input-group-lg>.input-group-addon,
        select.input-group-lg>.input-group-btn>.btn {
            height: 46px;
            line-height: 46px
        }
        
        select[multiple].input-group-lg>.form-control,
        select[multiple].input-group-lg>.input-group-addon,
        select[multiple].input-group-lg>.input-group-btn>.btn,
        textarea.input-group-lg>.form-control,
        textarea.input-group-lg>.input-group-addon,
        textarea.input-group-lg>.input-group-btn>.btn {
            height: auto
        }
        
        .input-group-sm>.form-control,
        .input-group-sm>.input-group-addon,
        .input-group-sm>.input-group-btn>.btn {
            height: 30px;
            padding: 5px 10px;
            font-size: 12px;
            line-height: 1.5;
            border-radius: 3px
        }
        
        select.input-group-sm>.form-control,
        select.input-group-sm>.input-group-addon,
        select.input-group-sm>.input-group-btn>.btn {
            height: 30px;
            line-height: 30px
        }
        
        .form-control.height-auto,
        select[multiple].input-group-sm>.form-control,
        select[multiple].input-group-sm>.input-group-addon,
        select[multiple].input-group-sm>.input-group-btn>.btn,
        textarea.input-group-sm>.form-control,
        textarea.input-group-sm>.input-group-addon,
        textarea.input-group-sm>.input-group-btn>.btn {
            height: auto
        }
        
        .input-group .form-control,
        .input-group-addon,
        .input-group-btn {
            display: table-cell
        }
        
        .nav>li,
        .nav>li>a {
            display: block
        }
        
        .input-group .form-control:not(:first-child):not(:last-child),
        .input-group-addon:not(:first-child):not(:last-child),
        .input-group-btn:not(:first-child):not(:last-child) {
            border-radius: 0
        }
        
        .input-group-addon,
        .input-group-btn {
            width: 1%;
            white-space: nowrap;
            vertical-align: middle
        }
        
        .input-group-addon {
            padding: 6px 12px;
            font-size: 14px;
            font-weight: 400;
            line-height: 1;
            color: #555;
            background-color: #eee;
            border: 1px solid #ccc;
            border-radius: 4px
        }
        
        .input-group-addon.input-sm {
            padding: 5px 10px;
            font-size: 12px;
            border-radius: 3px
        }
        
        .input-group-addon.input-lg {
            padding: 10px 16px;
            font-size: 18px;
            border-radius: 6px
        }
        
        .input-group-addon input[type=checkbox],
        .input-group-addon input[type=radio] {
            margin-top: 0
        }
        
        .input-group .form-control:first-child,
        .input-group-addon:first-child,
        .input-group-btn:first-child>.btn,
        .input-group-btn:first-child>.btn-group>.btn,
        .input-group-btn:first-child>.dropdown-toggle,
        .input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
        .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }
        
        .input-group-addon:first-child {
            border-right: 0
        }
        
        .input-group .form-control:last-child,
        .input-group-addon:last-child,
        .input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
        .input-group-btn:first-child>.btn:not(:first-child),
        .input-group-btn:last-child>.btn,
        .input-group-btn:last-child>.btn-group>.btn,
        .input-group-btn:last-child>.dropdown-toggle {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }
        
        .input-group-addon:last-child {
            border-left: 0
        }
        
        .input-group-btn {
            font-size: 0;
            white-space: nowrap
        }
        
        .input-group-btn:first-child>.btn,
        .input-group-btn:first-child>.btn-group {
            margin-right: -1px
        }
        
        .nav {
            padding-left: 0;
            margin-bottom: 0;
            list-style: none
        }
        
        .nav>li>a {
            padding: 10px 15px
        }
        
        .nav>li>a:focus,
        .nav>li>a:hover {
            text-decoration: none;
            background-color: #eee
        }
        
        .nav>li.disabled>a {
            color: #777
        }
        
        .nav>li.disabled>a:focus,
        .nav>li.disabled>a:hover {
            color: #777;
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent
        }
        
        .nav .open>a,
        .nav .open>a:focus,
        .nav .open>a:hover {
            background-color: #eee;
            border-color: #337ab7
        }
        
        .nav .nav-divider {
            height: 1px;
            margin: 9px 0;
            overflow: hidden;
            background-color: #e5e5e5
        }
        
        .nav>li>a>img {
            max-width: none
        }
        
        .nav-tabs {
            border-bottom: 1px solid #ddd
        }
        
        .nav-tabs>li {
            float: left;
            margin-bottom: -1px
        }
        
        .nav-tabs>li>a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0
        }
        
        .nav-tabs>li>a:hover {
            border-color: #eee #eee #ddd
        }
        
        .nav-tabs>li.active>a,
        .nav-tabs>li.active>a:focus,
        .nav-tabs>li.active>a:hover {
            color: #555;
            cursor: default;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent
        }
        
        .nav-tabs.nav-justified {
            width: 100%;
            border-bottom: 0
        }
        
        .nav-tabs.nav-justified>li {
            float: none
        }
        
        .nav-tabs.nav-justified>li>a {
            margin-bottom: 5px;
            text-align: center;
            margin-right: 0;
            border-radius: 4px
        }
        
        .nav-tabs.nav-justified>.active>a,
        .nav-tabs.nav-justified>.active>a:focus,
        .nav-tabs.nav-justified>.active>a:hover {
            border: 1px solid #ddd
        }
        
        @media (min-width:768px) {
            .nav-tabs.nav-justified>li {
                display: table-cell;
                width: 1%
            }
            .nav-tabs.nav-justified>li>a {
                margin-bottom: 0;
                border-bottom: 1px solid #ddd;
                border-radius: 4px 4px 0 0
            }
            .nav-tabs.nav-justified>.active>a,
            .nav-tabs.nav-justified>.active>a:focus,
            .nav-tabs.nav-justified>.active>a:hover {
                border-bottom-color: #fff
            }
        }
        
        .nav-pills>li {
            float: left
        }
        
        .nav-justified>li,
        .nav-stacked>li {
            float: none
        }
        
        .nav-pills>li>a {
            border-radius: 4px
        }
        
        .nav-pills>li+li {
            margin-left: 2px
        }
        
        .nav-pills>li.active>a,
        .nav-pills>li.active>a:focus,
        .nav-pills>li.active>a:hover {
            color: #fff;
            background-color: #337ab7
        }
        
        .nav-stacked>li+li {
            margin-top: 2px;
            margin-left: 0
        }
        
        .nav-justified {
            width: 100%
        }
        
        .nav-justified>li>a {
            margin-bottom: 5px
        }
        
        .nav-tabs-justified {
            border-bottom: 0
        }
        
        .nav-tabs-justified>li>a {
            margin-right: 0;
            border-radius: 4px
        }
        
        .nav-tabs-justified>.active>a,
        .nav-tabs-justified>.active>a:focus,
        .nav-tabs-justified>.active>a:hover {
            border: 1px solid #ddd
        }
        
        @media (min-width:768px) {
            .nav-justified>li {
                display: table-cell;
                width: 1%
            }
            .nav-justified>li>a {
                margin-bottom: 0
            }
            .nav-tabs-justified>li>a {
                border-bottom: 1px solid #ddd;
                border-radius: 4px 4px 0 0
            }
            .nav-tabs-justified>.active>a,
            .nav-tabs-justified>.active>a:focus,
            .nav-tabs-justified>.active>a:hover {
                border-bottom-color: #fff
            }
        }
        
        .tab-content>.tab-pane {
            display: none;
            visibility: hidden
        }
        
        .tab-content>.active {
            display: block;
            visibility: visible
        }
        
        .nav-tabs .dropdown-menu {
            margin-top: -1px;
            border-top-left-radius: 0;
            border-top-right-radius: 0
        }
        
        .navbar {
            min-height: 50px;
            margin-bottom: 20px;
            border: 1px solid transparent
        }
        
        .navbar-collapse {
            padding-right: 15px;
            padding-left: 15px;
            overflow-x: visible;
            -webkit-overflow-scrolling: touch;
            border-top: 1px solid transparent;
            -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
        }
        
        .navbar-collapse.in {
            overflow-y: auto
        }
        
        @media (min-width:768px) {
            .navbar {
                border-radius: 4px
            }
            .navbar-header {
                float: left
            }
            .navbar-collapse {
                width: auto;
                border-top: 0;
                -webkit-box-shadow: none;
                box-shadow: none
            }
            .navbar-collapse.collapse {
                display: block!important;
                height: auto!important;
                padding-bottom: 0;
                overflow: visible!important;
                visibility: visible!important
            }
            .navbar-collapse.in {
                overflow-y: visible
            }
            .navbar-fixed-bottom .navbar-collapse,
            .navbar-fixed-top .navbar-collapse,
            .navbar-static-top .navbar-collapse {
                padding-right: 0;
                padding-left: 0
            }
        }
        
        .modal,
        .modal-open,
        .progress {
            overflow: hidden
        }
        
        @media (max-device-width:480px) and (orientation:landscape) {
            .navbar-fixed-bottom .navbar-collapse,
            .navbar-fixed-top .navbar-collapse {
                max-height: 200px
            }
        }
        
        .container-fluid>.navbar-collapse,
        .container-fluid>.navbar-header,
        .container>.navbar-collapse,
        .container>.navbar-header {
            margin-right: -15px;
            margin-left: -15px
        }
        
        .navbar-static-top {
            z-index: 1000;
            border-width: 0 0 1px
        }
        
        .navbar-fixed-bottom,
        .navbar-fixed-top {
            position: fixed;
            right: 0;
            left: 0;
            z-index: 1030
        }
        
        .navbar-fixed-top {
            top: 0;
            border-width: 0 0 1px
        }
        
        .navbar-fixed-bottom {
            bottom: 0;
            margin-bottom: 0;
            border-width: 1px 0 0
        }
        
        .navbar-brand {
            float: left;
            height: 50px;
            padding: 15px;
            font-size: 18px;
            line-height: 20px
        }
        
        .navbar-brand:focus,
        .navbar-brand:hover {
            text-decoration: none
        }
        
        .navbar-brand>img {
            display: block
        }
        
        @media (min-width:768px) {
            .container-fluid>.navbar-collapse,
            .container-fluid>.navbar-header,
            .container>.navbar-collapse,
            .container>.navbar-header {
                margin-right: 0;
                margin-left: 0
            }
            .navbar-fixed-bottom,
            .navbar-fixed-top,
            .navbar-static-top {
                border-radius: 0
            }
            .navbar>.container .navbar-brand,
            .navbar>.container-fluid .navbar-brand {
                margin-left: -15px
            }
        }
        
        .navbar-toggle {
            position: relative;
            float: right;
            padding: 9px 10px;
            margin-top: 8px;
            margin-right: 15px;
            margin-bottom: 8px;
            background-color: transparent;
            border: 1px solid transparent;
            border-radius: 4px
        }
        
        .navbar-toggle:focus {
            outline: 0
        }
        
        .navbar-toggle .icon-bar {
            display: block;
            width: 22px;
            height: 2px;
            border-radius: 1px
        }
        
        .navbar-toggle .icon-bar+.icon-bar {
            margin-top: 4px
        }
        
        .navbar-nav {
            margin: 7.5px -15px
        }
        
        .navbar-nav>li>a {
            padding-top: 10px;
            padding-bottom: 10px;
            line-height: 20px
        }
        
        @media (max-width:767px) {
            .navbar-nav .open .dropdown-menu {
                position: static;
                float: none;
                width: auto;
                margin-top: 0;
                background-color: transparent;
                border: 0;
                -webkit-box-shadow: none;
                box-shadow: none
            }
            .navbar-nav .open .dropdown-menu .dropdown-header,
            .navbar-nav .open .dropdown-menu>li>a {
                padding: 5px 15px 5px 25px
            }
            .navbar-nav .open .dropdown-menu>li>a {
                line-height: 20px
            }
            .navbar-nav .open .dropdown-menu>li>a:focus,
            .navbar-nav .open .dropdown-menu>li>a:hover {
                background-image: none
            }
        }
        
        .progress-bar-striped,
        .progress-striped .progress-bar,
        .progress-striped .progress-bar-success {
            background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
            background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
            background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
        }
        
        @media (min-width:768px) {
            .navbar-toggle {
                display: none
            }
            .navbar-nav {
                float: left;
                margin: 0
            }
            .navbar-nav>li {
                float: left
            }
            .navbar-nav>li>a {
                padding-top: 15px;
                padding-bottom: 15px
            }
        }
        
        .navbar-form {
            padding: 10px 15px;
            border-top: 1px solid transparent;
            border-bottom: 1px solid transparent;
            -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
            margin: 8px -15px
        }
        
        @media (min-width:768px) {
            .navbar-form .form-control-static,
            .navbar-form .form-group {
                display: inline-block
            }
            .navbar-form .control-label,
            .navbar-form .form-group {
                margin-bottom: 0;
                vertical-align: middle
            }
            .navbar-form .form-control {
                display: inline-block;
                width: auto;
                vertical-align: middle
            }
            .navbar-form .input-group {
                display: inline-table;
                vertical-align: middle
            }
            .navbar-form .input-group .form-control,
            .navbar-form .input-group .input-group-addon,
            .navbar-form .input-group .input-group-btn {
                width: auto
            }
            .navbar-form .input-group>.form-control {
                width: 100%
            }
            .navbar-form .checkbox,
            .navbar-form .radio {
                display: inline-block;
                margin-top: 0;
                margin-bottom: 0;
                vertical-align: middle
            }
            .navbar-form .checkbox label,
            .navbar-form .radio label {
                padding-left: 0
            }
            .navbar-form .checkbox input[type=checkbox],
            .navbar-form .radio input[type=radio] {
                position: relative;
                margin-left: 0
            }
            .navbar-form .has-feedback .form-control-feedback {
                top: 0
            }
            .navbar-form {
                width: auto;
                padding-top: 0;
                padding-bottom: 0;
                margin-right: 0;
                margin-left: 0;
                border: 0;
                -webkit-box-shadow: none;
                box-shadow: none
            }
            .navbar-text {
                float: left;
                margin-right: 15px;
                margin-left: 15px
            }
            .navbar-left {
                float: left!important
            }
            .navbar-right {
                float: right!important;
                margin-right: -15px
            }
            .navbar-right~.navbar-right {
                margin-right: 0
            }
        }
        
        .breadcrumb>li,
        .pagination {
            display: inline-block
        }
        
        .btn .badge,
        .btn .label {
            top: -1px;
            position: relative
        }
        
        @media (max-width:767px) {
            .navbar-form .form-group {
                margin-bottom: 5px
            }
            .navbar-form .form-group:last-child {
                margin-bottom: 0
            }
        }
        
        .navbar-nav>li>.dropdown-menu {
            margin-top: 0;
            border-top-left-radius: 0;
            border-top-right-radius: 0
        }
        
        .navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
            border-radius: 4px 4px 0 0
        }
        
        .navbar-btn {
            margin-top: 8px;
            margin-bottom: 8px
        }
        
        .navbar-btn.btn-sm {
            margin-top: 10px;
            margin-bottom: 10px
        }
        
        .navbar-btn.btn-xs {
            margin-top: 14px;
            margin-bottom: 14px
        }
        
        .navbar-text {
            margin-top: 15px;
            margin-bottom: 15px
        }
        
        .navbar-default {
            background-color: #f8f8f8;
            border-color: #e7e7e7
        }
        
        .navbar-default .navbar-brand {
            color: #777
        }
        
        .navbar-default .navbar-brand:focus,
        .navbar-default .navbar-brand:hover {
            color: #5e5e5e;
            background-color: transparent
        }
        
        .navbar-default .navbar-nav>li>a,
        .navbar-default .navbar-text {
            color: #777
        }
        
        .navbar-default .navbar-nav>li>a:focus,
        .navbar-default .navbar-nav>li>a:hover {
            color: #333;
            background-color: transparent
        }
        
        .navbar-default .navbar-nav>.active>a,
        .navbar-default .navbar-nav>.active>a:focus,
        .navbar-default .navbar-nav>.active>a:hover {
            color: #555;
            background-color: #e7e7e7
        }
        
        .navbar-default .navbar-nav>.disabled>a,
        .navbar-default .navbar-nav>.disabled>a:focus,
        .navbar-default .navbar-nav>.disabled>a:hover {
            color: #ccc;
            background-color: transparent
        }
        
        .navbar-default .navbar-toggle {
            border-color: #ddd
        }
        
        .navbar-default .navbar-toggle:focus,
        .navbar-default .navbar-toggle:hover {
            background-color: #ddd
        }
        
        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888
        }
        
        .navbar-default .navbar-collapse,
        .navbar-default .navbar-form {
            border-color: #e7e7e7
        }
        
        .navbar-default .navbar-nav>.open>a,
        .navbar-default .navbar-nav>.open>a:focus,
        .navbar-default .navbar-nav>.open>a:hover {
            color: #555;
            background-color: #e7e7e7
        }
        
        @media (max-width:767px) {
            .navbar-default .navbar-nav .open .dropdown-menu>li>a {
                color: #777
            }
            .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
            .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
                color: #333;
                background-color: transparent
            }
            .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
            .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
            .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
                color: #555;
                background-color: #e7e7e7
            }
            .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
            .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
            .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
                color: #ccc;
                background-color: transparent
            }
        }
        
        .navbar-default .navbar-link {
            color: #777
        }
        
        .navbar-default .navbar-link:hover {
            color: #333
        }
        
        .navbar-default .btn-link {
            color: #777
        }
        
        .navbar-default .btn-link:focus,
        .navbar-default .btn-link:hover {
            color: #333
        }
        
        .navbar-default .btn-link[disabled]:focus,
        .navbar-default .btn-link[disabled]:hover,
        fieldset[disabled] .navbar-default .btn-link:focus,
        fieldset[disabled] .navbar-default .btn-link:hover {
            color: #ccc
        }
        
        .navbar-inverse {
            background-color: #222;
            border-color: #080808
        }
        
        .navbar-inverse .navbar-brand {
            color: #9d9d9d
        }
        
        .navbar-inverse .navbar-brand:focus,
        .navbar-inverse .navbar-brand:hover {
            color: #fff;
            background-color: transparent
        }
        
        .navbar-inverse .navbar-nav>li>a,
        .navbar-inverse .navbar-text {
            color: #9d9d9d
        }
        
        .navbar-inverse .navbar-nav>li>a:focus,
        .navbar-inverse .navbar-nav>li>a:hover {
            color: #fff;
            background-color: transparent
        }
        
        .navbar-inverse .navbar-nav>.active>a,
        .navbar-inverse .navbar-nav>.active>a:focus,
        .navbar-inverse .navbar-nav>.active>a:hover {
            color: #fff;
            background-color: #080808
        }
        
        .navbar-inverse .navbar-nav>.disabled>a,
        .navbar-inverse .navbar-nav>.disabled>a:focus,
        .navbar-inverse .navbar-nav>.disabled>a:hover {
            color: #444;
            background-color: transparent
        }
        
        .navbar-inverse .navbar-toggle {
            border-color: #333
        }
        
        .navbar-inverse .navbar-toggle:focus,
        .navbar-inverse .navbar-toggle:hover {
            background-color: #333
        }
        
        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff
        }
        
        .navbar-inverse .navbar-collapse,
        .navbar-inverse .navbar-form {
            border-color: #101010
        }
        
        .navbar-inverse .navbar-nav>.open>a,
        .navbar-inverse .navbar-nav>.open>a:focus,
        .navbar-inverse .navbar-nav>.open>a:hover {
            color: #fff;
            background-color: #080808
        }
        
        @media (max-width:767px) {
            .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
                border-color: #080808
            }
            .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
                background-color: #080808
            }
            .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
                color: #9d9d9d
            }
            .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
            .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
                color: #fff;
                background-color: transparent
            }
            .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
            .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
            .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
                color: #fff;
                background-color: #080808
            }
            .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
            .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
            .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
                color: #444;
                background-color: transparent
            }
        }
        
        .navbar-inverse .navbar-link {
            color: #9d9d9d
        }
        
        .navbar-inverse .navbar-link:hover {
            color: #fff
        }
        
        .navbar-inverse .btn-link {
            color: #9d9d9d
        }
        
        .navbar-inverse .btn-link:focus,
        .navbar-inverse .btn-link:hover {
            color: #fff
        }
        
        .navbar-inverse .btn-link[disabled]:focus,
        .navbar-inverse .btn-link[disabled]:hover,
        fieldset[disabled] .navbar-inverse .btn-link:focus,
        fieldset[disabled] .navbar-inverse .btn-link:hover {
            color: #444
        }
        
        .breadcrumb {
            padding: 8px 15px;
            margin-bottom: 20px;
            list-style: none;
            background-color: #f5f5f5;
            border-radius: 4px
        }
        
        .breadcrumb>li+li:before {
            padding: 0 5px;
            color: #ccc;
            content: "/\00a0"
        }
        
        .breadcrumb>.active {
            color: #777
        }
        
        .pagination {
            padding-left: 0;
            border-radius: 4px
        }
        
        .pager li,
        .pagination>li {
            display: inline
        }
        
        .pagination>li>a,
        .pagination>li>span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 50px !important;
        }
        
        .badge,
        .label {
            line-height: 1;
            white-space: nowrap
        }
        
        .pagination>li:first-child>a,
        .pagination>li:first-child>span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px
        }
        
        .pagination>li:last-child>a,
        .pagination>li:last-child>span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px
        }
        
        .pagination>li>a:focus,
        .pagination>li>a:hover,
        .pagination>li>span:focus,
        .pagination>li>span:hover {
            color: #23527c;
            background-color: #eee;
            border-color: #ddd
        }
        
        .pagination>.active>a,
        .pagination>.active>a:focus,
        .pagination>.active>a:hover,
        .pagination>.active>span,
        .pagination>.active>span:focus,
        .pagination>.active>span:hover {
            z-index: 2;
            color: #fff;
            cursor: default;
            background-color: #337ab7;
            border-color: #337ab7
        }
        
        .pagination>.disabled>a,
        .pagination>.disabled>a:focus,
        .pagination>.disabled>a:hover,
        .pagination>.disabled>span,
        .pagination>.disabled>span:focus,
        .pagination>.disabled>span:hover {
            color: #777;
            cursor: not-allowed;
            background-color: #fff;
            border-color: #ddd
        }
        
        .pagination-lg>li>a,
        .pagination-lg>li>span {
            padding: 10px 16px;
            font-size: 18px
        }
        
        .pagination-lg>li:first-child>a,
        .pagination-lg>li:first-child>span {
            border-top-left-radius: 6px;
            border-bottom-left-radius: 6px
        }
        
        .pagination-lg>li:last-child>a,
        .pagination-lg>li:last-child>span {
            border-top-right-radius: 6px;
            border-bottom-right-radius: 6px
        }
        
        .pagination-sm>li>a,
        .pagination-sm>li>span {
            padding: 5px 10px;
            font-size: 12px
        }
        
        .pagination-sm>li:first-child>a,
        .pagination-sm>li:first-child>span {
            border-top-left-radius: 3px;
            border-bottom-left-radius: 3px
        }
        
        .pagination-sm>li:last-child>a,
        .pagination-sm>li:last-child>span {
            border-top-right-radius: 3px;
            border-bottom-right-radius: 3px
        }
        
        .pager {
            padding-left: 0;
            margin: 20px 0;
            list-style: none
        }
        
        .pager li>a,
        .pager li>span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px
        }
        
        .pager li>a:focus,
        .pager li>a:hover {
            text-decoration: none;
            background-color: #eee
        }
        
        .pager .next>a,
        .pager .next>span {
            float: right
        }
        
        .pager .previous>a,
        .pager .previous>span {
            float: left
        }
        
        .pager .disabled>a,
        .pager .disabled>a:focus,
        .pager .disabled>a:hover,
        .pager .disabled>span {
            color: #777;
            cursor: not-allowed;
            background-color: #fff
        }
        
        a.badge:focus,
        a.badge:hover,
        a.label:focus,
        a.label:hover {
            color: #fff;
            cursor: pointer;
            text-decoration: none
        }
        
        .label {
            display: inline;
            border-radius: .25em
        }
        
        .label:empty {
            display: none
        }
        
        .badge {
            display: inline-block;
            min-width: 10px;
            color: #fff;
            background-color: #777
        }
        
        .badge:empty {
            display: none
        }
        
        .btn-xs .badge {
            top: 0;
            padding: 1px 5px
        }
        
        .list-group-item.active>.badge,
        .nav-pills>.active>a>.badge {
            color: #337ab7;
            background-color: #fff
        }
        
        .jumbotron,
        .jumbotron .h1,
        .jumbotron h1 {
            color: inherit
        }
        
        .list-group-item>.badge {
            float: right
        }
        
        .list-group-item>.badge+.badge {
            margin-right: 5px
        }
        
        .nav-pills>li>a>.badge {
            margin-left: 3px
        }
        
        .jumbotron {
            padding: 30px 15px;
            margin-bottom: 30px;
            background-color: #eee
        }
        
        .jumbotron p {
            margin-bottom: 15px;
            font-size: 21px;
            font-weight: 200
        }
        
        .alert,
        .thumbnail {
            margin-bottom: 20px
        }
        
        .alert .alert-link,
        .close {
            font-weight: 700
        }
        
        .jumbotron>hr {
            border-top-color: #d5d5d5
        }
        
        .container .jumbotron,
        .container-fluid .jumbotron {
            border-radius: 6px
        }
        
        .jumbotron .container {
            max-width: 100%
        }
        
        @media screen and (min-width:768px) {
            .jumbotron {
                padding: 48px 0
            }
            .container .jumbotron,
            .container-fluid .jumbotron {
                padding-right: 60px;
                padding-left: 60px
            }
            .jumbotron .h1,
            .jumbotron h1 {
                font-size: 63px
            }
        }
        
        .thumbnail {
            display: block;
            padding: 4px;
            line-height: 1.42857143;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 4px;
            -webkit-transition: border .2s ease-in-out;
            -o-transition: border .2s ease-in-out;
            transition: border .2s ease-in-out
        }
        
        .thumbnail a>img,
        .thumbnail>img {
            margin-right: auto;
            margin-left: auto
        }
        
        a.thumbnail.active,
        a.thumbnail:focus,
        a.thumbnail:hover {
            border-color: #337ab7
        }
        
        .thumbnail .caption {
            padding: 9px;
            color: #333
        }
        
        .alert {
            padding: 15px;
            border: 1px solid transparent;
            border-radius: 4px
        }
        
        .alert h4 {
            margin-top: 0;
            color: inherit
        }
        
        .alert>p,
        .alert>ul {
            margin-bottom: 0
        }
        
        .alert>p+p {
            margin-top: 5px
        }
        
        .alert-dismissable,
        .alert-dismissible {
            padding-right: 35px
        }
        
        .alert-dismissable .close,
        .alert-dismissible .close {
            position: relative;
            top: -2px;
            right: -21px;
            color: inherit
        }
        
        .modal,
        .modal-backdrop {
            top: 0;
            right: 0;
            left: 0
        }
        
        @-webkit-keyframes progress-bar-stripes {
            from {
                background-position: 40px 0
            }
            to {
                background-position: 0 0
            }
        }
        
        @-o-keyframes progress-bar-stripes {
            from {
                background-position: 40px 0
            }
            to {
                background-position: 0 0
            }
        }
        
        @keyframes progress-bar-stripes {
            from {
                background-position: 40px 0
            }
            to {
                background-position: 0 0
            }
        }
        
        .progress {
            height: 20px;
            margin-bottom: 20px;
            background-color: #f5f5f5;
            border-radius: 4px
        }
        
        .progress-bar {
            float: left;
            width: 0;
            height: 100%;
            font-size: 12px;
            line-height: 20px;
            color: #fff;
            background-color: #337ab7;
            -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
            box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
            -webkit-transition: width .6s ease;
            -o-transition: width .6s ease;
            transition: width .6s ease
        }
        
        .progress-bar-striped,
        .progress-striped .progress-bar {
            -webkit-background-size: 40px 40px;
            background-size: 40px 40px
        }
        
        .progress-bar.active,
        .progress.active .progress-bar {
            -webkit-animation: progress-bar-stripes 2s linear infinite;
            -o-animation: progress-bar-stripes 2s linear infinite;
            animation: progress-bar-stripes 2s linear infinite
        }
        
        .progress-bar-success {
            background-color: #5cb85c
        }
        
        .progress-striped .progress-bar-info,
        .progress-striped .progress-bar-warning {
            background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
            background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
            background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
        }
        
        .progress-bar-info {
            background-color: #5bc0de
        }
        
        .progress-bar-warning {
            background-color: #f0ad4e
        }
        
        .progress-bar-danger {
            background-color: #d9534f
        }
        
        .progress-striped .progress-bar-danger {
            background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
            background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
            background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
        }
        
        .media {
            margin-top: 15px
        }
        
        .media:first-child {
            margin-top: 0
        }
        
        .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
        }
        
        .list-group {
            padding-left: 0;
            margin-bottom: 20px
        }
        
        .list-group-item {
            position: relative;
            display: block;
            padding: 10px 15px;
            margin-bottom: -1px;
            background-color: #fff;
            border: 1px solid #ddd
        }
        
        .list-group-item:first-child {
            border-top-left-radius: 4px;
            border-top-right-radius: 4px
        }
        
        .list-group-item:last-child {
            margin-bottom: 0;
            border-bottom-right-radius: 4px;
            border-bottom-left-radius: 4px
        }
        
        a.list-group-item {
            color: #555
        }
        
        a.list-group-item .list-group-item-heading {
            color: #333
        }
        
        a.list-group-item:focus,
        a.list-group-item:hover {
            color: #555;
            text-decoration: none;
            background-color: #f5f5f5
        }
        
        .list-group-item.disabled,
        .list-group-item.disabled:focus,
        .list-group-item.disabled:hover {
            color: #777;
            cursor: not-allowed;
            background-color: #eee
        }
        
        .list-group-item.disabled .list-group-item-heading,
        .list-group-item.disabled:focus .list-group-item-heading,
        .list-group-item.disabled:hover .list-group-item-heading {
            color: inherit
        }
        
        .list-group-item.disabled .list-group-item-text,
        .list-group-item.disabled:focus .list-group-item-text,
        .list-group-item.disabled:hover .list-group-item-text {
            color: #777
        }
        
        .list-group-item.active,
        .list-group-item.active:focus,
        .list-group-item.active:hover {
            z-index: 2;
            color: #fff;
            background-color: #337ab7;
            border-color: #337ab7
        }
        
        .list-group-item.active .list-group-item-heading,
        .list-group-item.active .list-group-item-heading>.small,
        .list-group-item.active .list-group-item-heading>small,
        .list-group-item.active:focus .list-group-item-heading,
        .list-group-item.active:focus .list-group-item-heading>.small,
        .list-group-item.active:focus .list-group-item-heading>small,
        .list-group-item.active:hover .list-group-item-heading,
        .list-group-item.active:hover .list-group-item-heading>.small,
        .list-group-item.active:hover .list-group-item-heading>small {
            color: inherit
        }
        
        .list-group-item.active .list-group-item-text,
        .list-group-item.active:focus .list-group-item-text,
        .list-group-item.active:hover .list-group-item-text {
            color: #c7ddef
        }
        
        .list-group-item-success {
            color: #3c763d;
            background-color: #dff0d8
        }
        
        a.list-group-item-success {
            color: #3c763d
        }
        
        a.list-group-item-success .list-group-item-heading {
            color: inherit
        }
        
        a.list-group-item-success:focus,
        a.list-group-item-success:hover {
            color: #3c763d;
            background-color: #d0e9c6
        }
        
        a.list-group-item-success.active,
        a.list-group-item-success.active:focus,
        a.list-group-item-success.active:hover {
            color: #fff;
            background-color: #3c763d;
            border-color: #3c763d
        }
        
        .list-group-item-info {
            color: #31708f;
            background-color: #d9edf7
        }
        
        a.list-group-item-info {
            color: #31708f
        }
        
        a.list-group-item-info .list-group-item-heading {
            color: inherit
        }
        
        a.list-group-item-info:focus,
        a.list-group-item-info:hover {
            color: #31708f;
            background-color: #c4e3f3
        }
        
        a.list-group-item-info.active,
        a.list-group-item-info.active:focus,
        a.list-group-item-info.active:hover {
            color: #fff;
            background-color: #31708f;
            border-color: #31708f
        }
        
        .list-group-item-warning {
            color: #8a6d3b;
            background-color: #fcf8e3
        }
        
        a.list-group-item-warning {
            color: #8a6d3b
        }
        
        a.list-group-item-warning .list-group-item-heading {
            color: inherit
        }
        
        a.list-group-item-warning:focus,
        a.list-group-item-warning:hover {
            color: #8a6d3b;
            background-color: #faf2cc
        }
        
        a.list-group-item-warning.active,
        a.list-group-item-warning.active:focus,
        a.list-group-item-warning.active:hover {
            color: #fff;
            background-color: #8a6d3b;
            border-color: #8a6d3b
        }
        
        .list-group-item-danger {
            color: #a94442;
            background-color: #f2dede
        }
        
        a.list-group-item-danger {
            color: #a94442
        }
        
        a.list-group-item-danger .list-group-item-heading {
            color: inherit
        }
        
        a.list-group-item-danger:focus,
        a.list-group-item-danger:hover {
            color: #a94442;
            background-color: #ebcccc
        }
        
        a.list-group-item-danger.active,
        a.list-group-item-danger.active:focus,
        a.list-group-item-danger.active:hover {
            color: #fff;
            background-color: #a94442;
            border-color: #a94442
        }
        
        .panel-heading>.dropdown .dropdown-toggle,
        .panel-title,
        .panel-title>a {
            color: inherit
        }
        
        .list-group-item-heading {
            margin-top: 0;
            margin-bottom: 5px
        }
        
        .list-group-item-text {
            margin-bottom: 0;
            line-height: 1.3
        }
        
        .panel {
            margin-bottom: 20px;
            background-color: #fff;
            border: 1px solid transparent;
            border-radius: 4px
        }
        
        .panel-title,
        .panel>.list-group,
        .panel>.panel-collapse>.list-group,
        .panel>.panel-collapse>.table,
        .panel>.table,
        .panel>.table-responsive>.table {
            margin-bottom: 0
        }
        
        .panel-body {
            padding: 15px
        }
        
        .panel-heading {
            padding: 10px 15px;
            border-bottom: 1px solid transparent;
            border-top-left-radius: 3px;
            border-top-right-radius: 3px
        }
        
        .panel-title {
            margin-top: 0;
            font-size: 16px
        }
        
        .panel-footer {
            padding: 10px 15px;
            background-color: #f5f5f5;
            border-top: 1px solid #ddd;
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px
        }
        
        .panel>.list-group .list-group-item,
        .panel>.panel-collapse>.list-group .list-group-item {
            border-width: 1px 0;
            border-radius: 0
        }
        
        .panel-group .panel-heading,
        .panel>.table-bordered>tbody>tr:first-child>td,
        .panel>.table-bordered>tbody>tr:first-child>th,
        .panel>.table-bordered>tbody>tr:last-child>td,
        .panel>.table-bordered>tbody>tr:last-child>th,
        .panel>.table-bordered>tfoot>tr:last-child>td,
        .panel>.table-bordered>tfoot>tr:last-child>th,
        .panel>.table-bordered>thead>tr:first-child>td,
        .panel>.table-bordered>thead>tr:first-child>th,
        .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
        .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
        .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
        .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
        .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
        .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
        .panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
        .panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
            border-bottom: 0
        }
        
        .panel>.list-group:first-child .list-group-item:first-child,
        .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
            border-top: 0;
            border-top-left-radius: 3px;
            border-top-right-radius: 3px
        }
        
        .panel>.list-group:last-child .list-group-item:last-child,
        .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
            border-bottom: 0;
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px
        }
        
        .list-group+.panel-footer,
        .panel-heading+.list-group .list-group-item:first-child {
            border-top-width: 0
        }
        
        .panel>.panel-collapse>.table caption,
        .panel>.table caption,
        .panel>.table-responsive>.table caption {
            padding-right: 15px;
            padding-left: 15px
        }
        
        .panel>.table-responsive:first-child>.table:first-child,
        .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
        .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
        .panel>.table:first-child,
        .panel>.table:first-child>tbody:first-child>tr:first-child,
        .panel>.table:first-child>thead:first-child>tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px
        }
        
        .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
        .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
        .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
        .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
        .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
        .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
        .panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
        .panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
            border-top-left-radius: 3px
        }
        
        .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
        .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
        .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
        .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
        .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
        .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
        .panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
        .panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
            border-top-right-radius: 3px
        }
        
        .panel>.table-responsive:last-child>.table:last-child,
        .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
        .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
        .panel>.table:last-child,
        .panel>.table:last-child>tbody:last-child>tr:last-child,
        .panel>.table:last-child>tfoot:last-child>tr:last-child {
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px
        }
        
        .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
        .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
        .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
        .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
        .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
        .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
        .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
        .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
            border-bottom-left-radius: 3px
        }
        
        .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
        .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
        .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
        .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
        .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
        .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
        .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
        .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
            border-bottom-right-radius: 3px
        }
        
        .panel>.panel-body+.table,
        .panel>.panel-body+.table-responsive,
        .panel>.table+.panel-body,
        .panel>.table-responsive+.panel-body {
            border-top: 1px solid #ddd
        }
        
        .panel>.table>tbody:first-child>tr:first-child td,
        .panel>.table>tbody:first-child>tr:first-child th {
            border-top: 0
        }
        
        .panel>.table-bordered,
        .panel>.table-responsive>.table-bordered {
            border: 0
        }
        
        .panel>.table-bordered>tbody>tr>td:first-child,
        .panel>.table-bordered>tbody>tr>th:first-child,
        .panel>.table-bordered>tfoot>tr>td:first-child,
        .panel>.table-bordered>tfoot>tr>th:first-child,
        .panel>.table-bordered>thead>tr>td:first-child,
        .panel>.table-bordered>thead>tr>th:first-child,
        .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
        .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
        .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
        .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
        .panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
        .panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
            border-left: 0
        }
        
        .panel>.table-bordered>tbody>tr>td:last-child,
        .panel>.table-bordered>tbody>tr>th:last-child,
        .panel>.table-bordered>tfoot>tr>td:last-child,
        .panel>.table-bordered>tfoot>tr>th:last-child,
        .panel>.table-bordered>thead>tr>td:last-child,
        .panel>.table-bordered>thead>tr>th:last-child,
        .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
        .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
        .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
        .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
        .panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
        .panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
            border-right: 0
        }
        
        .panel>.table-responsive {
            margin-bottom: 0;
            border: 0
        }
        
        .panel-group {
            margin-bottom: 20px
        }
        
        .panel-group .panel {
            margin-bottom: 0;
            border-radius: 4px
        }
        
        .panel-group .panel+.panel {
            margin-top: 5px
        }
        
        .panel-group .panel-heading+.panel-collapse>.list-group,
        .panel-group .panel-heading+.panel-collapse>.panel-body {
            border-top: 1px solid #ddd
        }
        
        .panel-group .panel-footer {
            border-top: 0
        }
        
        .panel-group .panel-footer+.panel-collapse .panel-body {
            border-bottom: 1px solid #ddd
        }
        
        .panel-default>.panel-heading+.panel-collapse>.panel-body {
            border-top-color: #ddd
        }
        
        .panel-default>.panel-heading .badge {
            color: #f5f5f5;
            background-color: #333
        }
        
        .panel-default>.panel-footer+.panel-collapse>.panel-body {
            border-bottom-color: #ddd
        }
        
        .panel-primary>.panel-heading+.panel-collapse>.panel-body {
            border-top-color: #337ab7
        }
        
        .panel-primary>.panel-heading .badge {
            color: #337ab7;
            background-color: #fff
        }
        
        .panel-primary>.panel-footer+.panel-collapse>.panel-body {
            border-bottom-color: #337ab7
        }
        
        .panel-success>.panel-heading+.panel-collapse>.panel-body {
            border-top-color: #d6e9c6
        }
        
        .panel-success>.panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d
        }
        
        .panel-success>.panel-footer+.panel-collapse>.panel-body {
            border-bottom-color: #d6e9c6
        }
        
        .panel-info>.panel-heading+.panel-collapse>.panel-body {
            border-top-color: #bce8f1
        }
        
        .panel-info>.panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f
        }
        
        .panel-info>.panel-footer+.panel-collapse>.panel-body {
            border-bottom-color: #bce8f1
        }
        
        .panel-warning>.panel-heading+.panel-collapse>.panel-body {
            border-top-color: #faebcc
        }
        
        .panel-warning>.panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b
        }
        
        .panel-warning>.panel-footer+.panel-collapse>.panel-body {
            border-bottom-color: #faebcc
        }
        
        .panel-danger>.panel-heading+.panel-collapse>.panel-body {
            border-top-color: #ebccd1
        }
        
        .panel-danger>.panel-heading .badge {
            color: #f2dede;
            background-color: #a94442
        }
        
        .panel-danger>.panel-footer+.panel-collapse>.panel-body {
            border-bottom-color: #ebccd1
        }
        
        .embed-responsive {
            position: relative;
            display: block;
            height: 0;
            padding: 0;
            overflow: hidden
        }
        
        .embed-responsive .embed-responsive-item,
        .embed-responsive embed,
        .embed-responsive iframe,
        .embed-responsive object,
        .embed-responsive video {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 0
        }
        
        .embed-responsive.embed-responsive-16by9 {
            padding-bottom: 56.25%
        }
        
        .embed-responsive.embed-responsive-4by3 {
            padding-bottom: 75%
        }
        
        .well {
            min-height: 20px;
            padding: 19px;
            margin-bottom: 20px;
            border-radius: 4px
        }
        
        .well blockquote {
            border-color: #ddd;
            border-color: rgba(0, 0, 0, .15)
        }
        
        .well-lg {
            padding: 24px;
            border-radius: 6px
        }
        
        .well-sm {
            padding: 9px;
            border-radius: 3px
        }
        
        .close {
            float: right;
            font-size: 21px;
            line-height: 1;
            color: #000;
            text-shadow: 0 1px 0 #fff;
            filter: alpha(opacity=20);
            opacity: .2
        }
        
        .popover,
        .tooltip {
            font-family: 'Poppins', sans-serif !important;
            font-weight: 400
        }
        
        .close:focus,
        .close:hover {
            color: #000;
            text-decoration: none;
            cursor: pointer;
            filter: alpha(opacity=50);
            opacity: .5
        }
        
        button.close {
            -webkit-appearance: none;
            padding: 0;
            cursor: pointer;
            background: 0 0;
            border: 0
        }
        
        .modal {
            position: fixed;
            bottom: 0;
            display: none;
            -webkit-overflow-scrolling: touch
        }
        
        .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;
            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.fade {
            filter: alpha(opacity=0);
            opacity: 0
        }
        
        .carousel-control,
        .modal-backdrop.in {
            filter: alpha(opacity=50);
            opacity: .5
        }
        
        .modal-header {
            min-height: 16.43px;
            padding: 15px;
            border-bottom: 1px solid #e5e5e5
        }
        
        .modal-header .close {
            margin-top: -2px
        }
        
        .modal-title {
            margin: 0;
            line-height: 1.42857143
        }
        
        .modal-body {
            position: relative;
            padding: 15px
        }
        
        .modal-footer {
            padding: 15px;
            text-align: right;
            border-top: 1px solid #e5e5e5
        }
        
        .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 (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
            }
        }
        
        .tooltip.top-left .tooltip-arrow,
        .tooltip.top-right .tooltip-arrow {
            bottom: 0;
            margin-bottom: -5px;
            border-width: 5px 5px 0;
            border-top-color: #000
        }
        
        @media (min-width:992px) {
            .modal-lg {
                width: 900px
            }
        }
        
        .tooltip {
            position: absolute;
            z-index: 1070;
            display: block;
            font-size: 12px;
            line-height: 1.4;
            visibility: visible;
            filter: alpha(opacity=0);
            opacity: 0
        }
        
        .tooltip.in {
            filter: alpha(opacity=90);
            opacity: .9
        }
        
        .tooltip.top {
            padding: 5px 0;
            margin-top: -3px
        }
        
        .tooltip.right {
            padding: 0 5px;
            margin-left: 3px
        }
        
        .tooltip.bottom {
            padding: 5px 0;
            margin-top: 3px
        }
        
        .tooltip.left {
            padding: 0 5px;
            margin-left: -3px
        }
        
        .tooltip-inner {
            max-width: 200px;
            padding: 3px 8px;
            color: #fff;
            text-align: center;
            text-decoration: none;
            background-color: #000;
            border-radius: 4px
        }
        
        .tooltip-arrow {
            position: absolute;
            width: 0;
            height: 0;
            border-color: transparent;
            border-style: solid
        }
        
        .tooltip.top .tooltip-arrow {
            bottom: 0;
            left: 50%;
            margin-left: -5px;
            border-width: 5px 5px 0;
            border-top-color: #000
        }
        
        .tooltip.top-left .tooltip-arrow {
            right: 5px
        }
        
        .tooltip.top-right .tooltip-arrow {
            left: 5px
        }
        
        .tooltip.right .tooltip-arrow {
            top: 50%;
            left: 0;
            margin-top: -5px;
            border-width: 5px 5px 5px 0;
            border-right-color: #000
        }
        
        .tooltip.left .tooltip-arrow {
            top: 50%;
            right: 0;
            margin-top: -5px;
            border-width: 5px 0 5px 5px;
            border-left-color: #000
        }
        
        .tooltip.bottom .tooltip-arrow,
        .tooltip.bottom-left .tooltip-arrow,
        .tooltip.bottom-right .tooltip-arrow {
            border-width: 0 5px 5px;
            border-bottom-color: #000;
            top: 0
        }
        
        .tooltip.bottom .tooltip-arrow {
            left: 50%;
            margin-left: -5px
        }
        
        .tooltip.bottom-left .tooltip-arrow {
            right: 5px;
            margin-top: -5px
        }
        
        .tooltip.bottom-right .tooltip-arrow {
            left: 5px;
            margin-top: -5px
        }
        
        .popover {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 9999;
            display: none;
            max-width: 276px;
            font-size: 14px;
            line-height: 1.42857143;
            text-align: left;
            white-space: normal;
            background-color: #fff;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
            border: 1px solid #ccc;
            border: 1px solid rgba(0, 0, 0, .2);
            border-radius: 6px;
            -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
        }
        
        .popover.top {
            margin-top: -10px
        }
        
        .popover.right {
            margin-left: 10px
        }
        
        .popover.bottom {
            margin-top: 10px
        }
        
        .popover.left {
            margin-left: -10px
        }
        
        .popover-title {
            padding: 8px 14px;
            margin: 0;
            font-size: 14px;
            background-color: #f7f7f7;
            border-bottom: 1px solid #ebebeb;
            border-radius: 5px 5px 0 0
        }
        
        .popover-content {
            padding: 9px 14px
        }
        
        .popover>.arrow,
        .popover>.arrow:after {
            position: absolute;
            display: block;
            width: 0;
            height: 0;
            border-color: transparent;
            border-style: solid
        }
        
        .carousel,
        .carousel-inner {
            position: relative
        }
        
        .popover>.arrow {
            border-width: 11px
        }
        
        .popover>.arrow:after {
            content: "";
            border-width: 10px
        }
        
        .popover.top>.arrow {
            bottom: -11px;
            left: 50%;
            margin-left: -11px;
            border-top-color: #999;
            border-top-color: rgba(0, 0, 0, .25);
            border-bottom-width: 0
        }
        
        .popover.top>.arrow:after {
            bottom: 1px;
            margin-left: -10px;
            content: " ";
            border-top-color: #fff;
            border-bottom-width: 0
        }
        
        .popover.left>.arrow:after,
        .popover.right>.arrow:after {
            bottom: -10px;
            content: " "
        }
        
        .popover.right>.arrow {
            top: 50%;
            left: -11px;
            margin-top: -11px;
            border-right-color: #999;
            border-right-color: rgba(0, 0, 0, .25);
            border-left-width: 0
        }
        
        .popover.right>.arrow:after {
            left: 1px;
            border-right-color: #fff;
            border-left-width: 0
        }
        
        .popover.bottom>.arrow {
            top: -11px;
            left: 50%;
            margin-left: -11px;
            border-top-width: 0;
            border-bottom-color: #999;
            border-bottom-color: rgba(0, 0, 0, .25)
        }
        
        .popover.bottom>.arrow:after {
            top: 1px;
            margin-left: -10px;
            content: " ";
            border-top-width: 0;
            border-bottom-color: #fff
        }
        
        .popover.left>.arrow {
            top: 50%;
            right: -11px;
            margin-top: -11px;
            border-right-width: 0;
            border-left-color: #999;
            border-left-color: rgba(0, 0, 0, .25)
        }
        
        .popover.left>.arrow:after {
            right: 1px;
            border-right-width: 0;
            border-left-color: #fff
        }
        
        .carousel-inner {
            width: 100%;
            overflow: hidden
        }
        
        .carousel-inner>.item {
            position: relative;
            display: none;
            -webkit-transition: .6s ease-in-out left;
            -o-transition: .6s ease-in-out left;
            transition: .6s ease-in-out left
        }
        
        .carousel-inner>.item>a>img,
        .carousel-inner>.item>img {
            line-height: 1
        }
        
        @media all and (transform-3d),
        (-webkit-transform-3d) {
            .carousel-inner>.item {
                -webkit-transition: -webkit-transform .6s ease-in-out;
                -o-transition: -o-transform .6s ease-in-out;
                transition: transform .6s ease-in-out;
                -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
                -webkit-perspective: 1000;
                perspective: 1000
            }
            .carousel-inner>.item.active.right,
            .carousel-inner>.item.next {
                left: 0;
                -webkit-transform: translate3d(100%, 0, 0);
                transform: translate3d(100%, 0, 0)
            }
            .carousel-inner>.item.active.left,
            .carousel-inner>.item.prev {
                left: 0;
                -webkit-transform: translate3d(-100%, 0, 0);
                transform: translate3d(-100%, 0, 0)
            }
            .carousel-inner>.item.active,
            .carousel-inner>.item.next.left,
            .carousel-inner>.item.prev.right {
                left: 0;
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0)
            }
        }
        
        .carousel-inner>.active,
        .carousel-inner>.next,
        .carousel-inner>.prev {
            display: block
        }
        
        .carousel-inner>.active {
            left: 0
        }
        
        .carousel-inner>.next,
        .carousel-inner>.prev {
            position: absolute;
            top: 0;
            width: 100%
        }
        
        .carousel-inner>.next {
            left: 100%
        }
        
        .carousel-inner>.prev {
            left: -100%
        }
        
        .carousel-inner>.next.left,
        .carousel-inner>.prev.right {
            left: 0
        }
        
        .carousel-inner>.active.left {
            left: -100%
        }
        
        .carousel-inner>.active.right {
            left: 100%
        }
        
        .carousel-control {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            width: 15%;
            font-size: 20px;
            color: #fff;
            text-align: center;
            text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
        }
        
        .carousel-control.left {
            background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
            background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
            background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
            background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
            filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
            background-repeat: repeat-x
        }
        
        .carousel-control.right {
            right: 0;
            left: auto;
            background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
            background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
            background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
            background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
            filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
            background-repeat: repeat-x
        }
        
        .carousel-control:focus,
        .carousel-control:hover {
            color: #fff;
            text-decoration: none;
            filter: alpha(opacity=90);
            outline: 0;
            opacity: .9
        }
        
        .carousel-control .glyphicon-chevron-left,
        .carousel-control .glyphicon-chevron-right,
        .carousel-control .icon-next,
        .carousel-control .icon-prev {
            position: absolute;
            top: 50%;
            z-index: 5;
            display: inline-block
        }
        
        .carousel-control .glyphicon-chevron-left,
        .carousel-control .icon-prev {
            left: 50%;
            margin-left: -10px
        }
        
        .carousel-control .glyphicon-chevron-right,
        .carousel-control .icon-next {
            right: 50%;
            margin-right: -10px
        }
        
        .carousel-control .icon-next,
        .carousel-control .icon-prev {
            width: 20px;
            height: 20px;
            margin-top: -10px;
            font-family: serif
        }
        
        .carousel-control .icon-prev:before {
            content: '\2039'
        }
        
        .carousel-control .icon-next:before {
            content: '\203a'
        }
        
        .carousel-indicators {
            position: absolute;
            bottom: 10px;
            left: 50%;
            z-index: 15;
            width: 60%;
            padding-left: 0;
            margin-left: -30%;
            text-align: center;
            list-style: none
        }
        
        .carousel-indicators li {
            display: inline-block;
            width: 10px;
            height: 10px;
            margin: 1px;
            text-indent: -999px;
            cursor: pointer;
            background-color: #000;
            background-color: rgba(0, 0, 0, 0);
            border: 1px solid #fff;
            border-radius: 10px
        }
        
        .carousel-indicators .active {
            width: 12px;
            height: 12px;
            margin: 0;
            background-color: #fff
        }
        
        .carousel-caption {
            position: absolute;
            right: 15%;
            bottom: 20px;
            left: 15%;
            z-index: 10;
            padding-top: 20px;
            padding-bottom: 20px;
            color: #fff;
            text-align: center;
            text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
        }
        
        .carousel-caption .btn,
        .text-hide {
            text-shadow: none
        }
        
        @media screen and (min-width:768px) {
            .carousel-control .glyphicon-chevron-left,
            .carousel-control .glyphicon-chevron-right,
            .carousel-control .icon-next,
            .carousel-control .icon-prev {
                width: 30px;
                height: 30px;
                margin-top: -15px;
                font-size: 30px
            }
            .carousel-control .glyphicon-chevron-left,
            .carousel-control .icon-prev {
                margin-left: -15px
            }
            .carousel-control .glyphicon-chevron-right,
            .carousel-control .icon-next {
                margin-right: -15px
            }
            .carousel-caption {
                right: 20%;
                left: 20%;
                padding-bottom: 30px
            }
            .carousel-indicators {
                bottom: 20px
            }
        }
        
        .btn-group-vertical>.btn-group:after,
        .btn-group-vertical>.btn-group:before,
        .btn-toolbar:after,
        .btn-toolbar:before,
        .clearfix:after,
        .clearfix:before,
        .container-fluid:after,
        .container-fluid:before,
        .container:after,
        .container:before,
        .dl-horizontal dd:after,
        .dl-horizontal dd:before,
        .form-horizontal .form-group:after,
        .form-horizontal .form-group:before,
        .modal-footer:after,
        .modal-footer:before,
        .nav:after,
        .nav:before,
        .navbar-collapse:after,
        .navbar-collapse:before,
        .navbar-header:after,
        .navbar-header:before,
        .navbar:after,
        .navbar:before,
        .pager:after,
        .pager:before,
        .panel-body:after,
        .panel-body:before,
        .row:after,
        .row:before {
            display: table;
            content: " "
        }
        
        .center-block {
            display: block;
            margin-right: auto;
            margin-left: auto
        }
        
        .pull-right {
            float: right!important
        }
        
        .pull-left {
            float: left!important
        }
        
        .hide {
            display: none!important
        }
        
        .show {
            display: block!important
        }
        
        .invisible {
            visibility: hidden
        }
        
        .text-hide {
            font: 0/0 a;
            color: transparent;
            background-color: transparent;
            border: 0
        }
        
        .affix {
            position: fixed
        }
        
        @-ms-viewport {
            width: device-width
        }
        
        .visible-lg,
        .visible-lg-block,
        .visible-lg-inline,
        .visible-lg-inline-block,
        .visible-md,
        .visible-md-block,
        .visible-md-inline,
        .visible-md-inline-block,
        .visible-sm,
        .visible-sm-block,
        .visible-sm-inline,
        .visible-sm-inline-block,
        .visible-xs,
        .visible-xs-block,
        .visible-xs-inline,
        .visible-xs-inline-block {
            display: none!important
        }
        
        @media (max-width:767px) {
            .visible-xs {
                display: block!important
            }
            table.visible-xs {
                display: table
            }
            tr.visible-xs {
                display: table-row!important
            }
            td.visible-xs,
            th.visible-xs {
                display: table-cell!important
            }
            .visible-xs-block {
                display: block!important
            }
            .visible-xs-inline {
                display: inline!important
            }
            .visible-xs-inline-block {
                display: inline-block!important
            }
        }
        
        @media (min-width:768px) and (max-width:991px) {
            .visible-sm {
                display: block!important
            }
            table.visible-sm {
                display: table
            }
            tr.visible-sm {
                display: table-row!important
            }
            td.visible-sm,
            th.visible-sm {
                display: table-cell!important
            }
            .visible-sm-block {
                display: block!important
            }
            .visible-sm-inline {
                display: inline!important
            }
            .visible-sm-inline-block {
                display: inline-block!important
            }
        }
        
        @media (min-width:992px) and (max-width:1199px) {
            .visible-md {
                display: block!important
            }
            table.visible-md {
                display: table
            }
            tr.visible-md {
                display: table-row!important
            }
            td.visible-md,
            th.visible-md {
                display: table-cell!important
            }
            .visible-md-block {
                display: block!important
            }
            .visible-md-inline {
                display: inline!important
            }
            .visible-md-inline-block {
                display: inline-block!important
            }
        }
        
        @media (min-width:1200px) {
            .visible-lg {
                display: block!important
            }
            table.visible-lg {
                display: table
            }
            tr.visible-lg {
                display: table-row!important
            }
            td.visible-lg,
            th.visible-lg {
                display: table-cell!important
            }
            .visible-lg-block {
                display: block!important
            }
            .visible-lg-inline {
                display: inline!important
            }
            .visible-lg-inline-block {
                display: inline-block!important
            }
            .hidden-lg {
                display: none!important
            }
        }
        
        @media (max-width:767px) {
            .hidden-xs {
                display: none!important
            }
        }
        
        @media (min-width:768px) and (max-width:991px) {
            .hidden-sm {
                display: none!important
            }
        }
        
        @media (min-width:992px) and (max-width:1199px) {
            .hidden-md {
                display: none!important
            }
        }
        
        .visible-print {
            display: none!important
        }
        
        @media print {
            .visible-print {
                display: block!important
            }
            table.visible-print {
                display: table
            }
            tr.visible-print {
                display: table-row!important
            }
            td.visible-print,
            th.visible-print {
                display: table-cell!important
            }
        }
        
        .visible-print-block {
            display: none!important
        }
        
        @media print {
            .visible-print-block {
                display: block!important
            }
        }
        
        .visible-print-inline {
            display: none!important
        }
        
        @media print {
            .visible-print-inline {
                display: inline!important
            }
        }
        
        .visible-print-inline-block {
            display: none!important
        }
        
        @media print {
            .visible-print-inline-block {
                display: inline-block!important
            }
            .hidden-print {
                display: none!important
            }
        }
        
        div.button span,
        div.selector select,
        input.uniform-input,
        select.uniform-multiselect,
        textarea.uniform {
            font-family: 'Poppins', sans-serif !important;
            font-size: 12px
        }
        
        div.button,
        div.button span,
        div.checker span,
        div.radio span,
        div.selector,
        div.selector span,
        div.uploader,
        div.uploader span.action {
            background-image: url(../images/sprite.png);
            background-repeat: no-repeat;
            -webkit-font-smoothing: antialiased
        }
        
        div.button,
        div.checker,
        div.radio,
        div.selector,
        div.uploader {
            display: -moz-inline-box;
            display: inline-block;
            zoom: 1;
            vertical-align: middle
        }
        
        div.button:focus,
        div.checker:focus,
        div.radio:focus,
        div.selector:focus,
        div.uploader:focus {
            outline: 0
        }
        
        div.button,
        div.button *,
        div.checker,
        div.checker *,
        div.radio,
        div.radio *,
        div.selector,
        div.selector *,
        div.uploader,
        div.uploader * {
            margin: 0;
            padding: 0
        }
        
        .highContrastDetect {
            background: url(../images/bg-input.png) repeat-x;
            width: 0;
            height: 0
        }
        
        div.selector,
        div.selector span {
            overflow: hidden;
            height: 26px;
            line-height: 26px
        }
        
        input.uniform-input,
        select.uniform-multiselect,
        textarea.uniform {
            padding: 3px;
            background: url(../images/bg-input.png) repeat-x;
            outline: 0
        }
        
        input.uniform-input.active,
        select.uniform-multiselect.active,
        textarea.uniform.active {
            background: url(../images/bg-input-focus.png) repeat-x
        }
        
        div.checker input,
        input[type=search],
        input[type=search]:active {
            -moz-appearance: none;
            -webkit-appearance: none
        }
        
        div.selector {
            background-position: 0 -130px;
            padding: 0 0 0 10px;
            position: relative;
            font-size: 12px
        }
        
        div.selector span {
            text-overflow: ellipsis;
            white-space: nowrap;
            background-position: right 0;
            padding-right: 25px;
            cursor: pointer;
            width: 100%;
            display: block
        }
        
        div.selector.fixedWidth {
            width: 190px
        }
        
        div.selector.fixedWidth span {
            width: 155px
        }
        
        div.selector select {
            opacity: 0;
            filter: alpha(opacity=0);
            -moz-opacity: 0;
            border: none;
            background: 0 0;
            position: absolute;
            height: 22px;
            top: 2px;
            left: 0;
            width: 100%
        }
        
        div.checker input,
        div.radio input {
            opacity: 0;
            filter: alpha(opacity=0);
            border: none;
            zoom: 1
        }
        
        div.checker,
        div.radio,
        div.uploader {
            position: relative
        }
        
        div.selector.active {
            background-position: 0 -156px
        }
        
        div.selector.active span {
            background-position: right -26px
        }
        
        div.selector.focus,
        div.selector.hover {
            background-position: 0 -182px
        }
        
        div.selector.focus span,
        div.selector.hover span {
            background-position: right -52px
        }
        
        div.selector.focus.active,
        div.selector.hover.active {
            background-position: 0 -208px
        }
        
        div.selector.focus.active span,
        div.selector.hover.active span {
            background-position: right -78px
        }
        
        div.selector.disabled,
        div.selector.disabled.active {
            background-position: 0 -234px
        }
        
        div.selector.disabled span,
        div.selector.disabled.active span {
            background-position: right -104px
        }
        
        div.checker,
        div.checker input,
        div.checker span {
            width: 19px;
            height: 19px
        }
        
        div.checker span {
            display: -moz-inline-box;
            display: inline-block;
            zoom: 1;
            text-align: center;
            background-position: 0 -260px
        }
        
        div.checker span.checked {
            background-position: -76px -260px
        }
        
        div.checker input {
            -moz-opacity: 0;
            background: 0 0;
            display: -moz-inline-box;
            display: inline-block
        }
        
        div.checker.active span {
            background-position: -19px -260px
        }
        
        div.checker.active span.checked {
            background-position: -95px -260px
        }
        
        div.checker.focus span,
        div.checker.hover span {
            background-position: -38px -260px
        }
        
        div.checker.focus span.checked,
        div.checker.hover span.checked {
            background-position: -114px -260px
        }
        
        div.checker.focus.active span,
        div.checker.hover.active span {
            background-position: -57px -260px
        }
        
        div.checker.focus.active span.checked,
        div.checker.hover.active span.checked {
            background-position: -133px -260px
        }
        
        div.checker.disabled,
        div.checker.disabled.active {
            background-position: -152px -260px
        }
        
        div.checker.disabled span.checked,
        div.checker.disabled.active span.checked {
            background-position: -171px -260px
        }
        
        div.radio,
        div.radio input,
        div.radio span {
            width: 18px;
            height: 18px
        }
        
        div.uploader,
        div.uploader span.action {
            height: 28px;
            cursor: pointer;
            overflow: hidden
        }
        
        div.radio span {
            display: -moz-inline-box;
            display: inline-block;
            zoom: 1;
            text-align: center;
            background-position: 0 -279px
        }
        
        div.radio span.checked {
            background-position: -72px -279px
        }
        
        div.radio input {
            -moz-opacity: 0;
            background: 0 0;
            display: -moz-inline-box;
            display: inline-block;
            text-align: center
        }
        
        div.radio.active span {
            background-position: -18px -18px -279px
        }
        
        div.radio.active span.checked {
            background-position: -90px -279px
        }
        
        div.radio.focus span,
        div.radio.hover span {
            background-position: -36px -36px -279px
        }
        
        div.radio.focus span.checked,
        div.radio.hover span.checked {
            background-position: -108px -279px
        }
        
        div.radio.focus.active span,
        div.radio.hover.active span {
            background-position: -54px -279px
        }
        
        div.radio.focus.active span.checked,
        div.radio.hover.active span.checked {
            background-position: -126px -279px
        }
        
        div.radio.disabled span,
        div.radio.disabled.active span {
            background-position: -144px -279px
        }
        
        div.radio.disabled span.checked,
        div.radio.disabled.active span.checked {
            background-position: -162px -279px
        }
        
        div.uploader {
            background-position: 0 -297px;
            width: 190px
        }
        
        div.uploader span.action {
            background-position: right -409px;
            line-height: 28px;
            width: 82px;
            text-align: center;
            float: left;
            display: inline
        }
        
        div.uploader span.filename {
            text-overflow: ellipsis;
            display: block;
            overflow: hidden;
            white-space: nowrap;
            float: left;
            cursor: default;
            height: 24px;
            margin: 2px 0 2px 2px;
            line-height: 24px;
            width: 85px;
            padding: 0 10px
        }
        
        div.uploader input {
            opacity: 0;
            filter: alpha(opacity=0);
            -moz-opacity: 0;
            border: none;
            background: 0 0;
            position: absolute;
            top: 0;
            right: 0;
            float: right;
            cursor: default;
            width: 100%;
            height: 100%
        }
        
        div.uploader.active span.action {
            background-position: right -465px
        }
        
        div.uploader.focus,
        div.uploader.hover {
            background-position: 0 -353px
        }
        
        div.uploader.focus span.action,
        div.uploader.hover span.action {
            background-position: right -437px
        }
        
        div.uploader.focus.active span.action,
        div.uploader.hover.active span.action {
            background-position: right -493px
        }
        
        div.uploader.disabled,
        div.uploader.disabled.active {
            background-position: 0 -325px
        }
        
        div.uploader.disabled span.action,
        div.uploader.disabled.active span.action {
            background-position: right -381px
        }
        
        div.button {
            background-position: 0 -641px;
            height: 30px;
            cursor: pointer;
            position: relative
        }
        
        div.button a,
        div.button button,
        div.button input {
            opacity: .01;
            filter: alpha(opacity=1);
            -moz-opacity: .01;
            display: block;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            position: absolute
        }
        
        div.button span {
            display: -moz-inline-box;
            display: inline-block;
            zoom: 1;
            line-height: 22px;
            text-align: center;
            background-position: right -521px;
            height: 22px;
            margin-left: 13px;
            padding: 8px 15px 0 2px
        }
        
        div.button.active {
            background-position: 0 -671px
        }
        
        div.button.active span {
            background-position: right -551px;
            cursor: default
        }
        
        div.button.focus,
        div.button.hover {
            background-position: 0 -701px
        }
        
        div.button.focus span,
        div.button.hover span {
            background-position: right -581px
        }
        
        div.button.disabled,
        div.button.disabled.active {
            background-position: 0 -731px
        }
        
        input.uniform-input,
        select.uniform-multiselect,
        textarea.uniform {
            font-weight: 400;
            color: #777;
            border-top: solid 1px #aaa;
            border-left: solid 1px #aaa;
            border-bottom: solid 1px #ccc;
            border-right: solid 1px #ccc;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px
        }
        
        input.uniform-input.focus,
        input.uniform-input.hover,
        select.uniform-multiselect.focus,
        select.uniform-multiselect.hover,
        textarea.uniform.focus,
        textarea.uniform.hover {
            -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .3);
            -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .3);
            box-shadow: 0 0 4px rgba(0, 0, 0, .3);
            border-color: #999
        }
        
        div.button span {
            font-weight: 700;
            letter-spacing: 1px;
            text-transform: uppercase
        }
        
        div.button.focus span,
        div.button.hover span {
            color: #555
        }
        
        div.button.disabled span,
        div.button.disabled.active span {
            background-position: right -611px;
            cursor: default;
            color: #bbb
        }
        
        div.selector span {
            color: #666;
            text-shadow: 0 1px 0 #fff
        }
        
        div.selector.disabled span,
        div.selector.disabled.active span {
            color: #bbb
        }
        
        div.uploader span.action {
            text-shadow: #fff 0 1px 0;
            background-color: #fff;
            font-size: 11px;
            font-weight: 700
        }
        
        div.uploader span.filename {
            color: #777;
            border-right: solid 1px #bbb;
            font-size: 11px
        }
        
        div.uploader.disabled span.action,
        div.uploader.disabled.active span.action {
            color: #aaa
        }
        
        div.uploader.disabled span.filename,
        div.uploader.disabled.active span.filename {
            border-color: #ddd;
            color: #aaa
        }
        
        input.uniform-input,
        input.uniform-input:focus {
            background-color: #fff
        }
        
        body,
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-family: "Open Sans", sans-serif
        }
        
        .badge,
        .btn-arrow-link,
        .btn-lg,
        .dropdown-menu>li>a>.badge,
        .input-inline {
            vertical-align: middle
        }
        
        a,
        button,
        code,
        div,
        img,
        input,
        label,
        li,
        p,
        pre,
        select,
        span,
        table,
        td,
        textarea,
        th,
        ul {
            -webkit-border-radius: 0!important;
            -moz-border-radius: 0!important;
            border-radius: 0!important
        }
        
        .img-circle {
            border-radius: 50%!important
        }
        
        .img-rounded {
            border-radius: 6px!important
        }
        
        body {
            color: #333;
            padding: 0!important;
            margin: 0!important;
            font-size: 13px
        }
        
        @-ms-viewport {
            width: device-width
        }
        
        @-o-viewport {
            width: device-width
        }
        
        @viewport {
            width: device-width
        }
        
        @-ms-viewport {
            width: auto!important
        }
        
         ::-webkit-scrollbar {
            width: 12px
        }
        
         ::-webkit-scrollbar-track {
            background-color: #eaeaea;
            border-radius: 0;
            box-shadow: none;
            border: 0
        }
        
         ::-webkit-scrollbar-thumb {
            background-color: #cecece;
            border-radius: 0;
            box-shadow: none;
            border: 0
        }
        
         ::-webkit-scrollbar-thumb:hover {
            background-color: #aaa
        }
        
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 300
        }
        
        .bars,
        .chart,
        .pie,
        .primary-font {
            font-family: "Open Sans", sans-serif!important
        }
        
        h1 {
            font-size: 33px
        }
        
        h2 {
            font-size: 27px
        }
        
        h3 {
            font-size: 23px
        }
        
        h4 {
            font-size: 17px
        }
        
        h5 {
            font-size: 13px
        }
        
        h6 {
            font-size: 12px
        }
        
        h1 small,
        h2 small,
        h3 small,
        h4 small,
        h5 small,
        h6 small {
            color: #444
        }
        
        h1.block,
        h2.block,
        h3.block,
        h4.block,
        h5.block,
        h6.block {
            padding-top: 10px;
            padding-bottom: 10px
        }
        
        a {
            text-shadow: none;
            color: #5b9bd1
        }
        
        a:active,
        a:focus,
        a:hover {
            outline: 0
        }
        
        hr {
            margin: 20px 0;
            border: 0;
            border-top: 1px solid #eee;
            border-bottom: 0
        }
        
        .list-unstyled li>.list-unstyled {
            margin-left: 25px
        }
        
        code {
            border: 1px solid #e1e1e1;
            -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
            -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
            box-shadow: 0 1px 4px rgba(0, 0, 0, .1)
        }
        
        .disabled-link .disable-target {
            opacity: .5!important;
            filter: alpha(opacity=50)!important
        }
        
        .disabled-link .disable-target:hover,
        .disabled-link:hover {
            cursor: not-allowed!important
        }
        
        a:hover {
            color: #3175af;
            cursor: pointer
        }
        
        .primary-link {
            color: #65A0D0;
            font-weight: 600
        }
        
        .primary-link:hover {
            color: #5194ca
        }
        
        .rounded-2 {
            border-radius: 2px!important
        }
        
        .rounded-3 {
            border-radius: 3px!important
        }
        
        .rounded-4 {
            border-radius: 4px!important
        }
        
        .circle {
            border-radius: 25px!important
        }
        
        .circle-right {
            border-radius: 0 25px 25px 0!important
        }
        
        .circle-left {
            border-radius: 25px 0 0 25px!important
        }
        
        .circle-bottom {
            border-radius: 0 0 25px 25px!important
        }
        
        .circle-top {
            border-radius: 25px 25px 0 0!important
        }
        
        .display-hide,
        .display-none {
            display: none
        }
        
        .hidden {
            visibility: hidden!important;
            display: none!important
        }
        
        .bold {
            font-weight: 700!important
        }
        
        .thin {
            font-weight: 300!important
        }
        
        .uppercase {
            text-transform: uppercase!important
        }
        
        .fix-margin {
            margin-left: 0!important
        }
        
        .border {
            border: 1px solid red
        }
        
        .font-hg {
            font-size: 23px
        }
        
        .font-lg {
            font-size: 18px
        }
        
        .font-md {
            font-size: 14px
        }
        
        .font-sm {
            font-size: 13px
        }
        
        .font-xs {
            font-size: 11px
        }
        
        .inline {
            display: inline
        }
        
        .inline-block {
            display: inline-block
        }
        
        .text-align-reverse {
            text-align: right
        }
        
        .top-news a,
        .top-news span {
            text-align: left;
            display: block
        }
        
        .no-space {
            margin: 0!important;
            padding: 0!important
        }
        
        .no-margin {
            margin: 0
        }
        
        .margin-bottom-5 {
            margin-bottom: 5px
        }
        
        .margin-bottom-10 {
            margin-bottom: 10px!important
        }
        
        .margin-top-10 {
            margin-top: 10px!important
        }
        
        .margin-top-15 {
            margin-top: 15px!important
        }
        
        .margin-bottom-15 {
            margin-bottom: 15px!important
        }
        
        .margin-bottom-20 {
            margin-bottom: 20px!important
        }
        
        .margin-top-20 {
            margin-top: 20px!important
        }
        
        .margin-bottom-25 {
            margin-bottom: 25px!important
        }
        
        .margin-bottom-30 {
            margin-bottom: 30px!important
        }
        
        .margin-right-10 {
            margin-right: 10px!important
        }
        
        .visible-ie8 {
            display: none
        }
        
        .ie8 .visible-ie8 {
            display: inherit!important
        }
        
        .visible-ie9 {
            display: none
        }
        
        .ie9 .visible-ie9 {
            display: inherit!important
        }
        
        .hidden-ie8 {
            display: inherit
        }
        
        .ie8 .hidden-ie8 {
            display: none!important
        }
        
        .hidden-ie9 {
            display: inherit
        }
        
        .ie9 .hidden-ie9 {
            display: none!important
        }
        
        @media (max-width:1024px) {
            .hidden-1024 {
                display: none
            }
        }
        
        @media (max-width:480px) {
            .hidden-480 {
                display: none
            }
        }
        
        @media (max-width:320px) {
            .hidden-320 {
                display: none
            }
        }
        
        .scrollspy-example {
            position: relative;
            height: 200px;
            margin-top: 10px;
            overflow: auto
        }
        
        .util-btn-group-margin-bottom-5 .btn-group,
        .util-btn-margin-bottom-5 .btn {
            margin-bottom: 5px!important
        }
        
        .user-info {
            margin-bottom: 10px!important
        }
        
        .user-info img {
            float: left;
            margin-right: 5px
        }
        
        .number-stats .stat-left,
        .number-stats .stat-left .stat-chart {
            float: right
        }
        
        .user-info .details {
            display: inline-block
        }
        
        .user-info .label {
            font-weight: 300;
            font-size: 11px
        }
        
        .top-news {
            color: #fff;
            margin: 8px 0
        }
        
        .top-news em {
            font-size: 13px;
            margin-bottom: 0;
            font-style: normal;
            display: block
        }
        
        .top-news em i {
            font-size: 14px
        }
        
        .top-news span {
            font-size: 18px;
            margin-bottom: 5px
        }
        
        .top-news a {
            padding: 10px;
            position: relative;
            margin-bottom: 10px
        }
        
        .top-news a .top-news-icon {
            right: 8px;
            bottom: 15px;
            opacity: .3;
            font-size: 35px;
            position: absolute;
            filter: alpha(opacity=30)
        }
        
        .blog-images {
            margin-bottom: 0
        }
        
        .blog-images li {
            padding: 0;
            margin: 0;
            display: inline
        }
        
        .blog-images li a:hover {
            text-decoration: none
        }
        
        .blog-images li img {
            width: 50px;
            height: 50px;
            opacity: .6;
            margin: 0 2px 8px
        }
        
        .blog-images li img:hover {
            opacity: 1;
            box-shadow: 0 0 0 4px #72c02c;
            transition: all .4s ease-in-out 0s;
            -moz-transition: all .4s ease-in-out 0s;
            -webkit-transition: all .4s ease-in-out 0s
        }
        
        .btn,
        .form-control,
        .form-control:focus {
            -webkit-box-shadow: none
        }
        
        .sidebar-tags li {
            padding: 0
        }
        
        .sidebar-tags li a {
            color: #555;
            font-size: 12px;
            padding: 3px 5px;
            background: #f7f7f7;
            margin: 0 2px 5px 0;
            display: inline-block
        }
        
        .sidebar-tags li a:hover,
        .sidebar-tags li a:hover i {
            background: #EEE;
            text-decoration: none;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out
        }
        
        .sidebar-tags li a i {
            color: #777
        }
        
        .ver-inline-menu {
            padding: 0;
            margin: 0;
            list-style: none
        }
        
        .ver-inline-menu li {
            position: relative;
            margin-bottom: 1px
        }
        
        .ver-inline-menu li i {
            width: 37px;
            height: 37px;
            display: inline-block;
            color: #b9cbd5;
            font-size: 15px;
            padding: 12px 10px 10px 8px;
            margin: 0 8px 0 0;
            text-align: center;
            background: #e0eaf0!important
        }
        
        .ver-inline-menu li a {
            font-size: 14px;
            font-weight: 300;
            color: #557386;
            display: block;
            background: #f0f6fa;
            border-left: solid 2px #c4d5df
        }
        
        .ver-inline-menu li:hover a {
            background: #e0eaf0;
            text-decoration: none
        }
        
        .ver-inline-menu li:hover i {
            color: #fff;
            background: #c4d5df!important
        }
        
        .ver-inline-menu li.active a {
            border-left: solid 2px #0c91e5
        }
        
        .ver-inline-menu li.active i {
            background: #0c91e5!important
        }
        
        .ver-inline-menu li.active a,
        .ver-inline-menu li.active i {
            color: #fff;
            background: #169ef4;
            text-decoration: none
        }
        
        .ver-inline-menu li.active a,
        .ver-inline-menu li:hover a {
            font-size: 14px
        }
        
        .ver-inline-menu li.active:after {
            content: '';
            display: inline-block;
            border-bottom: 6px solid transparent;
            border-top: 6px solid transparent;
            border-left: 6px solid #169ef4;
            position: absolute;
            top: 12px;
            right: -5px
        }
        
        .list-separated {
            margin-top: 10px;
            margin-bottom: 15px
        }
        
        .list-separated>div {
            border-right1: 1px solid #f5f5f5
        }
        
        .list-separated>div:last-child {
            border-right: 0
        }
        
        @media (max-width:767px) {
            .ver-inline-menu>li.active:after {
                display: none
            }
            .list-separated>div {
                margin-bottom: 20px
            }
        }
        
        .number-stats {
            margin: 10px 0
        }
        
        .number-stats .stat-number {
            display: inline-block;
            margin: 0 5px
        }
        
        .number-stats .stat-number .title {
            font-size: 13px;
            margin-bottom: 3px;
            color: #B8C3C7
        }
        
        .number-stats .stat-number .number {
            font-size: 27px;
            line-height: 27px;
            color: #7D8C9D
        }
        
        .number-stats>div {
            border-right: 1px solid #f5f5f5
        }
        
        .number-stats>div:last-child {
            border-right: 0
        }
        
        .number-stats .stat-left .stat-number {
            float: right;
            text-align: right
        }
        
        .number-stats .stat-right {
            float: left!important
        }
        
        .number-stats .stat-right .stat-number {
            float: left;
            text-align: left
        }
        
        .number-stats .stat-right .stat-chart {
            float: left
        }
        
        .number-stats .stat-number {
            float: left;
            text-align: left
        }
        
        .number-stats .stat-chart {
            display: inline-block;
            margin: 0 5px;
            float: left
        }
        
        .general-item-list>.item {
            padding: 10px 0;
            border-bottom: 1px solid #F1F4F7
        }
        
        .general-item-list>.item:last-child {
            border-bottom: 0
        }
        
        .general-item-list>.item>.item-head {
            margin-bottom: 5px
        }
        
        .general-item-list>.item>.item-head:after,
        .general-item-list>.item>.item-head:before {
            content: " ";
            display: table
        }
        
        .general-item-list>.item>.item-head>.item-details {
            display: inline-block;
            float: left
        }
        
        .general-item-list>.item>.item-head>.item-details>.item-pic {
            height: 35px;
            margin-right: 10px;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            -ms-border-radius: 100%;
            -o-border-radius: 100%;
            border-radius: 100%
        }
        
        .general-item-list>.item>.item-head>.item-details>.item-name {
            display: inline-block;
            margin-right: 10px
        }
        
        .general-item-list>.item>.item-head>.item-details>.item-label {
            color: #C0C9CC
        }
        
        .general-item-list>.item>.item-head>.item-status {
            color: #C0C9CC;
            top: 10px;
            position: relative;
            display: inline-block;
            float: right
        }
        
        .general-item-list>.item>.item-head>.item-status>.badge {
            margin-top: -2px
        }
        
        .general-item-list>.item>.item-body {
            color: #96a5aa
        }
        
        .file-drop-zone {
            border: 2px dashed #ddd;
            padding: 30px;
            text-align: center
        }
        
        .file-drop-zone.file-drop-zone-over {
            border-color: #aaa
        }
        
        [class*=" fa-"],
        [class*=" glyphicon-"],
        [class*=" icon-"],
        [class^=fa-],
        [class^=glyphicon-],
        [class^=icon-] {
            display: inline-block;
            margin-top: 1px;
            font-size: 14px;
            line-height: 14px;
            -webkit-font-smoothing: antialiased
        }
        
        li [class*=" fa-"],
        li [class*=" glyphicon-"],
        li [class*=" icon-"],
        li [class^=fa-],
        li [class^=glyphicon-],
        li [class^=icon-] {
            display: inline-block;
            width: 1.25em;
            text-align: center
        }
        
        li [class*=" glyphicon-"],
        li [class^=glyphicon-] {
            top: 2px
        }
        
        li [class*=" icon-"],
        li [class^=icon-] {
            top: 1px;
            position: relative
        }
        
        li [class*=" fa-"].icon-large,
        li [class*=" glyphicon-"].icon-large,
        li [class*=" icon-"].icon-large,
        li [class^=fa-].icon-large,
        li [class^=glyphicon-].icon-large,
        li [class^=icon-].icon-large {
            width: 1.5625em
        }
        
        .fa-sm,
        .icon-sm {
            font-size: 12px
        }
        
        .fa-lg,
        .icon-lg {
            font-size: 16px!important
        }
        
        .icon-state-default {
            color: #c6c6c6
        }
        
        .icon-state-success {
            color: #45B6AF
        }
        
        .icon-state-info {
            color: #89C4F4
        }
        
        .icon-state-warning {
            color: #dfba49
        }
        
        .icon-state-danger {
            color: #F3565D
        }
        
        .fa-item {
            font-size: 14px;
            padding: 10px 10px 10px 20px
        }
        
        .fa-item i {
            font-size: 16px;
            display: inline-block;
            width: 20px;
            color: #333
        }
        
        .fa-item:hover {
            cursor: pointer;
            background: #eee
        }
        
        .badge-danger,
        .badge-default,
        .badge-info,
        .badge-primary,
        .badge-success,
        .badge-warning {
            background-image: none
        }
        
        .simplelineicons-demo .item-box {
            display: inline-block;
            font-size: 16px;
            margin: 0 -.22em 1em 0;
            padding-left: 1em;
            width: 100%
        }
        
        .simplelineicons-demo .item-box .item {
            background-color: #fff;
            color: #33383e;
            border-radius: 8px;
            display: inline-block;
            padding: 10px;
            width: 100%
        }
        
        .bs-glyphicons,
        .glyphicons-demo ul {
            padding-left: 0;
            padding-bottom: 1px;
            margin-bottom: 20px;
            overflow: hidden;
            list-style: none
        }
        
        .simplelineicons-demo .item-box .item span {
            font-size: 22px
        }
        
        @media only screen and (min-width:768px) {
            .simplelineicons-demo .item-box {
                width: 33.333%
            }
        }
        
        .bs-glyphicon-class {
            text-align: center
        }
        
        .glyphicons-demo ul li {
            float: left;
            width: 25%;
            height: 115px;
            padding: 10px;
            margin: 0 -1px -1px 0;
            font-size: 14px;
            line-height: 1.4;
            text-align: center;
            border: 1px solid #ddd
        }
        
        .glyphicons-demo .glyphicon {
            display: block;
            margin: 5px auto 10px;
            font-size: 24px;
            color: #444
        }
        
        .glyphicons-demo ul li:hover {
            background-color: rgba(86, 61, 124, .1)
        }
        
        @media (min-width:768px) {
            .glyphicons-demo ul li {
                width: 12.5%
            }
        }
        
        .alert {
            border-width: 1px
        }
        
        .alert.alert-borderless {
            border: 0
        }
        
        .alert-success {
            background-color: #dff0d8;
            border-color: #d6e9c6;
            color: #3c763d
        }
        
        .alert-success hr {
            border-top-color: #c9e2b3
        }
        
        .alert-success .alert-link {
            color: #2b542c
        }
        
        .alert-info {
            background-color: #d9edf7;
            border-color: #bce8f1;
            color: #31708f
        }
        
        .alert-info hr {
            border-top-color: #a6e1ec
        }
        
        .alert-info .alert-link {
            color: #245269
        }
        
        .alert-warning {
            background-color: #fcf8e3;
            border-color: #faebcc;
            color: #8a6d3b
        }
        
        .alert-warning hr {
            border-top-color: #f7e1b5
        }
        
        .alert-warning .alert-link {
            color: #66512c
        }
        
        .alert-danger {
            background-color: #f2dede;
            border-color: #ebccd1;
            color: #a94442
        }
        
        .badge-default,
        .label-default {
            background-color: #c6c6c6
        }
        
        .alert-danger hr {
            border-top-color: #e4b9c0
        }
        
        .alert-danger .alert-link {
            color: #843534
        }
        
        .badge {
            font-size: 11px!important;
            font-weight: 300;
            height: 18px;
            padding: 3px 6px;
            -webkit-border-radius: 12px!important;
            -moz-border-radius: 12px!important;
            border-radius: 12px!important;
            text-shadow: none!important;
            text-align: center
        }
        
        .badge.badge-roundless {
            -webkit-border-radius: 0!important;
            -moz-border-radius: 0!important;
            border-radius: 0!important
        }
        
        .badge.badge-empty {
            display: inline-block;
            padding: 0;
            min-width: 8px;
            height: 8px;
            width: 8px
        }
        
        .badge-primary {
            background-color: #428bca
        }
        
        .badge-info {
            background-color: #89C4F4
        }
        
        .badge-success {
            background-color: #45B6AF
        }
        
        .badge-danger {
            background-color: #F3565D
        }
        
        .badge-warning {
            background-color: #dfba49
        }
        
        .nav.nav-pills>li>a>.badge,
        .nav.nav-stacked>li>a>.badge {
            margin-top: -2px
        }
        
        .dropdown-menu>li>a>.badge {
            position: absolute;
            margin-top: 1px;
            right: 3px;
            display: inline;
            font-size: 11px;
            font-weight: 300;
            text-shadow: none;
            height: 18px;
            padding: 3px 6px;
            text-align: center;
            -webkit-border-radius: 12px!important;
            -moz-border-radius: 12px!important;
            border-radius: 12px!important
        }
        
        .btn,
        .btn>i {
            font-size: 14px
        }
        
        .dropdown-menu.badge-roundless {
            -webkit-border-radius: 0!important;
            -moz-border-radius: 0!important;
            border-radius: 0!important
        }
        
        .btn {
            border-width: 0;
            padding: 7px 14px;
            outline: 0!important;
            background-image: none!important;
            filter: none;
            -moz-box-shadow: none;
            text-shadow: none
        }
        
        .btn-group .btn.dropdown-toggle,
        .btn.active,
        .btn.dropdown-toggle,
        .btn:active,
        .btn:disabled,
        .btn:focus,
        .btn:hover,
        .btn[disabled] {
            outline: 0!important;
            background-image: none!important;
            filter: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            text-shadow: none
        }
        
        .btn-default {
            border-width: 1px;
            padding: 6px 13px;
            color: #333;
            background-color: #E5E5E5;
            border-color: #ccc
        }
        
        .btn-block {
            display: block;
            width: 100%;
            padding-left: 0;
            padding-right: 0
        }
        
        .btn-default.active,
        .btn-default:active,
        .btn-default:focus,
        .btn-default:hover,
        .open .btn-default.dropdown-toggle {
            color: #333;
            background-color: #ededed;
            border-color: #b3b3b3
        }
        
        .btn-default.active,
        .btn-default:active {
            background-image: none;
            background-color: #e0e0e0
        }
        
        .btn-default.active:hover,
        .btn-default:active:hover {
            background-color: #e6e6e6
        }
        
        .open .btn-default.dropdown-toggle {
            background-image: none
        }
        
        .btn-default.disabled,
        .btn-default.disabled.active,
        .btn-default.disabled:active,
        .btn-default.disabled:focus,
        .btn-default.disabled:hover,
        .btn-default[disabled],
        .btn-default[disabled].active,
        .btn-default[disabled]:active,
        .btn-default[disabled]:focus,
        .btn-default[disabled]:hover,
        fieldset[disabled] .btn-default,
        fieldset[disabled] .btn-default.active,
        fieldset[disabled] .btn-default:active,
        fieldset[disabled] .btn-default:focus,
        fieldset[disabled] .btn-default:hover {
            background-color: #E5E5E5;
            border-color: #ccc
        }
        
        .btn-default .badge {
            color: #fff;
            background-color: #333
        }
        
        .btn-default>i {
            color: #aaa
        }
        
        .btn-default>i[class*=icon-],
        .btn-default>i[class^=icon-] {
            color: #8c8c8c
        }
        
        .btn-primary {
            color: #fff;
            background-color: #428bca;
            border-color: #357ebd
        }
        
        .btn-primary.active,
        .btn-primary:active,
        .btn-primary:focus,
        .btn-primary:hover,
        .open .btn-primary.dropdown-toggle {
            color: #fff;
            background-color: #3379b5;
            border-color: #2a6496
        }
        
        .btn-primary.active,
        .btn-primary:active {
            background-image: none;
            background-color: #2d6ca2
        }
        
        .btn-primary.active:hover,
        .btn-primary:active:hover {
            background-color: #3071a9
        }
        
        .open .btn-primary.dropdown-toggle {
            background-image: none
        }
        
        .btn-primary.disabled,
        .btn-primary.disabled.active,
        .btn-primary.disabled:active,
        .btn-primary.disabled:focus,
        .btn-primary.disabled:hover,
        .btn-primary[disabled],
        .btn-primary[disabled].active,
        .btn-primary[disabled]:active,
        .btn-primary[disabled]:focus,
        .btn-primary[disabled]:hover,
        fieldset[disabled] .btn-primary,
        fieldset[disabled] .btn-primary.active,
        fieldset[disabled] .btn-primary:active,
        fieldset[disabled] .btn-primary:focus,
        fieldset[disabled] .btn-primary:hover {
            background-color: #428bca;
            border-color: #357ebd
        }
        
        .btn-primary .badge {
            color: #428bca;
            background-color: #fff
        }
        
        .btn-success {
            color: #fff;
            background-color: #45B6AF;
            border-color: #3ea49d
        }
        
        .btn-success.active,
        .btn-success:active,
        .btn-success:focus,
        .btn-success:hover,
        .open .btn-success.dropdown-toggle {
            color: #fff;
            background-color: #3b9c96;
            border-color: #307f7a
        }
        
        .btn-success.active,
        .btn-success:active {
            background-image: none;
            background-color: #348a84
        }
        
        .btn-success.active:hover,
        .btn-success:active:hover {
            background-color: #37918b
        }
        
        .open .btn-success.dropdown-toggle {
            background-image: none
        }
        
        .btn-success.disabled,
        .btn-success.disabled.active,
        .btn-success.disabled:active,
        .btn-success.disabled:focus,
        .btn-success.disabled:hover,
        .btn-success[disabled],
        .btn-success[disabled].active,
        .btn-success[disabled]:active,
        .btn-success[disabled]:focus,
        .btn-success[disabled]:hover,
        fieldset[disabled] .btn-success,
        fieldset[disabled] .btn-success.active,
        fieldset[disabled] .btn-success:active,
        fieldset[disabled] .btn-success:focus,
        fieldset[disabled] .btn-success:hover {
            background-color: #45B6AF;
            border-color: #3ea49d
        }
        
        .btn-success .badge {
            color: #45B6AF;
            background-color: #fff
        }
        
        .btn-info {
            color: #fff;
            background-color: #89C4F4;
            border-color: #72b8f2
        }
        
        .btn-info.active,
        .btn-info:active,
        .btn-info:focus,
        .btn-info:hover,
        .open .btn-info.dropdown-toggle {
            color: #fff;
            background-color: #68b4f1;
            border-color: #43a1ed
        }
        
        .btn-info.active,
        .btn-info:active {
            background-image: none;
            background-color: #51a8ef
        }
        
        .btn-info.active:hover,
        .btn-info:active:hover {
            background-color: #5aadf0
        }
        
        .open .btn-info.dropdown-toggle {
            background-image: none
        }
        
        .btn-info.disabled,
        .btn-info.disabled.active,
        .btn-info.disabled:active,
        .btn-info.disabled:focus,
        .btn-info.disabled:hover,
        .btn-info[disabled],
        .btn-info[disabled].active,
        .btn-info[disabled]:active,
        .btn-info[disabled]:focus,
        .btn-info[disabled]:hover,
        fieldset[disabled] .btn-info,
        fieldset[disabled] .btn-info.active,
        fieldset[disabled] .btn-info:active,
        fieldset[disabled] .btn-info:focus,
        fieldset[disabled] .btn-info:hover {
            background-color: #89C4F4;
            border-color: #72b8f2
        }
        
        .btn-info .badge {
            color: #89C4F4;
            background-color: #fff
        }
        
        .btn-warning {
            color: #fff;
            background-color: #dfba49;
            border-color: #dbb233
        }
        
        .btn-warning.active,
        .btn-warning:active,
        .btn-warning:focus,
        .btn-warning:hover,
        .open .btn-warning.dropdown-toggle {
            color: #fff;
            background-color: #daae2b;
            border-color: #bb9521
        }
        
        .btn-warning.active,
        .btn-warning:active {
            background-image: none;
            background-color: #c89f23
        }
        
        .btn-warning.active:hover,
        .btn-warning:active:hover {
            background-color: #d0a625
        }
        
        .open .btn-warning.dropdown-toggle {
            background-image: none
        }
        
        .btn-warning.disabled,
        .btn-warning.disabled.active,
        .btn-warning.disabled:active,
        .btn-warning.disabled:focus,
        .btn-warning.disabled:hover,
        .btn-warning[disabled],
        .btn-warning[disabled].active,
        .btn-warning[disabled]:active,
        .btn-warning[disabled]:focus,
        .btn-warning[disabled]:hover,
        fieldset[disabled] .btn-warning,
        fieldset[disabled] .btn-warning.active,
        fieldset[disabled] .btn-warning:active,
        fieldset[disabled] .btn-warning:focus,
        fieldset[disabled] .btn-warning:hover {
            background-color: #dfba49;
            border-color: #dbb233
        }
        
        .btn-warning .badge {
            color: #dfba49;
            background-color: #fff
        }
        
        .btn-danger {
            color: #fff;
            background-color: #F3565D;
            border-color: #f13e46
        }
        
        .btn-danger.active,
        .btn-danger:active,
        .btn-danger:focus,
        .btn-danger:hover,
        .open .btn-danger.dropdown-toggle {
            color: #fff;
            background-color: #f1353d;
            border-color: #ec111b
        }
        
        .btn-danger.active,
        .btn-danger:active {
            background-image: none;
            background-color: #ef1d26
        }
        
        .btn-danger.active:hover,
        .btn-danger:active:hover {
            background-color: #f0262f
        }
        
        .open .btn-danger.dropdown-toggle {
            background-image: none
        }
        
        .btn-danger.disabled,
        .btn-danger.disabled.active,
        .btn-danger.disabled:active,
        .btn-danger.disabled:focus,
        .btn-danger.disabled:hover,
        .btn-danger[disabled],
        .btn-danger[disabled].active,
        .btn-danger[disabled]:active,
        .btn-danger[disabled]:focus,
        .btn-danger[disabled]:hover,
        fieldset[disabled] .btn-danger,
        fieldset[disabled] .btn-danger.active,
        fieldset[disabled] .btn-danger:active,
        fieldset[disabled] .btn-danger:focus,
        fieldset[disabled] .btn-danger:hover {
            background-color: #F3565D;
            border-color: #f13e46
        }
        
        .btn-danger .badge {
            color: #F3565D;
            background-color: #fff
        }
        
        .btn-lg,
        .btn-lg>i {
            font-size: 18px
        }
        
        .btn-lg {
            padding: 10px 16px;
            line-height: 1.33
        }
        
        .btn-sm,
        .btn-xs {
            padding: 4px 10px 5px;
            font-size: 13px;
            line-height: 1.5
        }
        
        .btn-sm>i,
        .btn-xs>i {
            font-size: 13px
        }
        
        .btn-xs {
            padding: 1px 5px
        }
        
        .btn-group .input-sm .btn-default {
            padding-top: 3px;
            padding-bottom: 3px
        }
        
        .btn-arrow-link {
            display: inline-block;
            font-size: 13px
        }
        
        .btn-arrow-link>i {
            font-size: 14px;
            line-height: 14px;
            vertical-align: top;
            margin: 2px 3px;
            color: #999
        }
        
        .btn-arrow-link.btn-arrow-link-lg {
            font-size: 14px
        }
        
        .btn-arrow-link.btn-arrow-link-lg>i {
            font-size: 16px;
            line-height: 16px;
            margin: 2px 3px 1px
        }
        
        .btn-circle {
            border-radius: 25px!important
        }
        
        .btn-circle-right {
            border-radius: 0 25px 25px 0!important
        }
        
        .btn-circle-left {
            border-radius: 25px 0 0 25px!important
        }
        
        .btn-circle-bottom {
            border-radius: 0 0 25px 25px!important
        }
        
        .btn-circle-top {
            border-radius: 25px 25px 0 0!important
        }
        
        .btn-icon-only {
            height: 34px;
            width: 34px;
            text-align: center;
            padding-left: 0;
            padding-right: 0
        }
        
        .btn-icon-only>[class^=icon-],
        .btn-icon-only>i {
            text-align: center;
            margin-top: 2px
        }
        
        .btn-sm>[class*=" glyphicon-"],
        .btn-sm>[class^=glyphicon-],
        .btn-sm>i {
            font-size: 13px
        }
        
        .btn-xs>[class*=" glyphicon-"],
        .btn-xs>[class^=glyphicon-],
        .btn-xs>i {
            font-size: 11px
        }
        
        .btn-group.btn-group-circle>.btn:first-child {
            border-radius: 25px 0 0 25px!important
        }
        
        .btn-group.btn-group-circle>.btn:last-child {
            border-radius: 0 25px 25px 0!important
        }
        
        .btn-group.btn-group-devided>.btn {
            margin-right: 5px
        }
        
        .btn-group.btn-group-devided>.btn:last-child {
            margin-right: 0
        }
        
        .btn-group-vertical.btn-group-vertical-circle>.btn:first-child {
            border-radius: 25px 25px 0 0!important
        }
        
        .btn-group-vertical.btn-group-vertical-circle>.btn:last-child {
            border-radius: 0 0 25px 25px!important
        }
        
        .carousel.image-carousel .carousel-inner {
            padding-top: 0;
            padding-bottom: 0
        }
        
        .carousel.image-carousel .carousel-control i {
            position: absolute;
            top: 40%
        }
        
        .carousel.image-carousel.image-carousel-hoverable .carousel-control i {
            display: none
        }
        
        .carousel.image-carousel.image-carousel-hoverable:hover .carousel-control i {
            display: inline-block
        }
        
        .carousel.image-carousel .carousel-control.left i {
            left: 10px
        }
        
        .carousel.image-carousel .carousel-control.right i {
            right: 10px
        }
        
        .carousel.image-carousel .carousel-indicators {
            margin-top: 10px;
            bottom: -7px
        }
        
        .carousel.image-carousel .carousel-indicators li,
        .carousel.image-carousel .carousel-indicators li.active {
            background-color: #666
        }
        
        .carousel.image-carousel .carousel-caption {
            position: absolute;
            right: 0;
            bottom: 0;
            left: 0;
            padding: 15px 15px 25px;
            background: #333;
            background: rgba(0, 0, 0, .75)
        }
        
        .carousel.image-carousel .carousel-caption h2,
        .carousel.image-carousel .carousel-caption h3,
        .carousel.image-carousel .carousel-caption h4,
        .carousel.image-carousel .carousel-caption p {
            text-align: left;
            line-height: 20px;
            color: #fff
        }
        
        .carousel.image-carousel .carousel-caption h2,
        .carousel.image-carousel .carousel-caption h3,
        .carousel.image-carousel .carousel-caption h4 {
            margin: 0 0 5px
        }
        
        .carousel.image-carousel .carousel-caption h2 a,
        .carousel.image-carousel .carousel-caption h3 a,
        .carousel.image-carousel .carousel-caption h4 a {
            color: #aaa
        }
        
        .carousel.image-carousel .carousel-caption p {
            margin-bottom: 0
        }
        
        .carousel.image-carousel .carousel-caption .item {
            margin: 0
        }
        
        .bars,
        .chart,
        .pie {
            overflow: hidden;
            height: 300px;
            width: 100%;
            font-size: 14px
        }
        
        .item-list.table .percent {
            width: 30px;
            float: right;
            margin-right: 10px;
            margin-top: 3px
        }
        
        .chart-tooltip {
            z-index: 100;
            background-color: #736e6e!important;
            padding: 5px!important;
            color: #fff
        }
        
        .chart-tooltip .label {
            display: block;
            margin-bottom: 2px
        }
        
        .bar-chart,
        .line-chart {
            display: none
        }
        
        .chats {
            margin: -15px 0 0;
            padding: 0
        }
        
        .chats li {
            list-style: none;
            padding: 5px 0;
            margin: 10px auto;
            font-size: 12px
        }
        
        .chats li .body {
            display: block
        }
        
        .chats li .avatar {
            height: 45px;
            width: 45px;
            -webkit-border-radius: 50%!important;
            -moz-border-radius: 50%!important;
            border-radius: 50%!important
        }
        
        .chats li.in .avatar {
            float: left;
            margin-right: 10px
        }
        
        .chats li.out .avatar {
            float: right;
            margin-left: 10px
        }
        
        .chats li .name {
            color: #3590c1;
            font-size: 13px;
            font-weight: 400
        }
        
        .chats li .datetime {
            color: #333;
            font-size: 13px;
            font-weight: 400
        }
        
        .chats li .message {
            display: block;
            padding: 5px;
            position: relative
        }
        
        .chats li.in .message .arrow,
        .chats li.out .message .arrow {
            display: block;
            position: absolute;
            top: 5px;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent
        }
        
        .chats li.in .message {
            text-align: left;
            border-left: 2px solid #1BBC9B;
            margin-left: 65px;
            background: #fafafa
        }
        
        .chats li.in .message .arrow {
            left: -8px;
            width: 0;
            height: 0;
            border-right: 8px solid #1BBC9B
        }
        
        .chats li.out .message {
            border-right: 2px solid #F3565D;
            margin-right: 65px;
            background: #fafafa;
            text-align: right
        }
        
        .chats li.out .message .arrow {
            right: -8px;
            border-left: 8px solid #F3565D
        }
        
        .chats li.out .datetime,
        .chats li.out .name {
            text-align: right
        }
        
        .chat-form {
            margin-top: 15px;
            padding: 10px;
            background-color: #e9eff3;
            overflow: hidden
        }
        
        .chat-form .input-cont {
            margin-right: 40px
        }
        
        .chat-form .input-cont .form-control {
            border: 1px solid #ddd;
            width: 100%!important;
            margin-top: 0;
            background-color: #fff!important
        }
        
        .chat-form .input-cont .form-control:focus {
            border: 1px solid #4b8df9!important
        }
        
        .chat-form .btn-cont {
            margin-top: -42px;
            position: relative;
            float: right;
            width: 44px
        }
        
        .chat-form .btn-cont .arrow {
            position: absolute;
            top: 17px;
            right: 43px;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-right: 8px solid #4d90fe;
            box-sizing: border-box
        }
        
        .chat-form .btn-cont .btn {
            margin-top: 8px
        }
        
        .chat-form .btn-cont:hover .arrow {
            border-right-color: #0362fd
        }
        
        .chat-form .btn-cont:hover .btn {
            background-color: #0362fd
        }
        
        .close {
            display: inline-block;
            margin-top: 0;
            margin-right: 0;
            width: 9px;
            height: 9px;
            background-repeat: no-repeat!important;
            text-indent: -10000px;
            outline: 0;
            background-image: url(../../../global/css/img/remove-icon-small.png)!important
        }
        
        .dropdown.open>.dropdown-toggle,
        .dropup.open>.dropdown-toggle {
            border-color: #ddd
        }
        
        .dropdown-menu {
            min-width: 175px;
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 1000;
            display: none;
            float: left;
            list-style: none;
            text-shadow: none;
            padding: 0;
            margin: 10px 0 0;
            background-color: #fffff;
            border: 1px solid #eee;
            font-family: 'Poppins', sans-serif !important;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px
        }
        
        .dropdown-menu li.divider {
            background: #f1f3f6
        }
        
        .dropdown-menu li>a {
            padding: 8px 14px;
            color: #555;
            text-decoration: none;
            display: block;
            font-weight: 300;
            line-height: 18px;
            white-space: nowrap
        }
        
        .dropdown-menu li>a>[class*=" fa-"],
        .dropdown-menu li>a>[class^=fa-] {
            color: #888
        }
        
        .dropdown-menu li>a>[class*=" icon-"],
        .dropdown-menu li>a>[class^=icon-] {
            color: #666
        }
        
        .dropdown-menu li>a>[class*=" glyphicon-"],
        .dropdown-menu li>a>[class^=glyphicon-] {
            color: #888
        }
        
        .dropdown-menu .active>a,
        .dropdown-menu .active>a:hover,
        .dropdown-menu li>a:hover {
            text-decoration: none;
            background-image: none;
            background-color: #f6f6f6;
            color: #555;
            filter: none
        }
        
        .dropdown-menu.bottom-up {
            top: auto;
            bottom: 100%;
            margin-bottom: 2px
        }
        
        .btn-group>.dropdown-menu,
        .dropdown-toggle>.dropdown-menu,
        .dropdown>.dropdown-menu {
            margin-top: 10px
        }
        
        .btn-group>.dropdown-menu:before,
        .dropdown-toggle>.dropdown-menu:before,
        .dropdown>.dropdown-menu:before {
            position: absolute;
            top: -8px;
            left: 9px;
            right: auto;
            display: inline-block!important;
            border-right: 8px solid transparent;
            border-bottom: 8px solid #e0e0e0;
            border-left: 8px solid transparent;
            content: ''
        }
        
        .btn-group>.dropdown-menu:after,
        .dropdown-toggle>.dropdown-menu:after,
        .dropdown>.dropdown-menu:after {
            position: absolute;
            top: -7px;
            left: 10px;
            right: auto;
            display: inline-block!important;
            border-right: 7px solid transparent;
            border-bottom: 7px solid #fff;
            border-left: 7px solid transparent;
            content: ''
        }
        
        .btn-group>.dropdown-menu.pull-left:before,
        .dropdown-toggle>.dropdown-menu.pull-left:before,
        .dropdown>.dropdown-menu.pull-left:before {
            left: auto;
            right: 9px
        }
        
        .btn-group>.dropdown-menu.pull-left:after,
        .dropdown-toggle>.dropdown-menu.pull-left:after,
        .dropdown>.dropdown-menu.pull-left:after {
            left: auto;
            right: 10px
        }
        
        .btn-group>.dropdown-menu.pull-right:before,
        .dropdown-toggle>.dropdown-menu.pull-right:before,
        .dropdown>.dropdown-menu.pull-right:before {
            left: auto;
            right: 9px
        }
        
        .btn-group>.dropdown-menu.pull-right:after,
        .dropdown-toggle>.dropdown-menu.pull-right:after,
        .dropdown>.dropdown-menu.pull-right:after {
            left: auto;
            right: 10px
        }
        
        .btn-group.dropup>.dropdown-menu,
        .dropdown-toggle.dropup>.dropdown-menu,
        .dropdown.dropup>.dropdown-menu {
            margin-top: 0;
            margin-bottom: 10px
        }
        
        .btn-group.dropup>.dropdown-menu:after,
        .btn-group.dropup>.dropdown-menu:before,
        .dropdown-toggle.dropup>.dropdown-menu:after,
        .dropdown-toggle.dropup>.dropdown-menu:before,
        .dropdown.dropup>.dropdown-menu:after,
        .dropdown.dropup>.dropdown-menu:before {
            display: none!important
        }
        
        .dropdown-submenu {
            position: relative
        }
        
        .dropdown-submenu>.dropdown-menu {
            top: 5px;
            left: 100%;
            margin-top: -6px;
            margin-left: -1px
        }
        
        .dropdown-submenu>a:after {
            position: absolute;
            display: inline-block;
            font-size: 14px;
            right: 7px;
            top: 7px;
            font-family: FontAwesome;
            height: auto;
            content: "\f105";
            font-weight: 300
        }
        
        .dropdown-submenu:hover>.dropdown-menu {
            display: block
        }
        
        .dropdown-submenu:hover>a:after {
            border-left-color: #fff
        }
        
        .dropdown-submenu.pull-left {
            float: none
        }
        
        .dropdown-submenu.pull-left>.dropdown-menu {
            left: -100%;
            margin-left: 10px
        }
        
        .dropup .dropdown-submenu>.dropdown-menu {
            top: auto;
            bottom: 0;
            margin-top: 0;
            margin-bottom: -2px
        }
        
        .nav.pull-right>li>.dropdown-menu,
        .nav>li>.dropdown-menu.pull-right {
            right: 0;
            left: auto
        }
        
        .nav.pull-right>li>.dropdown-menu:before,
        .nav>li>.dropdown-menu.pull-right:before {
            right: 12px;
            left: auto
        }
        
        .nav.pull-right>li>.dropdown-menu:after,
        .nav>li>.dropdown-menu.pull-right:after {
            right: 13px;
            left: auto
        }
        
        .nav.pull-right>li>.dropdown-menu .dropdown-menu,
        .nav>li>.dropdown-menu.pull-right .dropdown-menu {
            right: 100%;
            left: auto;
            margin-right: -1px;
            margin-left: 0
        }
        
        @media (max-width:767px) {
            .navbar-nav .open .dropdown-menu {
                position: absolute;
                float: left;
                width: auto;
                margin-top: 0;
                background-color: #fff;
                border: 1px solid #efefef;
                box-shadow: 5px 5px rgba(102, 102, 102, .1)
            }
            .navbar-nav .open .dropdown-menu>li>a {
                padding: 6px 0 6px 13px;
                color: #333
            }
            .navbar-nav .open .dropdown-menu>li>a:active,
            .navbar-nav .open .dropdown-menu>li>a:hover {
                ackground-color: #eee
            }
        }
        
        .feeds li .col1,
        .feeds li .col1>.cont>.cont-col2 {
            width: 100%;
            float: left
        }
        
        .dropdown-checkboxes,
        .dropdown-content,
        .dropdown-radiobuttons {
            padding: 5px
        }
        
        .dropdown-content form {
            margin: 0
        }
        
        .dropdown.inline .dropdown-menu {
            display: inline-block;
            position: relative
        }
        
        .dropdown-checkboxes label,
        .dropdown-radiobuttons label {
            display: block;
            font-weight: 300;
            color: #333;
            margin-bottom: 4px;
            margin-top: 4px
        }
        
        .dropdown-checkboxes label .radio,
        .dropdown-radiobuttons label .radio {
            margin-right: 3px
        }
        
        .feeds {
            margin: 0;
            padding: 0;
            list-style: none
        }
        
        .feeds li {
            background-color: #fafafa;
            color: #82949a;
            margin-bottom: 7px
        }
        
        .feeds li:after,
        .feeds li:before {
            display: table;
            line-height: 0;
            content: ""
        }
        
        .feeds li:last-child {
            margin-bottom: 0
        }
        
        .feeds li .col1>.cont {
            float: left;
            margin-right: 75px;
            overflow: hidden
        }
        
        .feeds li .col1>.cont>.cont-col1 {
            float: left;
            margin-right: -100%
        }
        
        .feeds li .col1>.cont>.cont-col1>.label {
            display: inline-block;
            padding: 5px 4px 6px 5px;
            vertical-align: middle;
            text-align: center
        }
        
        .feeds li .col1>.cont>.cont-col1>.label>i {
            text-align: center;
            font-size: 14px
        }
        
        .feeds li .col1>.cont>.cont-col2>.desc {
            margin-left: 35px;
            padding-top: 4px;
            padding-bottom: 5px;
            overflow: hidden
        }
        
        .modal,
        .modal-open {
            overflow-y: auto!important
        }
        
        .feeds li .col2 {
            float: left;
            width: 75px;
            margin-left: -75px
        }
        
        .feeds li .col2>.date {
            padding: 4px 9px 5px 4px;
            text-align: right;
            font-style: italic;
            color: #c1cbd0
        }
        
        .static-info {
            margin-bottom: 10px
        }
        
        .static-info .name {
            font-size: 14px
        }
        
        .static-info .value {
            font-size: 14px;
            font-weight: 600
        }
        
        .static-info.align-reverse .name,
        .static-info.align-reverse .value {
            text-align: right
        }
        
        .help-block {
            margin-top: 5px;
            margin-bottom: 5px
        }
        
        .help-inline {
            font-size: 13px;
            color: #737373;
            display: inline-block;
            padding: 5px
        }
        
        .form-inline input {
            margin-bottom: 0!important
        }
        
        .control-label {
            margin-top: 1px
        }
        
        .control-label .required {
            color: #e02222;
            font-size: 12px;
            padding-left: 2px
        }
        
        .form {
            padding: 0!important
        }
        
        .form .form-body {
            padding: 10px
        }
        
        .portlet.light .form .form-body {
            padding-left: 0;
            padding-right: 0
        }
        
        .form .form-actions {
            padding: 20px 10px;
            margin: 0;
            background-color: #f5f5f5;
            border-top: 1px solid #e5e5e5
        }
        
        .portlet.light .form .form-actions {
            background: 0 0;
            padding-left: 0;
            padding-right: 0
        }
        
        .form .form-actions.nobg,
        .tiles .tile .tile-object {
            background-color: transparent
        }
        
        .portlet .form .form-actions {
            -webkit-border-radius: 0 0 4px 4px;
            -moz-border-radius: 0 0 4px 4px;
            -ms-border-radius: 0 0 4px 4px;
            -o-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px
        }
        
        .form .form-actions:after,
        .form .form-actions:before {
            content: " ";
            display: table
        }
        
        .form .form-actions.right {
            padding-left: 0;
            padding-right: 10px;
            text-align: right
        }
        
        .portlet.light .form .form-actions.right {
            padding-right: 0
        }
        
        .form .form-actions.left {
            padding-left: 10px;
            padding-right: 0;
            text-align: left
        }
        
        .checkbox-list>label.checkbox-inline:first-child,
        .checkbox>label,
        .form-horizontal .checkbox>label,
        .portlet.light .form .form-actions.left,
        .radio-list>label.radio-inline:first-child {
            padding-left: 0
        }
        
        .form .form-actions.top {
            margin-top: 0;
            margin-bottom: 20px;
            border-top: 0;
            border-bottom: 1px solid #e5e5e5
        }
        
        .portlet.light .form .form-actions.top {
            background: 0 0
        }
        
        .form .form-actions .btn-set {
            display: inline-block
        }
        
        @media (max-width:767px) {
            .form .form-actions .btn-set {
                margin-bottom: 3px;
                margin-top: 3px;
                float: left!important
            }
        }
        
        .form .form-section {
            margin: 30px 0 25px;
            padding-bottom: 5px;
            border-bottom: 1px solid #eee
        }
        
        .form .form-bordered .form-group .help-block,
        .form .form-row-seperated .form-group .help-block,
        .form-horizontal .radio-list>label {
            margin-bottom: 0
        }
        
        .form .form-section:first-child {
            margin-top: 5px
        }
        
        .checkbox,
        .form-horizontal .checkbox {
            padding: 0
        }
        
        .checkbox-list>label {
            display: block
        }
        
        .checkbox-list>label.checkbox-inline {
            display: inline-block
        }
        
        .input-icon>i,
        .radio-list>label {
            display: block
        }
        
        .block-spinner-bar,
        .block-spinner-bar>div,
        .form-control-static,
        .icon-btn,
        .input-inline,
        .loading-message,
        .page-spinner-bar>div,
        .radio-list>label.radio-inline {
            display: inline-block
        }
        
        .form-horizontal .radio-list .radio {
            padding-top: 1px
        }
        
        .form-horizontal .radio>span {
            margin-top: 2px
        }
        
        .form .form-row-seperated .portlet-body {
            padding: 0
        }
        
        .form .form-row-seperated .form-group {
            margin: 0;
            border-bottom: 1px solid #efefef;
            padding: 15px 0
        }
        
        .form .form-row-seperated .form-group.last {
            border-bottom: 0;
            margin-bottom: 0;
            padding-bottom: 13px
        }
        
        .form .form-row-seperated .form-body {
            padding: 0
        }
        
        .form .form-row-seperated .form-actions {
            padding-left: 15px!important;
            padding-right: 15px!important
        }
        
        .form .form-bordered .form-group {
            margin: 0;
            border-bottom: 1px solid #efefef
        }
        
        .form .form-bordered .form-group>div {
            padding: 15px;
            border-left: 1px solid #efefef
        }
        
        .form .form-bordered .form-group.last {
            border-bottom: 0
        }
        
        .form .form-bordered .form-group .control-label {
            padding-top: 20px
        }
        
        @media (max-width:991px) {
            .form .form-bordered .form-group>div {
                border-left: 0
            }
            .form .form-bordered .form-group .control-label {
                padding-top: 10px
            }
        }
        
        .form .form-bordered .form-group .form-control {
            margin: 0
        }
        
        .form .form-bordered .form-body {
            margin: 0;
            padding: 0
        }
        
        .form .form-bordered .form-actions {
            margin-top: 0;
            padding-left: 16px!important;
            padding-right: 16px!important
        }
        
        @media (max-width:991px) {
            .form .form-bordered .form-actions {
                padding-left: 15px!important;
                padding-right: 15px!important
            }
        }
        
        .form .form-horizontal.form-bordered.form-row-stripped .form-group:nth-child(even) {
            background-color: #fcfcfc
        }
        
        .form .form-horizontal.form-bordered.form-row-stripped .form-control {
            background: #fff!important
        }
        
        .form .form-horizontal.form-bordered.form-label-stripped .form-group:nth-child(even)>div {
            background-color: #fff
        }
        
        .form .form-horizontal.form-bordered.form-label-stripped .form-group:nth-child(even) {
            background-color: #fcfcfc
        }
        
        .form-control::-moz-placeholder {
            color: #b3b3b3;
            opacity: 1
        }
        
        .form-control:-ms-input-placeholder {
            color: #b3b3b3
        }
        
        .form-control::-webkit-input-placeholder {
            color: #b3b3b3
        }
        
        .form-control {
            font-size: 14px;
            font-weight: 400;
            color: #333;
            background-color: #fff;
            border: 1px solid #e5e5e5;
            box-shadow: none;
            -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
        }
        
        .form-control:focus {
            border-color: #999;
            outline: 0;
            box-shadow: none
        }
        
        .form-control[disabled],
        .form-control[readonly],
        fieldset[disabled] .form-control {
            cursor: not-allowed;
            background-color: #eee
        }
        
        .form-control.form-control-solid {
            background-color: #F1F3F8;
            border-color: #F1F3F8;
            color: #A6B2BA
        }
        
        .form-control.form-control-solid:focus {
            border-color: #e3e7f1
        }
        
        .form-control.form-control-solid::-moz-placeholder {
            color: #acb7be;
            opacity: 1
        }
        
        .form-control.form-control-solid:-ms-input-placeholder {
            color: #acb7be
        }
        
        .form-control.form-control-solid::-webkit-input-placeholder {
            color: #acb7be
        }
        
        .uneditable-input {
            padding: 6px 12px;
            min-width: 206px;
            font-size: 14px;
            font-weight: 400;
            height: 34px;
            color: #333;
            background-color: #fff;
            border: 1px solid #e5e5e5;
            -webkit-box-shadow: none;
            box-shadow: none;
            -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
        }
        
        .icon-btn,
        .icon-btn:hover {
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -ms-transition: all .3s ease;
            -o-transition: all .3s ease
        }
        
        .input-mini {
            width: 45px!important
        }
        
        .input-xsmall {
            width: 80px!important
        }
        
        .input-small {
            width: 145px!important
        }
        
        .input-medium {
            width: 240px!important
        }
        
        .input-large {
            width: 320px!important
        }
        
        .input-xlarge {
            width: 420px!important
        }
        
        .input-inline {
            width: auto
        }
        
        .form-group .input-inline {
            margin-right: 5px
        }
        
        .input-sm {
            height: 28px;
            padding: 5px 10px;
            font-size: 13px
        }
        
        select.input-sm {
            height: 28px;
            line-height: 28px;
            padding: 2px 10px
        }
        
        .loading-message>span,
        .page-loading>span {
            line-height: 20px;
            vertical-align: middle
        }
        
        @media (max-width:768px) {
            .input-large {
                width: 250px!important
            }
            .input-xlarge {
                width: 300px!important
            }
        }
        
        .input-group .btn-default {
            border-color: #e5e5e5
        }
        
        .input-group .input-group-addon {
            border-color: #e5e5e5;
            background: #e5e5e5;
            min-width: 39px
        }
        
        .input-group .input-group-addon>i {
            color: #999
        }
        
        .has-success .checkbox,
        .has-success .checkbox-inline,
        .has-success .control-label,
        .has-success .form-control-feedback,
        .has-success .help-block,
        .has-success .help-inline,
        .has-success .radio,
        .has-success .radio-inline {
            color: #3c763d
        }
        
        input[type=color].spinner,
        input[type=date].spinner,
        input[type=datetime-local].spinner,
        input[type=datetime].spinner,
        input[type=email].spinner,
        input[type=month].spinner,
        input[type=number].spinner,
        input[type=password].spinner,
        input[type=search].spinner,
        input[type=tel].spinner,
        input[type=text].spinner,
        input[type=time].spinner,
        input[type=url].spinner,
        input[type=week].spinner {
            background-image: url(../../global/css/img/input-spinner.gif)!important;
            background-repeat: no-repeat;
            background-position: right 8px
        }
        
        label {
            font-weight: 400;
            font-size: 14px
        }
        
        .form-control-static {
            margin: 2px 0
        }
        
        .has-success .form-control {
            border-color: #d6e9c6;
            -webkit-box-shadow: none;
            box-shadow: none
        }
        
        .has-success .form-control:focus {
            border-color: #bbdba1;
            -webkit-box-shadow: none;
            box-shadow: none
        }
        
        .has-success .input-group-addon {
            color: #3c763d;
            border-color: #d6e9c6;
            background-color: #dff0d8
        }
        
        .has-warning .checkbox,
        .has-warning .checkbox-inline,
        .has-warning .control-label,
        .has-warning .form-control-feedback,
        .has-warning .help-block,
        .has-warning .help-inline,
        .has-warning .radio,
        .has-warning .radio-inline {
            color: #8a6d3b
        }
        
        .has-warning .form-control {
            border-color: #faebcc;
            -webkit-box-shadow: none;
            box-shadow: none
        }
        
        .has-warning .form-control:focus {
            border-color: #f5d89e;
            -webkit-box-shadow: none;
            box-shadow: none
        }
        
        .has-warning .input-group-addon {
            color: #8a6d3b;
            border-color: #faebcc;
            background-color: #fcf8e3
        }
        
        .has-error .checkbox,
        .has-error .checkbox-inline,
        .has-error .control-label,
        .has-error .form-control-feedback,
        .has-error .help-block,
        .has-error .help-inline,
        .has-error .radio,
        .has-error .radio-inline {
            color: #a94442
        }
        
        .has-error .form-control {
            border-color: #ebccd1;
            -webkit-box-shadow: none;
            box-shadow: none
        }
        
        .has-error .form-control:focus {
            border-color: #dca7b0;
            -webkit-box-shadow: none;
            box-shadow: none
        }
        
        .icon-btn,
        .icon-btn:hover,
        .icon-btn:hover>.badge {
            -webkit-box-shadow: none;
            -moz-box-shadow: none
        }
        
        .has-error .input-group-addon {
            color: #a94442;
            border-color: #ebccd1;
            background-color: #f2dede
        }
        
        .input-circle {
            border-radius: 25px!important
        }
        
        .input-circle-right {
            border-radius: 0 25px 25px 0!important
        }
        
        .input-circle-left {
            border-radius: 25px 0 0 25px!important
        }
        
        .input-circle-bottom {
            border-radius: 0 0 25px 25px!important
        }
        
        .input-circle-top {
            border-radius: 25px 25px 0 0!important
        }
        
        .icon-btn {
            height: 60px;
            min-width: 80px;
            margin: 5px 5px 0 0;
            border: 1px solid #ddd;
            padding: 12px 0 0;
            background-color: #fafafa;
            background-image: none;
            filter: none;
            color: #646464;
            text-shadow: none;
            text-align: center;
            cursor: pointer;
            position: relative;
            transition: all .3s ease
        }
        
        .loading-message,
        .page-loading {
            min-width: 125px;
            vertical-align: middle
        }
        
        .modal.draggable-modal .modal-header,
        .portlet-sortable:not(.portlet-fullscreen)>.portlet-title {
            cursor: move
        }
        
        .icon-btn:hover {
            text-decoration: none;
            border-color: #999;
            color: #444;
            text-shadow: 0 1px 0 #fff;
            transition: all .3s ease
        }
        
        .icon-btn:hover>.badge {
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -ms-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
            box-shadow: none
        }
        
        .icon-btn>div {
            margin-top: 5px;
            margin-bottom: 20px;
            color: #000;
            font-size: 12px;
            font-weight: 300
        }
        
        .icon-btn>.badge {
            position: absolute;
            font-size: 11px;
            font-weight: 300;
            top: -5px;
            right: -5px;
            padding: 3px 6px;
            color: #fff;
            text-shadow: none;
            border-width: 0;
            border-style: solid;
            -webkit-border-radius: 12px;
            -moz-border-radius: 12px;
            border-radius: 12px;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none
        }
        
        .input-group .input-icon>.form-control,
        .tabs-left.nav-tabs>li>a:focus,
        .tabs-left.nav-tabs>li>a:hover {
            -webkit-border-radius: 4px 0 0 4px;
            -moz-border-radius: 4px 0 0 4px;
            -ms-border-radius: 4px 0 0 4px;
            -o-border-radius: 4px 0 0 4px
        }
        
        .icon-btn>i {
            font-size: 18px
        }
        
        .ie8 .icon-btn:hover {
            filter: none
        }
        
        .input-icon {
            position: relative
        }
        
        .input-icon>.form-control {
            padding-left: 33px
        }
        
        .input-group .input-icon>.form-control {
            border-radius: 4px 0 0 4px
        }
        
        .input-icon>i {
            color: #ccc;
            position: absolute;
            margin: 11px 2px 4px 10px;
            z-index: 3;
            width: 16px;
            height: 16px;
            font-size: 16px;
            text-align: center
        }
        
        .modal .input-icon>i {
            z-index: 10055
        }
        
        .has-success .input-icon>i {
            color: #45B6AF
        }
        
        .has-warning .input-icon>i {
            color: #dfba49
        }
        
        .has-info .input-icon>i {
            color: #89C4F4
        }
        
        .has-error .input-icon>i {
            color: #F3565D
        }
        
        .input-icon.right>.form-control {
            padding-right: 33px;
            padding-left: 12px
        }
        
        .input-group .input-icon.right>.form-control {
            -webkit-border-radius: 0 4px 4px 0;
            -moz-border-radius: 0 4px 4px 0;
            -ms-border-radius: 0 4px 4px 0;
            -o-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0
        }
        
        .input-icon.right>i {
            right: 8px;
            float: right
        }
        
        .input-icon.input-icon-lg>i {
            margin-top: 16px
        }
        
        .input-icon.input-icon-sm>i {
            margin-top: 8px;
            font-size: 13px
        }
        
        .label {
            text-shadow: none!important;
            font-size: 13px;
            font-weight: 300;
            padding: 3px 6px;
            color: #fff;
            font-family: "Open Sans", sans-serif
        }
        
        .label.label-sm {
            font-size: 12px;
            padding: 0 4px 1px
        }
        
        h1 .label,
        h2 .label,
        h3 .label,
        h4 .label,
        h5 .label,
        h6 .label {
            font-size: 75%
        }
        
        .label-default[href]:focus,
        .label-default[href]:hover {
            background-color: #adadad
        }
        
        .label-primary {
            background-color: #428bca
        }
        
        .label-primary[href]:focus,
        .label-primary[href]:hover {
            background-color: #3071a9
        }
        
        .label-success {
            background-color: #45B6AF
        }
        
        .label-success[href]:focus,
        .label-success[href]:hover {
            background-color: #37918b
        }
        
        .label-info {
            background-color: #89C4F4
        }
        
        .label-info[href]:focus,
        .label-info[href]:hover {
            background-color: #5aadf0
        }
        
        .label-warning {
            background-color: #dfba49
        }
        
        .label-warning[href]:focus,
        .label-warning[href]:hover {
            background-color: #d0a625
        }
        
        .label-danger {
            background-color: #F3565D
        }
        
        .label-danger[href]:focus,
        .label-danger[href]:hover {
            background-color: #f0262f
        }
        
        .label.label-icon {
            padding: 4px 0 4px 4px;
            margin-right: 2px;
            text-align: center!important
        }
        
        .label.label-icon>i {
            font-size: 12px;
            text-align: center!important
        }
        
        .note p,
        .page-loading,
        .panel .panel-body {
            font-size: 13px
        }
        
        .ie8 .label.label-icon,
        .ie9 .label.label-icon {
            padding: 3px 0 3px 3px
        }
        
        .text-default {
            color: #c6c6c6
        }
        
        .text-primary {
            color: #428bca
        }
        
        .text-success {
            color: #45B6AF
        }
        
        .text-info {
            color: #89C4F4
        }
        
        .text-warning {
            color: #dfba49
        }
        
        .text-danger {
            color: #F3565D
        }
        
        .list-group .list-group-item-success {
            color: #3c763d;
            background-color: #dff0d8
        }
        
        .list-group a.list-group-item-success {
            color: #3c763d
        }
        
        .list-group a.list-group-item-success .list-group-item-heading {
            color: inherit
        }
        
        .list-group a.list-group-item-success:focus,
        .list-group a.list-group-item-success:hover {
            color: #3c763d;
            background-color: #d0e9c6
        }
        
        .list-group a.list-group-item-success.active,
        .list-group a.list-group-item-success.active:focus,
        .list-group a.list-group-item-success.active:hover {
            color: #fff;
            background-color: #3c763d;
            border-color: #3c763d
        }
        
        .list-group .list-group-item-info {
            color: #31708f;
            background-color: #d9edf7
        }
        
        .list-group a.list-group-item-info {
            color: #31708f
        }
        
        .list-group a.list-group-item-info .list-group-item-heading {
            color: inherit
        }
        
        .list-group a.list-group-item-info:focus,
        .list-group a.list-group-item-info:hover {
            color: #31708f;
            background-color: #c4e3f3
        }
        
        .list-group a.list-group-item-info.active,
        .list-group a.list-group-item-info.active:focus,
        .list-group a.list-group-item-info.active:hover {
            color: #fff;
            background-color: #31708f;
            border-color: #31708f
        }
        
        .list-group .list-group-item-warning {
            color: #8a6d3b;
            background-color: #fcf8e3
        }
        
        .list-group a.list-group-item-warning {
            color: #8a6d3b
        }
        
        .list-group a.list-group-item-warning .list-group-item-heading {
            color: inherit
        }
        
        .list-group a.list-group-item-warning:focus,
        .list-group a.list-group-item-warning:hover {
            color: #8a6d3b;
            background-color: #faf2cc
        }
        
        .list-group a.list-group-item-warning.active,
        .list-group a.list-group-item-warning.active:focus,
        .list-group a.list-group-item-warning.active:hover {
            color: #fff;
            background-color: #8a6d3b;
            border-color: #8a6d3b
        }
        
        .list-group .list-group-item-danger {
            color: #a94442;
            background-color: #f2dede
        }
        
        .list-group a.list-group-item-danger {
            color: #a94442
        }
        
        .list-group a.list-group-item-danger .list-group-item-heading {
            color: inherit
        }
        
        .list-group a.list-group-item-danger:focus,
        .list-group a.list-group-item-danger:hover {
            color: #a94442;
            background-color: #ebcccc
        }
        
        .list-group a.list-group-item-danger.active,
        .list-group a.list-group-item-danger.active:focus,
        .list-group a.list-group-item-danger.active:hover {
            color: #fff;
            background-color: #a94442;
            border-color: #a94442
        }
        
        .loading-message {
            padding: 10px;
            margin: 0 auto;
            color: #000!important;
            font-size: 13px;
            font-weight: 400;
            text-align: center;
            z-index: 99999!important
        }
        
        .loading-message.loading-message-boxed {
            border: 1px solid #ddd;
            background-color: #eee;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px;
            -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .1);
            -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, .1);
            box-shadow: 0 1px 8px rgba(0, 0, 0, .1)
        }
        
        .page-loading {
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px;
            position: fixed;
            top: 50%;
            left: 50%;
            margin-left: -60px;
            margin-top: -30px;
            padding: 7px;
            text-align: center;
            color: #333;
            border: 1px solid #ddd;
            background-color: #eee;
            -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .1);
            -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, .1);
            box-shadow: 0 1px 8px rgba(0, 0, 0, .1)
        }
        
        .md-editor.active,
        .panel,
        .well {
            -moz-box-shadow: none!important
        }
        
        .block-spinner-bar>div,
        .page-spinner-bar>div {
            background: #eee;
            border-radius: 100%!important
        }
        
        .page-spinner-bar {
            position: fixed;
            z-index: 10051;
            width: 100px;
            top: 40%;
            left: 50%;
            margin-left: -55px;
            text-align: center
        }
        
        .page-spinner-bar>div {
            margin: 0 5px;
            width: 18px;
            height: 18px;
            -webkit-animation: bounceDelay 1.4s infinite ease-in-out;
            animation: bounceDelay 1.4s infinite ease-in-out;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both
        }
        
        .page-spinner-bar .bounce1 {
            -webkit-animation-delay: -.32s;
            animation-delay: -.32s
        }
        
        .page-spinner-bar .bounce2 {
            -webkit-animation-delay: -.16s;
            animation-delay: -.16s
        }
        
        .block-spinner-bar {
            width: 80px;
            text-align: center
        }
        
        .block-spinner-bar>div {
            margin: 0 2px;
            width: 15px;
            height: 15px;
            -webkit-animation: bounceDelay 1.4s infinite ease-in-out;
            animation: bounceDelay 1.4s infinite ease-in-out;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both
        }
        
        [class^=m-icon-],
        [class^=m-icon-big-] {
            display: inline-block;
            background-image: url(../../global/css/img/syncfusion-icons.png);
            background-position: 0 0;
            background-repeat: no-repeat
        }
        
        .block-spinner-bar .bounce1 {
            -webkit-animation-delay: -.32s;
            animation-delay: -.32s
        }
        
        .block-spinner-bar .bounce2 {
            -webkit-animation-delay: -.16s;
            animation-delay: -.16s
        }
        
        [class^=m-icon-] {
            width: 14px;
            height: 14px;
            margin-top: 3px;
            line-height: 14px;
            vertical-align: top
        }
        
        [class^=m-icon-big-] {
            width: 30px;
            height: 30px;
            margin: 6px;
            vertical-align: middle
        }
        
        .btn.m-icon-big {
            padding: 9px 16px 8px
        }
        
        .btn.m-icon-big.m-icon-only {
            padding: 9px 8px 8px 0
        }
        
        .btn.m-icon-big [class^=m-icon-big-] {
            margin: 0 0 0 10px
        }
        
        .btn.m-icon-ony>i {
            margin-left: 0
        }
        
        .btn.m-icon {
            padding: 7px 14px
        }
        
        .btn.m-icon [class^=m-icon-] {
            margin: 4px 0 0 5px
        }
        
        .btn.m-icon.m-icon-only {
            padding: 7px 10px 7px 6px
        }
        
        .m-icon-white {
            background-image: url(../../global/css/img/syncfusion-icons-white.png)
        }
        
        .m-icon-swapright {
            background-position: -27px -10px
        }
        
        .m-icon-swapdown {
            background-position: -68px -10px
        }
        
        .m-icon-swapleft {
            background-position: -8px -10px
        }
        
        .m-icon-swapup {
            background-position: -46px -10px
        }
        
        .m-icon-big-swapright {
            background-position: -42px -28px
        }
        
        .m-icon-big-swapdown {
            background-position: -115px -28px
        }
        
        .m-icon-big-swapleft {
            background-position: -6px -28px
        }
        
        .m-icon-big-swapup {
            background-position: -78px -28px
        }
        
        .modal {
            z-index: 10050;
            outline: 0
        }
        
        .modal .modal-header {
            border-bottom: 1px solid #EFEFEF
        }
        
        .modal .modal-header h3 {
            font-weight: 300
        }
        
        .modal .modal-header .close {
            margin-top: 0!important
        }
        
        .modal .modal-dialog {
            z-index: 10051
        }
        
        .modal>.loading {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-top: -22px;
            margin-left: -22px
        }
        
        .modal.in .page-loading {
            display: none
        }
        
        .modal-open-noscroll {
            overflow-y: hidden!important
        }
        
        .modal-backdrop {
            border: 0;
            outline: 0;
            z-index: 10049
        }
        
        .note,
        .tabs-right.nav-tabs>li>a:focus,
        .tabs-right.nav-tabs>li>a:hover {
            -webkit-border-radius: 0 4px 4px 0;
            -moz-border-radius: 0 4px 4px 0;
            -ms-border-radius: 0 4px 4px 0;
            -o-border-radius: 0 4px 4px 0
        }
        
        .modal-backdrop,
        .modal-backdrop.fade.in {
            background-color: #333!important
        }
        
        .modal-full.modal-dialog {
            width: 99%
        }
        
        @media (max-width:768px) {
            .modal-full.modal-dialog {
                width: auto
            }
        }
        
        .note {
            margin: 0 0 20px;
            padding: 15px 30px 15px 15px;
            border-left: 5px solid #eee;
            border-radius: 0 4px 4px 0
        }
        
        .note h1,
        .note h2,
        .note h3,
        .note h4,
        .note h5,
        .note h6 {
            margin-top: 0
        }
        
        .note h1 .close,
        .note h2 .close,
        .note h3 .close,
        .note h4 .close,
        .note h5 .close,
        .note h6 .close {
            margin-right: -10px
        }
        
        .note p:last-child {
            margin-bottom: 0
        }
        
        .note .highlight,
        .note code {
            background-color: #fff
        }
        
        .note.note-default {
            background-color: #d3d3d3;
            border-color: #a0a0a0;
            color: #333
        }
        
        .note.note-default.note-bordered {
            background-color: #c9c9c9;
            border-color: #a5a5a5
        }
        
        .note.note-primary {
            background-color: #5697d0;
            border-color: #2a7696;
            color: #D8E3F2
        }
        
        .note.note-primary.note-bordered {
            background-color: #468dcb;
            border-color: #2c7c9e
        }
        
        .note.note-success {
            background-color: #eef7ea;
            border-color: #bbdba1;
            color: #3c763d
        }
        
        .note.note-success.note-bordered {
            background-color: #e2f1dc;
            border-color: #c1dea8
        }
        
        .note.note-info {
            background-color: #eef7fb;
            border-color: #91d9e8;
            color: #31708f
        }
        
        .note.note-info.note-bordered {
            background-color: #ddeff8;
            border-color: #9adcea
        }
        
        .note.note-warning {
            background-color: #fcf8e3;
            border-color: #f2cf87;
            color: #8a6d3b
        }
        
        .note.note-warning.note-bordered {
            background-color: #faf3d1;
            border-color: #f3d390
        }
        
        .note.note-danger {
            background-color: #f9f0f0;
            border-color: #dca7b0;
            color: #a94442
        }
        
        .note.note-danger.note-bordered {
            background-color: #f3e2e2;
            border-color: #dfaeb7
        }
        
        .pagination {
            margin: 10px 0
        }
        
        .pagination.pagination-circle>li:first-child>a {
            border-radius: 25px 0 0 25px!important
        }
        
        .pagination.pagination-circle>li:last-child>a {
            border-radius: 0 25px 25px 0!important
        }
        
        .dashboard-stat,
        .portlet {
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px
        }
        
        .pagination .active>a,
        .pagination .active>a:hover {
            background: #eee;
            border-color: #ddd;
            color: #333
        }
        
        .panel {
            -webkit-box-shadow: none!important;
            box-shadow: none!important
        }
        
        .panel-group .panel {
            overflow: visible
        }
        
        .panel .panel-title>a:hover {
            text-decoration: none
        }
        
        .accordion .panel .panel-heading,
        .accordion .panel .panel-title {
            padding: 0
        }
        
        .accordion .panel .panel-title .accordion-toggle {
            display: block;
            padding: 10px 15px
        }
        
        .popover,
        .portlet {
            padding: 0
        }
        
        .accordion .panel .panel-title .accordion-toggle.accordion-toggle-styled {
            background: url(../../global/css/img/accordion-plusminus.png) right -19px no-repeat;
            margin-right: 15px
        }
        
        .accordion .panel .panel-title .accordion-toggle.accordion-toggle-styled.collapsed {
            background-position: right 12px
        }
        
        .panel-default {
            border-color: #e0e0e0
        }
        
        .panel-default>.panel-heading {
            color: #333;
            background-color: #f9f9f9;
            border-color: #e0e0e0
        }
        
        .panel-default>.panel-heading+.panel-collapse .panel-body {
            border-top-color: #e0e0e0
        }
        
        .panel-default>.panel-footer+.panel-collapse .panel-body {
            border-bottom-color: #e0e0e0
        }
        
        .panel-primary {
            border-color: #3595bd
        }
        
        .panel-primary>.panel-heading {
            color: #D8E3F2;
            background-color: #428bca;
            border-color: #3595bd
        }
        
        .panel-primary>.panel-heading+.panel-collapse .panel-body {
            border-top-color: #3595bd
        }
        
        .panel-primary>.panel-footer+.panel-collapse .panel-body {
            border-bottom-color: #3595bd
        }
        
        .panel-success {
            border-color: #d6e9c6
        }
        
        .panel-success>.panel-heading {
            color: #3c763d;
            background-color: #dff0d8;
            border-color: #d6e9c6
        }
        
        .panel-success>.panel-heading+.panel-collapse .panel-body {
            border-top-color: #d6e9c6
        }
        
        .panel-success>.panel-footer+.panel-collapse .panel-body {
            border-bottom-color: #d6e9c6
        }
        
        .panel-info {
            border-color: #bce8f1
        }
        
        .panel-info>.panel-heading {
            color: #31708f;
            background-color: #d9edf7;
            border-color: #bce8f1
        }
        
        .panel-info>.panel-heading+.panel-collapse .panel-body {
            border-top-color: #bce8f1
        }
        
        .panel-info>.panel-footer+.panel-collapse .panel-body {
            border-bottom-color: #bce8f1
        }
        
        .panel-warning {
            border-color: #faebcc
        }
        
        .panel-warning>.panel-heading {
            color: #8a6d3b;
            background-color: #fcf8e3;
            border-color: #faebcc
        }
        
        .panel-warning>.panel-heading+.panel-collapse .panel-body {
            border-top-color: #faebcc
        }
        
        .panel-warning>.panel-footer+.panel-collapse .panel-body {
            border-bottom-color: #faebcc
        }
        
        .panel-danger {
            border-color: #ebccd1
        }
        
        .panel-danger>.panel-heading {
            color: #a94442;
            background-color: #f2dede;
            border-color: #ebccd1
        }
        
        .panel-danger>.panel-heading+.panel-collapse .panel-body {
            border-top-color: #ebccd1
        }
        
        .panel-danger>.panel-footer+.panel-collapse .panel-body {
            border-bottom-color: #ebccd1
        }
        
        .accordion-heading {
            background: #eee
        }
        
        .accordion-heading a,
        .accordion-heading a:hover {
            text-decoration: none
        }
        
        .popover .popover-title {
            margin: 0!important
        }
        
        .popover.name .popover-content,
        .popover.name .popover-title,
        name .popover .popover-content {
            color: #F3565D
        }
        
        .popovers.yellow+.popover,
        .popovers.yellow+.popover .popover-content,
        .popovers.yellow+.popover .popover-title {
            background: #ff0
        }
        
        .page-portlet-fullscreen {
            overflow: hidden
        }
        
        .portlet {
            margin-top: 0;
            margin-bottom: 25px;
            border-radius: 4px
        }
        
        .portlet.portlet-fullscreen {
            z-index: 10060;
            margin: 0;
            position: fixed;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            width: 100%;
            height: calc(100% - 23px)!important;
            background: #fff
        }
        
        .portlet.portlet-fullscreen>.portlet-body {
            overflow-y: auto;
            overflow-x: hidden;
            padding: 0 10px
        }
        
        .portlet.portlet-fullscreen>.portlet-title {
            padding: 0 10px
        }
        
        .portlet>.portlet-title {
            border-bottom: 1px solid #eee;
            padding: 0;
            margin-bottom: 10px;
            min-height: 41px;
            -webkit-border-radius: 4px 4px 0 0;
            -moz-border-radius: 4px 4px 0 0;
            -ms-border-radius: 4px 4px 0 0;
            -o-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0
        }
        
        .portlet>.portlet-title:after,
        .portlet>.portlet-title:before {
            content: " ";
            display: table
        }
        
        .portlet>.portlet-title>.caption {
            float: left;
            display: inline-block;
            font-size: 18px;
            line-height: 18px;
            font-weight: 300;
            padding: 10px 0
        }
        
        .portlet>.portlet-title>.caption.bold {
            font-weight: 400
        }
        
        .portlet>.portlet-title>.caption>i {
            float: left;
            margin-top: 4px;
            display: inline-block;
            font-size: 13px;
            margin-right: 5px;
            color: #666
        }
        
        .portlet>.portlet-title>.caption>i.glyphicon {
            margin-top: 2px
        }
        
        .portlet>.portlet-title>.caption>.caption-helper {
            padding: 0;
            margin: 0;
            line-height: 13px;
            color: #9eacb4;
            font-size: 13px;
            font-weight: 400
        }
        
        .portlet>.portlet-title>.actions {
            float: right;
            display: inline-block;
            padding: 6px 0
        }
        
        .portlet>.portlet-title>.actions>.dropdown-menu i {
            color: #555
        }
        
        .portlet>.portlet-title>.actions>.btn,
        .portlet>.portlet-title>.actions>.btn-group>.btn,
        .portlet>.portlet-title>.actions>.btn-group>.btn.btn-sm,
        .portlet>.portlet-title>.actions>.btn.btn-sm {
            padding: 4px 10px;
            font-size: 13px;
            line-height: 1.5
        }
        
        .portlet>.portlet-title>.actions>.btn-group>.btn.btn-default,
        .portlet>.portlet-title>.actions>.btn-group>.btn.btn-sm.btn-default,
        .portlet>.portlet-title>.actions>.btn.btn-default,
        .portlet>.portlet-title>.actions>.btn.btn-sm.btn-default {
            padding: 3px 9px
        }
        
        .portlet>.portlet-title>.actions>.btn-group>.btn.btn-sm>i,
        .portlet>.portlet-title>.actions>.btn-group>.btn>i,
        .portlet>.portlet-title>.actions>.btn.btn-sm>i,
        .portlet>.portlet-title>.actions>.btn>i {
            font-size: 13px
        }
        
        .portlet>.portlet-title>.actions .btn-icon-only {
            padding: 5px 7px 3px
        }
        
        .portlet>.portlet-title>.actions .btn-icon-only.btn-default {
            padding: 4px 6px 2px
        }
        
        .portlet>.portlet-title>.actions .btn-icon-only.btn-default>i {
            font-size: 14px
        }
        
        .portlet>.portlet-title>.actions .btn-icon-only.btn-default.fullscreen {
            font-family: FontAwesome;
            color: #a0a0a0;
            padding-top: 3px
        }
        
        .portlet>.portlet-title>.actions .btn-icon-only.btn-default.fullscreen.btn-sm {
            padding: 3px!important;
            height: 27px;
            width: 27px
        }
        
        .portlet>.portlet-title>.actions .btn-icon-only.btn-default.fullscreen:before {
            content: "\f065"
        }
        
        .portlet>.portlet-title>.actions .btn-icon-only.btn-default.fullscreen.on:before {
            content: "\f066"
        }
        
        .portlet>.portlet-title>.tools {
            float: right;
            display: inline-block;
            padding: 12px 0 8px
        }
        
        .portlet>.portlet-title>.tools>a {
            display: inline-block;
            height: 16px;
            margin-left: 5px;
            opacity: 1;
            filter: alpha(opacity=100)
        }
        
        .portlet>.portlet-title>.tools>a.remove {
            background-image: url(../../global/css/img/portlet-remove-icon.png);
            background-repeat: no-repeat;
            width: 11px
        }
        
        .portlet>.portlet-title>.tools>a.config {
            background-image: url(../../global/css/img/portlet-config-icon.png);
            background-repeat: no-repeat;
            width: 12px
        }
        
        .portlet>.portlet-title>.tools>a.reload {
            background-image: url(../../global/css/img/portlet-reload-icon.png);
            width: 13px
        }
        
        .portlet>.portlet-title>.tools>a.expand {
            background-image: url(../../global/css/img/portlet-expand-icon.png);
            width: 14px;
            visibility: visible
        }
        
        .portlet>.portlet-title>.tools>a.collapse {
            background-image: url(../../global/css/img/portlet-collapse-icon.png);
            width: 14px;
            visibility: visible
        }
        
        .portlet>.portlet-title>.tools>a.fullscreen {
            display: inline-block;
            top: -3px;
            position: relative;
            font-size: 13px;
            font-family: FontAwesome;
            color: #ACACAC
        }
        
        .portlet>.portlet-title>.tools>a.fullscreen:before {
            content: "\f065"
        }
        
        .portlet>.portlet-title>.tools>a.fullscreen.on:before {
            content: "\f066"
        }
        
        .portlet>.portlet-title>.tools>a:hover {
            text-decoration: none;
            -webkit-transition: all .1s ease-in-out;
            -moz-transition: all .1s ease-in-out;
            -o-transition: all .1s ease-in-out;
            -ms-transition: all .1s ease-in-out;
            transition: all .1s ease-in-out;
            opacity: .8;
            filter: alpha(opacity=80)
        }
        
        .portlet>.portlet-title>.pagination {
            float: right;
            display: inline-block;
            margin: 2px 0 0;
            border: 0;
            padding: 4px 0
        }
        
        .portlet>.portlet-title>.nav-tabs {
            background: 0 0;
            margin: 0;
            float: right;
            display: inline-block;
            border: 0
        }
        
        .portlet>.portlet-title>.nav-tabs>li {
            background: 0 0;
            margin: 0;
            border: 0
        }
        
        .portlet>.portlet-title>.nav-tabs>li>a {
            background: 0 0;
            margin: 5px 0 0 1px;
            border: 0;
            padding: 8px 10px;
            color: #fff
        }
        
        .portlet>.portlet-title>.nav-tabs>li.active>a,
        .portlet>.portlet-title>.nav-tabs>li:hover>a {
            color: #333;
            background: #fff;
            border: 0
        }
        
        .portlet>.portlet-body {
            -webkit-border-radius: 0 0 4px 4px;
            -moz-border-radius: 0 0 4px 4px;
            -ms-border-radius: 0 0 4px 4px;
            -o-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px
        }
        
        .portlet>.portlet-empty {
            min-height: 125px
        }
        
        .portlet.full-height-content {
            margin-bottom: 0
        }
        
        .portlet.bordered {
            border-left: 2px solid #e6e9ec!important
        }
        
        .portlet.bordered>.portlet-title {
            border-bottom: 0
        }
        
        .portlet.solid {
            padding: 0 10px 10px;
            border: 0
        }
        
        .portlet.solid>.portlet-title {
            border-bottom: 0;
            margin-bottom: 10px
        }
        
        .portlet.solid>.portlet-title>.caption {
            padding: 16px 0 2px
        }
        
        .portlet.solid>.portlet-title>.actions {
            padding: 12px 0 6px
        }
        
        .portlet.solid>.portlet-title>.tools {
            padding: 14px 0 6px
        }
        
        .portlet.solid.bordered>.portlet-title {
            margin-bottom: 10px
        }
        
        .portlet.box {
            padding: 0!important
        }
        
        .portlet.box>.portlet-title {
            border-bottom: 0;
            padding: 0 10px;
            margin-bottom: 0;
            color: #fff
        }
        
        .portlet.box>.portlet-title>.caption {
            padding: 11px 0 9px
        }
        
        .portlet.box>.portlet-title>.tools>a.remove {
            background-image: url(../../global/css/img/portlet-remove-icon-white.png)
        }
        
        .portlet.box>.portlet-title>.tools>a.config {
            background-image: url(../../global/css/img/portlet-config-icon-white.png)
        }
        
        .portlet.box>.portlet-title>.tools>a.reload {
            background-image: url(../../global/css/img/portlet-reload-icon-white.png)
        }
        
        .portlet.box>.portlet-title>.tools>a.expand {
            background-image: url(../../global/css/img/portlet-expand-icon-white.png)
        }
        
        .portlet.box>.portlet-title>.tools>a.collapse {
            background-image: url(../../global/css/img/portlet-collapse-icon-white.png)
        }
        
        .portlet.box>.portlet-title>.tools>a.fullscreen {
            color: #fdfdfd
        }
        
        .portlet.box>.portlet-title>.actions {
            padding: 7px 0 5px
        }
        
        .portlet.box>.portlet-body {
            background-color: #fff;
            padding: 10px
        }
        
        .portlet.box.portlet-fullscreen>.portlet-body {
            padding: 10px
        }
        
        .portlet.light {
            padding: 12px 20px 15px;
            background-color: #fff
        }
        
        .portlet.light.bordered {
            border: 1px solid #e1e1e1
        }
        
        .portlet.light.bordered>.portlet-title {
            border-bottom: 1px solid #eee
        }
        
        .portlet.light.bg-inverse {
            background: #F7F7F7
        }
        
        .portlet.light>.portlet-title {
            padding: 0;
            min-height: 48px
        }
        
        .portlet.light>.portlet-title>.caption {
            color: #666;
            padding: 10px 0
        }
        
        .portlet.light>.portlet-title>.caption>.caption-subject {
            font-size: 16px
        }
        
        .portlet.light>.portlet-title>.caption>i {
            color: #777;
            font-size: 15px;
            font-weight: 300;
            margin-top: 3px
        }
        
        .portlet.light>.portlet-title>.caption.caption-md>.caption-subject {
            font-size: 15px
        }
        
        .portlet.light>.portlet-title>.caption.caption-md>i {
            font-size: 14px
        }
        
        .portlet.light>.portlet-title>.actions {
            padding: 6px 0 14px
        }
        
        .portlet.light>.portlet-title>.actions .btn-default {
            color: #666
        }
        
        .portlet.light>.portlet-title>.actions .btn-icon-only {
            height: 27px;
            width: 27px
        }
        
        .portlet.light>.portlet-title>.actions .dropdown-menu li>a {
            color: #555
        }
        
        .portlet.light>.portlet-title>.inputs {
            float: right;
            display: inline-block;
            padding: 4px 0
        }
        
        .portlet.light>.portlet-title>.inputs>.portlet-input .input-icon>i {
            font-size: 14px;
            margin-top: 9px
        }
        
        .portlet.light>.portlet-title>.inputs>.portlet-input .input-icon>.form-control {
            height: 30px;
            padding: 2px 26px 3px 10px;
            font-size: 13px
        }
        
        .portlet.light>.portlet-title>.inputs>.portlet-input>.form-control {
            height: 30px;
            padding: 3px 10px;
            font-size: 13px
        }
        
        .portlet.light>.portlet-title>.pagination {
            padding: 2px 0 13px
        }
        
        .portlet.light>.portlet-title>.tools {
            padding: 10px 0 13px;
            margin-top: 2px
        }
        
        .portlet.light>.portlet-title>.nav-tabs>li {
            margin: 0;
            padding: 0
        }
        
        .portlet.light>.portlet-title>.nav-tabs>li>a {
            margin: 0;
            padding: 12px 13px 13px;
            font-size: 13px;
            color: #666
        }
        
        .portlet.light>.portlet-title>.nav-tabs>li.active>a,
        .portlet.light>.portlet-title>.nav-tabs>li:hover>a {
            margin: 0;
            background: 0 0;
            color: #333
        }
        
        .progress,
        .progress-striped .progress>.progress-bar-danger,
        .progress-striped .progress>.progress-bar-default,
        .progress-striped .progress>.progress-bar-info,
        .progress-striped .progress>.progress-bar-success,
        .progress-striped .progress>.progress-bar-warning {
            background-image: none
        }
        
        .portlet.light.form-fit {
            padding: 0
        }
        
        .portlet.light.form-fit>.portlet-title {
            padding: 17px 20px 10px;
            margin-bottom: 0
        }
        
        .portlet.light .portlet-body {
            padding-top: 8px
        }
        
        .portlet.light.portlet-fullscreen>.portlet-body {
            padding: 8px 0
        }
        
        .tab-pane>p:last-child {
            margin-bottom: 0
        }
        
        .tabs-reversed>li {
            float: right;
            margin-right: 0
        }
        
        .tabs-reversed>li>a {
            margin-right: 0
        }
        
        .portlet-sortable-placeholder {
            border: 2px dashed #eee;
            margin-bottom: 25px
        }
        
        .portlet-sortable-empty {
            height: 45px
        }
        
        .progress {
            border: 0;
            filter: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none
        }
        
        .md-editor.active,
        .well {
            -webkit-box-shadow: none!important
        }
        
        .progress.progress-sm {
            height: 12px
        }
        
        .progress>.progress-bar-default {
            background-color: #c6c6c6
        }
        
        .progress>.progress-bar-success {
            background-color: #45B6AF
        }
        
        .progress>.progress-bar-info {
            background-color: #89C4F4
        }
        
        .progress>.progress-bar-danger {
            background-color: #F3565D
        }
        
        .progress>.progress-bar-warning {
            background-color: #dfba49
        }
        
        .dashboard-stat {
            display: block;
            margin-bottom: 25px;
            overflow: hidden;
            border-radius: 4px
        }
        
        .dashboard-stat:after,
        .dashboard-stat:before {
            content: " ";
            display: table
        }
        
        .portlet .dashboard-stat:last-child {
            margin-bottom: 0
        }
        
        .dashboard-stat .visual {
            width: 80px;
            height: 80px;
            display: block;
            float: left;
            padding-top: 10px;
            padding-left: 15px;
            margin-bottom: 15px;
            font-size: 35px;
            line-height: 35px
        }
        
        .dashboard-stat .visual>i {
            margin-left: -35px;
            font-size: 110px;
            line-height: 110px
        }
        
        .dashboard-stat .details {
            position: absolute;
            right: 15px;
            padding-right: 15px
        }
        
        .dashboard-stat .details .number {
            padding-top: 25px;
            text-align: right;
            font-size: 34px;
            line-height: 36px;
            letter-spacing: -1px;
            margin-bottom: 0;
            font-weight: 300
        }
        
        .dashboard-stat .details .desc {
            text-align: right;
            font-size: 16px;
            letter-spacing: 0;
            font-weight: 300
        }
        
        .dashboard-stat .more {
            display: block;
            padding: 6px 10px;
            position: relative;
            text-transform: uppercase;
            font-weight: 300;
            font-size: 11px;
            opacity: .7;
            filter: alpha(opacity=70)
        }
        
        .dashboard-stat .more:hover {
            text-decoration: none;
            opacity: .9;
            filter: alpha(opacity=90)
        }
        
        .dashboard-stat .more>i {
            display: inline-block;
            margin-top: 1px;
            float: right
        }
        
        .dashboard-stat-light {
            padding-bottom: 20px;
            margin-bottom: 20px
        }
        
        .dashboard-stat-light .details {
            margin-bottom: 5px
        }
        
        .dashboard-stat-light .details .number {
            font-weight: 300;
            margin-bottom: 0
        }
        
        .dashboard-stat2,
        .dashboard-stat2 .display {
            margin-bottom: 20px
        }
        
        .dashboard-stat2 {
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px;
            background: #fff;
            padding: 15px 15px 30px
        }
        
        .dashboard-stat2 .display:after,
        .dashboard-stat2 .display:before {
            content: " ";
            display: table
        }
        
        .dashboard-stat2 .display .number {
            float: left;
            display: inline-block
        }
        
        .dashboard-stat2 .display .number h3 {
            margin: 0 0 2px;
            padding: 0;
            font-size: 30px;
            font-weight: 400
        }
        
        .dashboard-stat2 .display .number h3>small {
            font-size: 23px
        }
        
        .dashboard-stat2 .display .number small {
            font-size: 14px;
            color: #AAB5BC;
            font-weight: 600;
            text-transform: uppercase
        }
        
        .dashboard-stat2 .display .icon {
            display: inline-block;
            float: right;
            padding: 7px 0 0
        }
        
        .dashboard-stat2 .display .icon>i {
            color: #cbd4e0;
            font-size: 26px
        }
        
        .dashboard-stat2 .progress-info .progress {
            margin: 0;
            height: 4px;
            display: block
        }
        
        .dashboard-stat2 .progress-info .status {
            margin-top: 5px;
            font-size: 11px;
            color: #AAB5BC;
            font-weight: 600;
            text-transform: uppercase
        }
        
        .dashboard-stat2 .progress-info .status .status-title {
            float: left;
            display: inline-block
        }
        
        .dashboard-stat2 .progress-info .status .status-number {
            float: right;
            display: inline-block
        }
        
        .text-stat h3 {
            margin-top: 5px;
            margin-bottom: 0;
            font-size: 18px
        }
        
        .text-stat span {
            font-size: 13px!important
        }
        
        @media (max-width:767px) {
            .text-stat {
                margin-top: 20px
            }
        }
        
        .social-icons {
            padding: 0;
            margin: 0
        }
        
        .social-icons:after,
        .social-icons:before {
            content: " ";
            display: table
        }
        
        .social-icons li {
            float: left;
            display: inline;
            list-style: none;
            margin-right: 5px;
            margin-bottom: 5px;
            text-indent: -9999px
        }
        
        .social-icons li>a {
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -ms-border-radius: 2px;
            -o-border-radius: 2px;
            border-radius: 2px;
            width: 28px;
            height: 28px;
            display: block;
            background-position: 0 0;
            background-repeat: no-repeat;
            transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out
        }
        
        .social-icons li:hover>a {
            background-position: 0 -38px
        }
        
        .social-icons li .amazon {
            background: url(../../global/css/img/social/amazon.png) no-repeat
        }
        
        .social-icons li .behance {
            background: url(../../global/css/img/social/behance.png) no-repeat
        }
        
        .social-icons li .blogger {
            background: url(../../global/css/img/social/blogger.png) no-repeat
        }
        
        .social-icons li .deviantart {
            background: url(../../global/css/img/social/deviantart.png) no-repeat
        }
        
        .social-icons li .dribbble {
            background: url(../../global/css/img/social/dribbble.png) no-repeat
        }
        
        .social-icons li .dropbox {
            background: url(../../global/css/img/social/dropbox.png) no-repeat
        }
        
        .social-icons li .evernote {
            background: url(../../global/css/img/social/evernote.png) no-repeat
        }
        
        .social-icons li .facebook {
            background: url(../../global/css/img/social/facebook.png) no-repeat
        }
        
        .social-icons li .forrst {
            background: url(../../global/css/img/social/forrst.png) no-repeat
        }
        
        .social-icons li .github {
            background: url(../../global/css/img/social/github.png) no-repeat
        }
        
        .social-icons li .googleplus {
            background: url(../../global/css/img/social/googleplus.png) no-repeat
        }
        
        .social-icons li .jolicloud {
            background: url(../../global/css/img/social/jolicloud.png) no-repeat
        }
        
        .social-icons li .last-fm {
            background: url(../../global/css/img/social/last-fm.png) no-repeat
        }
        
        .social-icons li .linkedin {
            background: url(../../global/css/img/social/linkedin.png) no-repeat
        }
        
        .social-icons li .picasa {
            background: url(../../global/css/img/social/picasa.png) no-repeat
        }
        
        .social-icons li .pintrest {
            background: url(../../global/css/img/social/pintrest.png) no-repeat
        }
        
        .social-icons li .rss {
            background: url(../../global/css/img/social/rss.png) no-repeat
        }
        
        .social-icons li .skype {
            background: url(../../global/css/img/social/skype.png) no-repeat
        }
        
        .social-icons li .spotify {
            background: url(../../global/css/img/social/spotify.png) no-repeat
        }
        
        .social-icons li .stumbleupon {
            background: url(../../global/css/img/social/stumbleupon.png) no-repeat
        }
        
        .social-icons li .tumblr {
            background: url(../../global/css/img/social/tumblr.png) no-repeat
        }
        
        .social-icons li .twitter {
            background: url(../../global/css/img/social/twitter.png) no-repeat
        }
        
        .social-icons li .vimeo {
            background: url(../../global/css/img/social/vimeo.png) no-repeat
        }
        
        .social-icons li .wordpress {
            background: url(../../global/css/img/social/wordpress.png) no-repeat
        }
        
        .social-icons li .xing {
            background: url(../../global/css/img/social/xing.png) no-repeat
        }
        
        .social-icons li .yahoo {
            background: url(../../global/css/img/social/yahoo.png) no-repeat
        }
        
        .social-icons li .youtube {
            background: url(../../global/css/img/social/youtube.png) no-repeat
        }
        
        .social-icons li .vk {
            background: url(../../global/css/img/social/vk.png) no-repeat
        }
        
        .social-icons li .instagram {
            background: url(../../global/css/img/social/instagram.png) no-repeat
        }
        
        .social-icons li .reddit {
            background: url(../../global/css/img/social/reddit.png) no-repeat
        }
        
        .social-icons li .aboutme {
            background: url(../../global/css/img/social/aboutme.png) no-repeat
        }
        
        .social-icons li .flickr {
            background: url(../../global/css/img/social/flickr.png) no-repeat
        }
        
        .social-icons li .foursquare {
            background: url(../../global/css/img/social/foursquare.png) no-repeat
        }
        
        .social-icons li .gravatar {
            background: url(../../global/css/img/social/gravatar.png) no-repeat
        }
        
        .social-icons li .klout {
            background: url(../../global/css/img/social/klout.png) no-repeat
        }
        
        .social-icons li .myspace {
            background: url(../../global/css/img/social/myspace.png) no-repeat
        }
        
        .social-icons li .quora {
            background: url(../../global/css/img/social/quora.png) no-repeat
        }
        
        .social-icons.social-icons-color>li>a {
            opacity: .7;
            background-position: 0 -38px!important
        }
        
        .social-icons.social-icons-color>li>a:hover {
            opacity: 1
        }
        
        .social-icons.social-icons-circle>li>a {
            border-radius: 25px!important
        }
        
        .social-icon {
            display: inline-block!important;
            width: 28px;
            height: 28px;
            background-position: 0 0;
            background-repeat: no-repeat;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -ms-border-radius: 2px;
            -o-border-radius: 2px;
            border-radius: 2px;
            transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out
        }
        
        .social-icon.social-icon-circle {
            border-radius: 25px!important
        }
        
        .social-icon.amazon {
            background: url(../../global/css/img/social/amazon.png) no-repeat
        }
        
        .social-icon.behance {
            background: url(../../global/css/img/social/behance.png) no-repeat
        }
        
        .social-icon.blogger {
            background: url(../../global/css/img/social/blogger.png) no-repeat
        }
        
        .social-icon.deviantart {
            background: url(../../global/css/img/social/deviantart.png) no-repeat
        }
        
        .social-icon.dribbble {
            background: url(../../global/css/img/social/dribbble.png) no-repeat
        }
        
        .social-icon.dropbox {
            background: url(../../global/css/img/social/dropbox.png) no-repeat
        }
        
        .social-icon.evernote {
            background: url(../../global/css/img/social/evernote.png) no-repeat
        }
        
        .social-icon.facebook {
            background: url(../../global/css/img/social/facebook.png) no-repeat
        }
        
        .social-icon.forrst {
            background: url(../../global/css/img/social/forrst.png) no-repeat
        }
        
        .social-icon.github {
            background: url(../../global/css/img/social/github.png) no-repeat
        }
        
        .social-icon.googleplus {
            background: url(../../global/css/img/social/googleplus.png) no-repeat
        }
        
        .social-icon.jolicloud {
            background: url(../../global/css/img/social/jolicloud.png) no-repeat
        }
        
        .social-icon.last-fm {
            background: url(../../global/css/img/social/last-fm.png) no-repeat
        }
        
        .social-icon.linkedin {
            background: url(../../global/css/img/social/linkedin.png) no-repeat
        }
        
        .social-icon.picasa {
            background: url(../../global/css/img/social/picasa.png) no-repeat
        }
        
        .social-icon.pintrest {
            background: url(../../global/css/img/social/pintrest.png) no-repeat
        }
        
        .social-icon.rss {
            background: url(../../global/css/img/social/rss.png) no-repeat
        }
        
        .social-icon.skype {
            background: url(../../global/css/img/social/skype.png) no-repeat
        }
        
        .social-icon.spotify {
            background: url(../../global/css/img/social/spotify.png) no-repeat
        }
        
        .social-icon.stumbleupon {
            background: url(../../global/css/img/social/stumbleupon.png) no-repeat
        }
        
        .social-icon.tumblr {
            background: url(../../global/css/img/social/tumblr.png) no-repeat
        }
        
        .social-icon.twitter {
            background: url(../../global/css/img/social/twitter.png) no-repeat
        }
        
        .social-icon.vimeo {
            background: url(../../global/css/img/social/vimeo.png) no-repeat
        }
        
        .social-icon.wordpress {
            background: url(../../global/css/img/social/wordpress.png) no-repeat
        }
        
        .social-icon.xing {
            background: url(../../global/css/img/social/xing.png) no-repeat
        }
        
        .social-icon.yahoo {
            background: url(../../global/css/img/social/yahoo.png) no-repeat
        }
        
        .social-icon.youtube {
            background: url(../../global/css/img/social/youtube.png) no-repeat
        }
        
        .social-icon.vk {
            background: url(../../global/css/img/social/vk.png) no-repeat
        }
        
        .social-icon.instagram {
            background: url(../../global/css/img/social/instagram.png) no-repeat
        }
        
        .social-icon.reddit {
            background: url(../../global/css/img/social/reddit.png) no-repeat
        }
        
        .social-icon.aboutme {
            background: url(../../global/css/img/social/aboutme.png) no-repeat
        }
        
        .social-icon.flickr {
            background: url(../../global/css/img/social/flickr.png) no-repeat
        }
        
        .social-icon.foursquare {
            background: url(../../global/css/img/social/foursquare.png) no-repeat
        }
        
        .social-icon.gravatar {
            background: url(../../global/css/img/social/gravatar.png) no-repeat
        }
        
        .social-icon.klout {
            background: url(../../global/css/img/social/klout.png) no-repeat
        }
        
        .social-icon.myspace {
            background: url(../../global/css/img/social/myspace.png) no-repeat
        }
        
        .social-icon.quora {
            background: url(../../global/css/img/social/quora.png) no-repeat
        }
        
        .social-icon:hover {
            background-position: 0 -38px
        }
        
        .social-icon-color {
            opacity: .7;
            background-position: 0 -38px!important
        }
        
        .social-icon-color:hover {
            opacity: 1
        }
        
        .table.table-bordered thead>tr>th {
            border-bottom: 0
        }
        
        .table tr.heading>th {
            background-color: #eee!important
        }
        
        .table td .img-responsive {
            width: 100%
        }
        
        .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: #a6c8e6;
            color: #132339
        }
        
        .table-hover>tbody>tr.active:hover>td,
        .table-hover>tbody>tr.active:hover>th,
        .table-hover>tbody>tr>td.active:hover,
        .table-hover>tbody>tr>th.active:hover {
            background: #92bce0
        }
        
        .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: #dff0d8;
            color: #3c763d
        }
        
        .table-hover>tbody>tr.success:hover>td,
        .table-hover>tbody>tr.success:hover>th,
        .table-hover>tbody>tr>td.success:hover,
        .table-hover>tbody>tr>th.success:hover {
            background: #d0e9c6
        }
        
        .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: #d9edf7;
            color: #31708f
        }
        
        .table-hover>tbody>tr.info:hover>td,
        .table-hover>tbody>tr.info:hover>th,
        .table-hover>tbody>tr>td.info:hover,
        .table-hover>tbody>tr>th.info:hover {
            background: #c4e3f3
        }
        
        .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: #fcf8e3;
            color: #8a6d3b
        }
        
        .table-hover>tbody>tr.warning:hover>td,
        .table-hover>tbody>tr.warning:hover>th,
        .table-hover>tbody>tr>td.warning:hover,
        .table-hover>tbody>tr>th.warning:hover {
            background: #faf2cc
        }
        
        .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: #f2dede;
            color: #a94442
        }
        
        .table-hover>tbody>tr.danger:hover>td,
        .table-hover>tbody>tr.danger:hover>th,
        .table-hover>tbody>tr>td.danger:hover,
        .table-hover>tbody>tr>th.danger:hover {
            background: #ebcccc
        }
        
        .table-scrollable {
            width: 100%;
            overflow-x: auto;
            overflow-y: hidden;
            border: 1px solid #ddd;
            margin: 10px 0!important
        }
        
        .table-scrollable.table-scrollable-borderless,
        .table-scrollable>.table-bordered {
            border: 0
        }
        
        .table-scrollable>.table {
            width: 100%!important;
            margin: 0!important;
            background-color: #fff
        }
        
        .table-scrollable>.table>tbody>tr>th,
        .table-scrollable>.table>tfoot>tr>td,
        .table-scrollable>.table>tfoot>tr>th,
        .table-scrollable>.table>thead>tr>th {
            white-space: nowrap
        }
        
        .table-scrollable>.table-bordered>tbody>tr>td:first-child,
        .table-scrollable>.table-bordered>tbody>tr>th:first-child,
        .table-scrollable>.table-bordered>tfoot>tr>td:first-child,
        .table-scrollable>.table-bordered>tfoot>tr>th:first-child,
        .table-scrollable>.table-bordered>thead>tr>td:first-child,
        .table-scrollable>.table-bordered>thead>tr>th:first-child {
            border-left: 0
        }
        
        .table-scrollable>.table-bordered>tbody>tr>td:last-child,
        .table-scrollable>.table-bordered>tbody>tr>th:last-child,
        .table-scrollable>.table-bordered>tfoot>tr>td:last-child,
        .table-scrollable>.table-bordered>tfoot>tr>th:last-child,
        .table-scrollable>.table-bordered>thead>tr>td:last-child,
        .table-scrollable>.table-bordered>thead>tr>th:last-child {
            border-right: 0
        }
        
        .table-scrollable>.table-bordered>tbody>tr:last-child>td,
        .table-scrollable>.table-bordered>tbody>tr:last-child>th,
        .table-scrollable>.table-bordered>tfoot>tr:last-child>td,
        .table-scrollable>.table-bordered>tfoot>tr:last-child>th,
        .table-scrollable>.table-bordered>thead>tr:last-child>td,
        .table-scrollable>.table-bordered>thead>tr:last-child>th {
            border-bottom: 0
        }
        
        .flip-scroll table {
            width: 100%
        }
        
        @media only screen and (max-width:768px) {
            .flip-scroll .flip-content:after {
                visibility: hidden;
                display: block;
                font-size: 0;
                content: " ";
                clear: both;
                height: 0
            }
            .flip-scroll * html .flip-content {
                zoom: 1
            }
            .flip-scroll td,
            .flip-scroll th {
                margin: 0;
                vertical-align: top
            }
            .flip-scroll th {
                border: 0!important;
                border-bottom: 1px solid #ddd!important;
                border-right: 1px solid #ddd!important;
                font-size: 13px!important;
                padding: 5px;
                width: auto!important;
                display: block;
                text-align: right
            }
            .flip-scroll table {
                border-collapse: collapse;
                border-spacing: 0;
                display: block;
                position: relative;
                width: 100%
            }
            .flip-scroll thead {
                display: block;
                float: left
            }
            .flip-scroll tbody {
                display: block;
                width: auto;
                position: relative;
                overflow-x: auto;
                white-space: nowrap
            }
            .flip-scroll thead tr {
                display: block
            }
            .flip-scroll tbody tr {
                display: inline-block;
                vertical-align: top;
                margin-left: -5px
            }
            .flip-scroll td {
                display: block;
                min-height: 1.25em;
                text-align: left;
                border-top: 0!important;
                border-left: 0!important;
                border-right: 0!important;
                border-bottom: 0
            }
            .flip-scroll th {
                border-left: 0
            }
            .flip-scroll tbody tr {
                border-left: 1px solid #ddd
            }
            .flip-scroll td:last-child,
            .flip-scroll th:last-child {
                border-bottom: 1px solid #ddd
            }
        }
        
        .table-toolbar {
            margin-bottom: 15px
        }
        
        .table-toolbar:after,
        .table-toolbar:before {
            content: " ";
            display: table
        }
        
        .table.table-full-width {
            width: 100%!important
        }
        
        .table .btn {
            margin-top: 0;
            margin-left: 0;
            margin-right: 5px
        }
        
        .table thead tr th {
            font-size: 14px;
            font-weight: 600
        }
        
        .table-advance {
            margin-bottom: 10px!important
        }
        
        .table-advance thead {
            color: #999
        }
        
        .table-advance thead tr th {
            background-color: #DDD;
            font-size: 14px;
            font-weight: 400;
            color: #666
        }
        
        .table-advance div.danger,
        .table-advance div.important,
        .table-advance div.info,
        .table-advance div.success,
        .table-advance div.warning {
            position: absolute;
            margin-top: -5px;
            float: left;
            width: 2px;
            height: 30px;
            margin-right: 20px!important
        }
        
        .table-advance tr td {
            border-left-width: 0
        }
        
        .table-advance tr td:first-child {
            border-left-width: 1px!important
        }
        
        .table-advance tr td.highlight:first-child a {
            margin-left: 15px
        }
        
        .table-advance td.highlight div.primary {
            border-left: 2px solid #428bca
        }
        
        .table-advance td.highlight div.success {
            border-left: 2px solid #45B6AF
        }
        
        .table-advance td.highlight div.info {
            border-left: 2px solid #89C4F4
        }
        
        .table-advance td.highlight div.warning {
            border-left: 2px solid #dfba49
        }
        
        .table-advance td.highlight div.danger {
            border-left: 2px solid #F3565D
        }
        
        @media (max-width:767px) {
            .table-advance tr>td.highlight:first-child a {
                margin-left: 8px
            }
        }
        
        .table.table-light {
            border: 0!important
        }
        
        .table.table-light>thead>tr:hover>th {
            background: 0 0
        }
        
        .table.table-light>thead>tr.uppercase {
            text-transform: uppercase
        }
        
        .table.table-light>thead>tr>th {
            font-weight: 600;
            font-size: 13px;
            color: #a7b3b9;
            font-family: "Open Sans", sans-serif;
            border: 0;
            border-bottom: 1px solid #F2F5F8
        }
        
        .table.table-light>tbody>tr:last-child>td {
            border: 0
        }
        
        .table.table-light>tbody>tr>td {
            border: 0;
            border-bottom: 1px solid #F2F5F8;
            color: #9ca8b0;
            vertical-align: middle
        }
        
        .table.table-light>tbody>tr>td.fit {
            width: 1px;
            padding-right: 3px
        }
        
        .table.table-light>tbody>tr>td .user-pic {
            display: inline-block;
            vertical-align: middle;
            height: 30px;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            -ms-border-radius: 100%;
            -o-border-radius: 100%;
            border-radius: 100%
        }
        
        .table.table-light.table-hover>tbody>tr:hover>td,
        .table.table-light.table-hover>tbody>tr:hover>th,
        .table.table-light.table-hover>tbody>tr>td:hover,
        .table.table-light.table-hover>tbody>tr>th:hover {
            background: #f9fafb
        }
        
        .nav-pills,
        .nav-tabs {
            margin-bottom: 10px
        }
        
        .nav-pills>li>a,
        .nav-tabs>li>a {
            font-size: 12px;
            padding: 10px
        }
        
        .nav-pills>li>a>.badge,
        .nav-tabs>li>a>.badge {
            margin-top: -3px
        }
        
        .nav-pills>li .dropdown-menu:after,
        .nav-pills>li .dropdown-menu:before,
        .nav-tabs>li .dropdown-menu:after,
        .nav-tabs>li .dropdown-menu:before {
            display: none
        }
        
        .nav-pills.nav-pills-sm>li>a,
        .nav-pills.nav-tabs-sm>li>a,
        .nav-tabs.nav-pills-sm>li>a,
        .nav-tabs.nav-tabs-sm>li>a {
            font-size: 12px
        }
        
        .nav-pills .dropdown.open>.dropdown-toggle,
        .nav-tabs .dropdown.open>.dropdown-toggle {
            background: #eee;
            color: #0d638f;
            border-color: transparent
        }
        
        .tabs-left.nav-tabs,
        .tabs-right.nav-tabs {
            border-bottom: 0
        }
        
        .tabs-left.nav-tabs>li,
        .tabs-right.nav-tabs>li {
            float: none
        }
        
        .tabs-left.nav-tabs>li>a,
        .tabs-right.nav-tabs>li>a {
            margin-right: 0;
            margin-bottom: 3px
        }
        
        .tabs-left.nav-tabs {
            border-right: 1px solid #ddd
        }
        
        .tabs-left.nav-tabs>li>a {
            display: block;
            margin-right: -1px
        }
        
        .tabs-left.nav-tabs>li>a:focus,
        .tabs-left.nav-tabs>li>a:hover {
            border-radius: 4px 0 0 4px;
            border-color: #eee #ddd #eee #eee
        }
        
        .tabs-left.nav-tabs>li.active>a,
        .tabs-left.nav-tabs>li.active>a:hover>li.active>a:focus {
            -webkit-border-radius: 4px 0 0 4px;
            -moz-border-radius: 4px 0 0 4px;
            -ms-border-radius: 4px 0 0 4px;
            -o-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
            border-color: #ddd transparent #ddd #ddd
        }
        
        .tabs-right.nav-tabs {
            border-left: 1px solid #ddd
        }
        
        .tabs-right.nav-tabs>li>a {
            display: block;
            margin-left: -1px
        }
        
        .tabbable:after,
        .tabbable:before,
        .tiles:after,
        .tiles:before {
            display: table;
            content: " "
        }
        
        .tabs-right.nav-tabs>li>a:focus,
        .tabs-right.nav-tabs>li>a:hover {
            border-radius: 0 4px 4px 0;
            border-color: #eee #eee #eee #ddd
        }
        
        .tabs-right.nav-tabs>li.active>a,
        .tabs-right.nav-tabs>li.active>a:hover>li.active>a:focus {
            -webkit-border-radius: 0 4px 4px 0;
            -moz-border-radius: 0 4px 4px 0;
            -ms-border-radius: 0 4px 4px 0;
            -o-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
            border-color: #ddd #ddd #ddd transparent
        }
        
        .tabs-below>.nav-pills,
        .tabs-below>.nav-tabs {
            border-bottom: 0;
            margin-bottom: 0;
            margin-top: 10px
        }
        
        .tabs-below>.nav-tabs {
            border-top: 1px solid #ddd;
            margin-bottom: 0;
            margin-top: 10px
        }
        
        .tabs-below>.nav-tabs>li>a {
            margin-top: -1px;
            margin-bottom: 0
        }
        
        .tabs-below>.nav-tabs>li>a:focus,
        .tabs-below>.nav-tabs>li>a:hover {
            border-top-color: #ddd;
            border-bottom-color: transparent
        }
        
        .tabs-below>.nav-tabs>li>a .dropdown-menu {
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px
        }
        
        .tabs-below>.nav-tabs .active a,
        .tabs-below>.nav-tabs .active a:hover .active a:focus {
            -webkit-border-radius: 0 0 4px 4px;
            -moz-border-radius: 0 0 4px 4px;
            -ms-border-radius: 0 0 4px 4px;
            -o-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px;
            border-color: transparent #ddd #ddd
        }
        
        .tabbable-custom {
            margin-bottom: 15px;
            padding: 0;
            overflow: hidden
        }
        
        .tabbable-custom>.nav-tabs {
            border: none;
            margin: 0
        }
        
        .tabbable-custom>.nav-tabs>li.active>a,
        .tabbable-custom>.nav-tabs>li>a {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            -o-border-radius: 0
        }
        
        .tabbable-custom>.nav-tabs>li {
            margin-right: 2px;
            border-top: 2px solid transparent
        }
        
        .tabbable-custom>.nav-tabs>li>a {
            margin-right: 0;
            border-radius: 0
        }
        
        .tabbable-custom>.nav-tabs>li>a:hover {
            background: 0 0;
            border-color: transparent
        }
        
        .tabbable-custom>.nav-tabs>li.active {
            border-top: 2px solid #F3565D;
            margin-top: 0;
            position: relative
        }
        
        .tabbable-custom>.nav-tabs>li.active>a {
            border-top: none;
            font-weight: 400;
            border-radius: 0
        }
        
        .tabbable-custom>.nav-tabs>li.active>a:hover {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            -o-border-radius: 0;
            border-radius: 0;
            border-top: none;
            background: #fff;
            border-color: #d4d4d4 #d4d4d4 transparent
        }
        
        .tabbable-custom>.tab-content {
            background-color: #fff;
            border: 1px solid #ddd;
            padding: 10px;
            -webkit-border-radius: 0 0 4px 4px;
            -moz-border-radius: 0 0 4px 4px;
            -ms-border-radius: 0 0 4px 4px;
            -o-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px
        }
        
        .tabbable-custom.nav-justified>.tab-content {
            margin-top: -1px
        }
        
        .tabbable-custom.boxless>.tab-content {
            padding: 15px 0;
            border-left: none;
            border-right: none;
            border-bottom: none
        }
        
        .tabbable-custom.tabs-below.nav-justified .tab-content {
            margin-top: 0;
            margin-bottom: -2px;
            -webkit-border-radius: 4px 4px 0 0;
            -moz-border-radius: 4px 4px 0 0;
            -ms-border-radius: 4px 4px 0 0;
            -o-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0
        }
        
        .tabbable-custom.tabbable-full-width>.nav-tabs>li>a {
            color: #424242;
            font-size: 15px;
            padding: 9px 15px
        }
        
        .tabbable-custom.tabbable-full-width>.tab-content {
            padding: 15px 0;
            border-left: none;
            border-right: none;
            border-bottom: none
        }
        
        .tabbable-custom.tabs-below .nav-tabs>li>a {
            border-top: none;
            border-bottom: 2px solid transparent;
            margin-top: -1px
        }
        
        .tabbable-custom.tabs-below .nav-tabs>li.active {
            border-top: none;
            border-bottom: 3px solid #d12610;
            margin-bottom: 0;
            position: relative
        }
        
        .tabbable-custom.tabs-below .nav-tabs>li.active>a {
            border-bottom: none
        }
        
        .tabbable-custom.tabs-below .nav-tabs>li.active>a:hover {
            background: #fff;
            border-color: #d4d4d4 #d4d4d4 transparent
        }
        
        .tabbable-custom.tabbable-noborder .tab-content,
        .tabbable-custom.tabbable-noborder>.nav-tabs>li>a {
            border: 0
        }
        
        .tabbable-line>.nav-tabs {
            border: none;
            margin: 0
        }
        
        .tabbable-line>.nav-tabs>li {
            margin-right: 2px
        }
        
        .tabbable-line>.nav-tabs>li>a {
            border: 0;
            margin-right: 0;
            color: #737373
        }
        
        .tabbable-line>.nav-tabs>li>a>i {
            color: #a6a6a6
        }
        
        .tabbable-line>.nav-tabs>li.open,
        .tabbable-line>.nav-tabs>li:hover {
            border-bottom: 4px solid #fbcdcf
        }
        
        .tabbable-line>.nav-tabs>li.open>a,
        .tabbable-line>.nav-tabs>li:hover>a {
            border: 0;
            background: 0 0!important;
            color: #333
        }
        
        .blue.btn.active,
        .blue.btn:active,
        .open .blue.btn.dropdown-toggle,
        .open .btn.default.dropdown-toggle {
            background-image: none
        }
        
        .tabbable-line>.nav-tabs>li.open>a>i,
        .tabbable-line>.nav-tabs>li:hover>a>i {
            color: #a6a6a6
        }
        
        .tabbable-line>.nav-tabs>li.open .dropdown-menu,
        .tabbable-line>.nav-tabs>li:hover .dropdown-menu {
            margin-top: 0
        }
        
        .tabbable-line>.nav-tabs>li.active {
            border-bottom: 4px solid #F3565D;
            position: relative
        }
        
        .tabbable-line>.nav-tabs>li.active>a {
            border: 0;
            color: #333
        }
        
        .tabbable-line>.nav-tabs>li.active>a>i {
            color: #404040
        }
        
        .tabbable-line>.tab-content {
            margin-top: -3px;
            background-color: #fff;
            border: 0;
            border-top: 1px solid #eee;
            padding: 15px 0
        }
        
        .portlet .tabbable-line>.tab-content {
            padding-bottom: 0
        }
        
        .tabbable-line.tabs-below>.nav-tabs>li {
            border-top: 4px solid transparent
        }
        
        .tabbable-line.tabs-below>.nav-tabs>li>a {
            margin-top: 0
        }
        
        .tabbable-line.tabs-below>.nav-tabs>li:hover {
            border-bottom: 0;
            border-top: 4px solid #fbcdcf
        }
        
        .tabbable-line.tabs-below>.nav-tabs>li.active {
            margin-bottom: -2px;
            border-bottom: 0;
            border-top: 4px solid #F3565D
        }
        
        .tabbable-line.tabs-below>.tab-content {
            margin-top: -10px;
            border-top: 0;
            border-bottom: 1px solid #eee;
            padding-bottom: 15px
        }
        
        .tiles {
            margin-right: -10px
        }
        
        .tiles .tile {
            display: block;
            float: left;
            height: 135px;
            width: 135px!important;
            cursor: pointer;
            text-decoration: none;
            color: #fff;
            position: relative;
            font-weight: 300;
            font-size: 12px;
            letter-spacing: .02em;
            line-height: 20px;
            overflow: hidden;
            border: 4px solid transparent;
            margin: 0 10px 10px 0
        }
        
        .tiles .tile .tile-body>.content,
        .tiles .tile.image .tile-body h3,
        .tiles .tile.selected .check:after {
            display: inline-block
        }
        
        .tiles .tile:after,
        .tiles .tile:before {
            content: "";
            float: left
        }
        
        .tiles .tile.double {
            width: 280px!important
        }
        
        .tiles .tile.double-down {
            height: 280px!important
        }
        
        .tiles .tile.double-down i {
            margin-top: 95px
        }
        
        .tiles .tile:hover {
            border-color: #aaa!important
        }
        
        .tiles .tile.selected,
        .tiles .tile:active {
            border-color: #ccc!important
        }
        
        .tiles .tile.selected .corner:after {
            content: "";
            display: inline-block;
            border-left: 40px solid transparent;
            border-bottom: 40px solid transparent;
            border-right: 40px solid #ccc;
            position: absolute;
            top: -3px;
            right: -3px
        }
        
        .tiles .tile.selected .check:after {
            font-family: FontAwesome;
            font-size: 13px;
            content: "\f00c";
            position: absolute;
            top: 2px;
            right: 2px
        }
        
        .tiles .tile.icon {
            padding: 0
        }
        
        .tiles .tile.image .tile-body {
            padding: 0!important
        }
        
        .tiles .tile.image .tile-body>img {
            width: 100%;
            height: auto;
            min-height: 100%;
            max-width: 100%
        }
        
        .tiles .tile .tile-body {
            height: 100%;
            vertical-align: top;
            padding: 10px;
            overflow: hidden;
            position: relative;
            font-weight: 400;
            font-size: 12px;
            color: #fff;
            margin-bottom: 10px
        }
        
        .tiles .tile .tile-body p {
            font-weight: 400;
            font-size: 13px;
            color: #fff;
            overflow: hidden
        }
        
        .tiles .tile .tile-body p:active {
            color: rgba(0, 0, 0, .4)
        }
        
        .tiles .tile .tile-body p:hover {
            color: #fff
        }
        
        .tiles .tile .tile-body img {
            float: left;
            margin-right: 10px
        }
        
        .tiles .tile .tile-body img.pull-right {
            float: right!important;
            margin-left: 10px;
            margin-right: 0
        }
        
        .tiles .tile .tile-body>i {
            margin-top: 17px;
            display: block;
            font-size: 56px;
            line-height: 56px;
            text-align: center
        }
        
        .tiles .tile .tile-body h1,
        .tiles .tile .tile-body h2,
        .tiles .tile .tile-body h3,
        .tiles .tile .tile-body h4,
        .tiles .tile .tile-body h5,
        .tiles .tile .tile-body h6,
        .tiles .tile .tile-body p {
            padding: 0;
            margin: 0;
            line-height: 14px
        }
        
        .tiles .tile .tile-body h1:hover,
        .tiles .tile .tile-body h2:hover,
        .tiles .tile .tile-body h3:hover,
        .tiles .tile .tile-body h4:hover,
        .tiles .tile .tile-body h5:hover,
        .tiles .tile .tile-body h6:hover,
        .tiles .tile .tile-body p:hover {
            color: #fff
        }
        
        .tiles .tile .tile-body h3,
        .tiles .tile .tile-body h4 {
            margin-bottom: 5px
        }
        
        .tiles .tile .tile-object {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            min-height: 30px
        }
        
        .tiles .tile .tile-object:after,
        .tiles .tile .tile-object:before {
            display: table;
            content: ""
        }
        
        .tiles .tile .tile-object>.name {
            position: absolute;
            bottom: 0;
            left: 0;
            margin-bottom: 5px;
            margin-left: 10px;
            margin-right: 15px;
            font-weight: 400;
            font-size: 13px;
            color: #fff
        }
        
        .tiles .tile .tile-object>.name>i {
            vertical-align: middle;
            display: block;
            font-size: 24px;
            height: 18px;
            width: 24px
        }
        
        .tiles .tile .tile-object>.number {
            position: absolute;
            bottom: 0;
            right: 0;
            color: #fff;
            text-align: center;
            font-weight: 600;
            font-size: 14px;
            letter-spacing: .01em;
            line-height: 14px;
            margin-bottom: 8px;
            margin-right: 10px
        }
        
        .well {
            background-color: #eee;
            border: 0;
            box-shadow: none!important
        }
        
        .blue.btn,
        .btn.default {
            border-color: ""
        }
        
        @-webkit-keyframes fadeInUp {
            0% {
                opacity: 0;
                -webkit-transform: translateY(15px)
            }
            100% {
                opacity: 1;
                -webkit-transform: translateY(0)
            }
        }
        
        @-moz-keyframes fadeInUp {
            0% {
                opacity: 0;
                -moz-transform: translateY(15px)
            }
            100% {
                opacity: 1;
                -moz-transform: translateY(0)
            }
        }
        
        @-o-keyframes fadeInUp {
            0% {
                opacity: 0;
                -o-transform: translateY(15px)
            }
            100% {
                opacity: 1;
                -o-transform: translateY(0)
            }
        }
        
        @keyframes fadeInUp {
            0% {
                opacity: 0;
                transform: translateY(15px)
            }
            100% {
                opacity: 1;
                transform: translateY(0)
            }
        }
        
        .fade-in-up {
            -webkit-animation: fadeInUp .5s;
            animation: fadeInUp .5s
        }
        
        @-webkit-keyframes bounceDelay {
            0%,
            100%,
            80% {
                -webkit-transform: scale(0)
            }
            40% {
                -webkit-transform: scale(1)
            }
        }
        
        @keyframes bounceDelay {
            0%,
            100%,
            80% {
                transform: scale(0);
                -webkit-transform: scale(0)
            }
            40% {
                transform: scale(1);
                -webkit-transform: scale(1)
            }
        }
        
        .btn.default {
            color: #333;
            background-color: #E5E5E5
        }
        
        .btn.default.active,
        .btn.default:active,
        .btn.default:focus,
        .btn.default:hover,
        .open .btn.default.dropdown-toggle {
            color: #333;
            background-color: #d3d3d3
        }
        
        .btn.default.active,
        .btn.default:active {
            background-image: none;
            background-color: #c6c6c6
        }
        
        .btn.default.active:hover,
        .btn.default:active:hover {
            background-color: #ccc
        }
        
        .btn.default.disabled,
        .btn.default.disabled.active,
        .btn.default.disabled:active,
        .btn.default.disabled:focus,
        .btn.default.disabled:hover,
        .btn.default[disabled],
        .btn.default[disabled].active,
        .btn.default[disabled]:active,
        .btn.default[disabled]:focus,
        .btn.default[disabled]:hover,
        fieldset[disabled] .btn.default,
        fieldset[disabled] .btn.default.active,
        fieldset[disabled] .btn.default:active,
        fieldset[disabled] .btn.default:focus,
        fieldset[disabled] .btn.default:hover {
            background-color: #E5E5E5
        }
        
        .btn.default .badge {
            color: #E5E5E5;
            background-color: #333
        }
        
        .blue.btn {
            color: #FFF;
            background-color: #4B8DF8
        }
        
        .blue.btn.active,
        .blue.btn:active,
        .blue.btn:focus,
        .blue.btn:hover,
        .open .blue.btn.dropdown-toggle {
            color: #FFF;
            background-color: #2977f7
        }
        
        .blue.btn.active,
        .blue.btn:active {
            background-color: #1068f6
        }
        
        .blue.btn.active:hover,
        .blue.btn:active:hover {
            background-color: #1a6ef6
        }
        
        .blue.btn.disabled,
        .blue.btn.disabled.active,
        .blue.btn.disabled:active,
        .blue.btn.disabled:focus,
        .blue.btn.disabled:hover,
        .blue.btn[disabled],
        .blue.btn[disabled].active,
        .blue.btn[disabled]:active,
        .blue.btn[disabled]:focus,
        .blue.btn[disabled]:hover,
        fieldset[disabled] .blue.btn,
        fieldset[disabled] .blue.btn.active,
        fieldset[disabled] .blue.btn:active,
        fieldset[disabled] .blue.btn:focus,
        fieldset[disabled] .blue.btn:hover {
            background-color: #4B8DF8
        }
        
        .blue.btn .badge {
            color: #4B8DF8;
            background-color: #FFF
        }
        
        .portlet.blue,
        .portlet.box.blue>.portlet-title,
        .portlet>.portlet-body.blue {
            background-color: #4B8DF8
        }
        
        .btn.blue-stripe {
            border-left: 3px solid #4B8DF8
        }
        
        .portlet.solid.blue>.portlet-body,
        .portlet.solid.blue>.portlet-title {
            border: 0;
            color: #FFF
        }
        
        .portlet.solid.blue>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.solid.blue>.portlet-title>.tools>a.remove {
            background-image: url(../../global/css/img/portlet-remove-icon-white.png)
        }
        
        .portlet.solid.blue>.portlet-title>.tools>a.config {
            background-image: url(../../global/css/img/portlet-config-icon-white.png)
        }
        
        .portlet.solid.blue>.portlet-title>.tools>a.reload {
            background-image: url(../../global/css/img/portlet-reload-icon-white.png)
        }
        
        .portlet.solid.blue>.portlet-title>.tools>a.expand {
            background-image: url(../../global/css/img/portlet-expand-icon-white.png)
        }
        
        .portlet.solid.blue>.portlet-title>.tools>a.collapse {
            background-image: url(../../global/css/img/portlet-collapse-icon-white.png)
        }
        
        .portlet.solid.blue>.portlet-title>.tools>a.fullscreen {
            color: #fdfdfd
        }
        
        .portlet.box.blue {
            border: 1px solid #7cacfa;
            border-top: 0
        }
        
        .portlet.box.blue>.portlet-title>.caption,
        .portlet.box.blue>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.box.blue>.portlet-title>.actions .btn-default {
            background: 0 0!important;
            border: 1px solid #b7d1fc;
            color: #d0e1fd
        }
        
        .portlet.box.blue>.portlet-title>.actions .btn-default>i {
            color: #deeafe
        }
        
        .portlet.box.blue>.portlet-title>.actions .btn-default.active,
        .portlet.box.blue>.portlet-title>.actions .btn-default:active,
        .portlet.box.blue>.portlet-title>.actions .btn-default:focus,
        .portlet.box.blue>.portlet-title>.actions .btn-default:hover {
            border: 1px solid #e8f0fe;
            color: #fff
        }
        
        .dashboard-stat.blue {
            background-color: #4B8DF8
        }
        
        .dashboard-stat.blue.dashboard-stat-light:hover {
            background-color: #3781f7
        }
        
        .dashboard-stat.blue .visual>i {
            color: #FFF;
            opacity: .1;
            filter: alpha(opacity=10)
        }
        
        .dashboard-stat.blue .details .number {
            color: #FFF
        }
        
        .dashboard-stat.blue .details .desc {
            color: #FFF;
            opacity: 1;
            filter: alpha(opacity=100)
        }
        
        .dashboard-stat.blue .more {
            color: #FFF;
            background-color: #3781f7
        }
        
        .bg-blue {
            border-color: #4B8DF8!important;
            background-image: none!important;
            background-color: #4B8DF8!important;
            color: #FFF!important
        }
        
        .font-blue {
            color: #4B8DF8!important
        }
        
        .progress-bar.blue {
            background: #4B8DF8!important;
            color: #FFF!important
        }
        
        .blue-madison.btn {
            color: #FFF;
            background-color: #578ebe;
            border-color: ""
        }
        
        .blue-madison.btn.active,
        .blue-madison.btn:active,
        .blue-madison.btn:focus,
        .blue-madison.btn:hover,
        .open .blue-madison.btn.dropdown-toggle {
            color: #FFF;
            background-color: #437cae
        }
        
        .blue-madison.btn.active,
        .blue-madison.btn:active {
            background-image: none;
            background-color: #3c6f9c
        }
        
        .blue-madison.btn.active:hover,
        .blue-madison.btn:active:hover {
            background-color: #3f74a3
        }
        
        .open .blue-madison.btn.dropdown-toggle {
            background-image: none
        }
        
        .blue-madison.btn.disabled,
        .blue-madison.btn.disabled.active,
        .blue-madison.btn.disabled:active,
        .blue-madison.btn.disabled:focus,
        .blue-madison.btn.disabled:hover,
        .blue-madison.btn[disabled],
        .blue-madison.btn[disabled].active,
        .blue-madison.btn[disabled]:active,
        .blue-madison.btn[disabled]:focus,
        .blue-madison.btn[disabled]:hover,
        fieldset[disabled] .blue-madison.btn,
        fieldset[disabled] .blue-madison.btn.active,
        fieldset[disabled] .blue-madison.btn:active,
        fieldset[disabled] .blue-madison.btn:focus,
        fieldset[disabled] .blue-madison.btn:hover {
            background-color: #578ebe
        }
        
        .blue-madison.btn .badge {
            color: #578ebe;
            background-color: #FFF
        }
        
        .portlet.blue-madison,
        .portlet.box.blue-madison>.portlet-title,
        .portlet>.portlet-body.blue-madison {
            background-color: #578ebe
        }
        
        .btn.blue-madison-stripe {
            border-left: 3px solid #578ebe
        }
        
        .portlet.solid.blue-madison>.portlet-body,
        .portlet.solid.blue-madison>.portlet-title {
            border: 0;
            color: #FFF
        }
        
        .portlet.solid.blue-madison>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.solid.blue-madison>.portlet-title>.tools>a.remove {
            background-image: url(../../global/css/img/portlet-remove-icon-white.png)
        }
        
        .portlet.solid.blue-madison>.portlet-title>.tools>a.config {
            background-image: url(../../global/css/img/portlet-config-icon-white.png)
        }
        
        .portlet.solid.blue-madison>.portlet-title>.tools>a.reload {
            background-image: url(../../global/css/img/portlet-reload-icon-white.png)
        }
        
        .portlet.solid.blue-madison>.portlet-title>.tools>a.expand {
            background-image: url(../../global/css/img/portlet-expand-icon-white.png)
        }
        
        .portlet.solid.blue-madison>.portlet-title>.tools>a.collapse {
            background-image: url(../../global/css/img/portlet-collapse-icon-white.png)
        }
        
        .portlet.solid.blue-madison>.portlet-title>.tools>a.fullscreen {
            color: #fdfdfd
        }
        
        .portlet.box.blue-madison {
            border: 1px solid #7ca7cc;
            border-top: 0
        }
        
        .portlet.box.blue-madison>.portlet-title>.caption,
        .portlet.box.blue-madison>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.box.blue-madison>.portlet-title>.actions .btn-default {
            background: 0 0!important;
            border: 1px solid #a8c4dd;
            color: #bad1e4
        }
        
        .portlet.box.blue-madison>.portlet-title>.actions .btn-default>i {
            color: #c5d8e9
        }
        
        .portlet.box.blue-madison>.portlet-title>.actions .btn-default.active,
        .portlet.box.blue-madison>.portlet-title>.actions .btn-default:active,
        .portlet.box.blue-madison>.portlet-title>.actions .btn-default:focus,
        .portlet.box.blue-madison>.portlet-title>.actions .btn-default:hover {
            border: 1px solid #cdddec;
            color: #dfeaf3
        }
        
        .dashboard-stat.blue-madison {
            background-color: #578ebe
        }
        
        .dashboard-stat.blue-madison.dashboard-stat-light:hover {
            background-color: #4884b8
        }
        
        .dashboard-stat.blue-madison .visual>i {
            color: #FFF;
            opacity: .1;
            filter: alpha(opacity=10)
        }
        
        .dashboard-stat.blue-madison .details .number {
            color: #FFF
        }
        
        .dashboard-stat.blue-madison .details .desc {
            color: #FFF;
            opacity: 1;
            filter: alpha(opacity=100)
        }
        
        .dashboard-stat.blue-madison .more {
            color: #FFF;
            background-color: #4884b8
        }
        
        .bg-blue-madison {
            border-color: #578ebe!important;
            background-image: none!important;
            background-color: #578ebe!important;
            color: #FFF!important
        }
        
        .font-blue-madison {
            color: #578ebe!important
        }
        
        .progress-bar.blue-madison {
            background: #578ebe!important;
            color: #FFF!important
        }
        
        .blue-chambray.btn {
            color: #FFF;
            background-color: #2C3E50;
            border-color: ""
        }
        
        .blue-chambray.btn.active,
        .blue-chambray.btn:active,
        .blue-chambray.btn:focus,
        .blue-chambray.btn:hover,
        .open .blue-chambray.btn.dropdown-toggle {
            color: #FFF;
            background-color: #1f2c39
        }
        
        .blue-chambray.btn.active,
        .blue-chambray.btn:active {
            background-image: none;
            background-color: #161f29
        }
        
        .blue-chambray.btn.active:hover,
        .blue-chambray.btn:active:hover {
            background-color: #1a242f
        }
        
        .open .blue-chambray.btn.dropdown-toggle {
            background-image: none
        }
        
        .blue-chambray.btn.disabled,
        .blue-chambray.btn.disabled.active,
        .blue-chambray.btn.disabled:active,
        .blue-chambray.btn.disabled:focus,
        .blue-chambray.btn.disabled:hover,
        .blue-chambray.btn[disabled],
        .blue-chambray.btn[disabled].active,
        .blue-chambray.btn[disabled]:active,
        .blue-chambray.btn[disabled]:focus,
        .blue-chambray.btn[disabled]:hover,
        fieldset[disabled] .blue-chambray.btn,
        fieldset[disabled] .blue-chambray.btn.active,
        fieldset[disabled] .blue-chambray.btn:active,
        fieldset[disabled] .blue-chambray.btn:focus,
        fieldset[disabled] .blue-chambray.btn:hover {
            background-color: #2C3E50
        }
        
        .blue-chambray.btn .badge {
            color: #2C3E50;
            background-color: #FFF
        }
        
        .portlet.blue-chambray,
        .portlet.box.blue-chambray>.portlet-title,
        .portlet>.portlet-body.blue-chambray {
            background-color: #2C3E50
        }
        
        .btn.blue-chambray-stripe {
            border-left: 3px solid #2C3E50
        }
        
        .portlet.solid.blue-chambray>.portlet-body,
        .portlet.solid.blue-chambray>.portlet-title {
            border: 0;
            color: #FFF
        }
        
        .portlet.solid.blue-chambray>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.solid.blue-chambray>.portlet-title>.tools>a.remove {
            background-image: url(../../global/css/img/portlet-remove-icon-white.png)
        }
        
        .portlet.solid.blue-chambray>.portlet-title>.tools>a.config {
            background-image: url(../../global/css/img/portlet-config-icon-white.png)
        }
        
        .portlet.solid.blue-chambray>.portlet-title>.tools>a.reload {
            background-image: url(../../global/css/img/portlet-reload-icon-white.png)
        }
        
        .portlet.solid.blue-chambray>.portlet-title>.tools>a.expand {
            background-image: url(../../global/css/img/portlet-expand-icon-white.png)
        }
        
        .portlet.solid.blue-chambray>.portlet-title>.tools>a.collapse {
            background-image: url(../../global/css/img/portlet-collapse-icon-white.png)
        }
        
        .portlet.solid.blue-chambray>.portlet-title>.tools>a.fullscreen {
            color: #fdfdfd
        }
        
        .portlet.box.blue-chambray {
            border: 1px solid #3e5771;
            border-top: 0
        }
        
        .portlet.box.blue-chambray>.portlet-title>.caption,
        .portlet.box.blue-chambray>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.box.blue-chambray>.portlet-title>.actions .btn-default {
            background: 0 0!important;
            border: 1px solid #547698;
            color: #5f83a7
        }
        
        .portlet.box.blue-chambray>.portlet-title>.actions .btn-default>i {
            color: #698aac
        }
        
        .portlet.box.blue-chambray>.portlet-title>.actions .btn-default.active,
        .portlet.box.blue-chambray>.portlet-title>.actions .btn-default:active,
        .portlet.box.blue-chambray>.portlet-title>.actions .btn-default:focus,
        .portlet.box.blue-chambray>.portlet-title>.actions .btn-default:hover {
            border: 1px solid #6f90b0;
            color: #809cb9
        }
        
        .dashboard-stat.blue-chambray {
            background-color: #2C3E50
        }
        
        .dashboard-stat.blue-chambray.dashboard-stat-light:hover {
            background-color: #253443
        }
        
        .dashboard-stat.blue-chambray .visual>i {
            color: #FFF;
            opacity: .1;
            filter: alpha(opacity=10)
        }
        
        .dashboard-stat.blue-chambray .details .number {
            color: #FFF
        }
        
        .dashboard-stat.blue-chambray .details .desc {
            color: #FFF;
            opacity: 1;
            filter: alpha(opacity=100)
        }
        
        .dashboard-stat.blue-chambray .more {
            color: #FFF;
            background-color: #253443
        }
        
        .bg-blue-chambray {
            border-color: #2C3E50!important;
            background-image: none!important;
            background-color: #2C3E50!important;
            color: #FFF!important
        }
        
        .font-blue-chambray {
            color: #2C3E50!important
        }
        
        .progress-bar.blue-chambray {
            background: #2C3E50!important;
            color: #FFF!important
        }
        
        .blue-ebonyclay.btn {
            color: #FFF;
            background-color: #22313F;
            border-color: ""
        }
        
        .blue-ebonyclay.btn.active,
        .blue-ebonyclay.btn:active,
        .blue-ebonyclay.btn:focus,
        .blue-ebonyclay.btn:hover,
        .open .blue-ebonyclay.btn.dropdown-toggle {
            color: #FFF;
            background-color: #151f28
        }
        
        .blue-ebonyclay.btn.active,
        .blue-ebonyclay.btn:active {
            background-image: none;
            background-color: #0d1217
        }
        
        .blue-ebonyclay.btn.active:hover,
        .blue-ebonyclay.btn:active:hover {
            background-color: #10171e
        }
        
        .open .blue-ebonyclay.btn.dropdown-toggle {
            background-image: none
        }
        
        .blue-ebonyclay.btn.disabled,
        .blue-ebonyclay.btn.disabled.active,
        .blue-ebonyclay.btn.disabled:active,
        .blue-ebonyclay.btn.disabled:focus,
        .blue-ebonyclay.btn.disabled:hover,
        .blue-ebonyclay.btn[disabled],
        .blue-ebonyclay.btn[disabled].active,
        .blue-ebonyclay.btn[disabled]:active,
        .blue-ebonyclay.btn[disabled]:focus,
        .blue-ebonyclay.btn[disabled]:hover,
        fieldset[disabled] .blue-ebonyclay.btn,
        fieldset[disabled] .blue-ebonyclay.btn.active,
        fieldset[disabled] .blue-ebonyclay.btn:active,
        fieldset[disabled] .blue-ebonyclay.btn:focus,
        fieldset[disabled] .blue-ebonyclay.btn:hover {
            background-color: #22313F
        }
        
        .blue-ebonyclay.btn .badge {
            color: #22313F;
            background-color: #FFF
        }
        
        .portlet.blue-ebonyclay,
        .portlet.box.blue-ebonyclay>.portlet-title,
        .portlet>.portlet-body.blue-ebonyclay {
            background-color: #22313F
        }
        
        .btn.blue-ebonyclay-stripe {
            border-left: 3px solid #22313F
        }
        
        .portlet.solid.blue-ebonyclay>.portlet-body,
        .portlet.solid.blue-ebonyclay>.portlet-title {
            border: 0;
            color: #FFF
        }
        
        .portlet.solid.blue-ebonyclay>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.solid.blue-ebonyclay>.portlet-title>.tools>a.remove {
            background-image: url(../../global/css/img/portlet-remove-icon-white.png)
        }
        
        .portlet.solid.blue-ebonyclay>.portlet-title>.tools>a.config {
            background-image: url(../../global/css/img/portlet-config-icon-white.png)
        }
        
        .portlet.solid.blue-ebonyclay>.portlet-title>.tools>a.reload {
            background-image: url(../../global/css/img/portlet-reload-icon-white.png)
        }
        
        .portlet.solid.blue-ebonyclay>.portlet-title>.tools>a.expand {
            background-image: url(../../global/css/img/portlet-expand-icon-white.png)
        }
        
        .portlet.solid.blue-ebonyclay>.portlet-title>.tools>a.collapse {
            background-image: url(../../global/css/img/portlet-collapse-icon-white.png)
        }
        
        .portlet.solid.blue-ebonyclay>.portlet-title>.tools>a.fullscreen {
            color: #fdfdfd
        }
        
        .portlet.box.blue-ebonyclay {
            border: 1px solid #344b60;
            border-top: 0
        }
        
        .portlet.box.blue-ebonyclay>.portlet-title>.caption,
        .portlet.box.blue-ebonyclay>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.box.blue-ebonyclay>.portlet-title>.actions .btn-default {
            background: 0 0!important;
            border: 1px solid #496a88;
            color: #527798
        }
        
        .portlet.box.blue-ebonyclay>.portlet-title>.actions .btn-default>i {
            color: #587ea2
        }
        
        .portlet.box.blue-ebonyclay>.portlet-title>.actions .btn-default.active,
        .portlet.box.blue-ebonyclay>.portlet-title>.actions .btn-default:active,
        .portlet.box.blue-ebonyclay>.portlet-title>.actions .btn-default:focus,
        .portlet.box.blue-ebonyclay>.portlet-title>.actions .btn-default:hover {
            border: 1px solid #5d83a7;
            color: #6d90b0
        }
        
        .dashboard-stat.blue-ebonyclay {
            background-color: #22313F
        }
        
        .dashboard-stat.blue-ebonyclay.dashboard-stat-light:hover {
            background-color: #1b2732
        }
        
        .dashboard-stat.blue-ebonyclay .visual>i {
            color: #FFF;
            opacity: .1;
            filter: alpha(opacity=10)
        }
        
        .dashboard-stat.blue-ebonyclay .details .number {
            color: #FFF
        }
        
        .dashboard-stat.blue-ebonyclay .details .desc {
            color: #FFF;
            opacity: 1;
            filter: alpha(opacity=100)
        }
        
        .dashboard-stat.blue-ebonyclay .more {
            color: #FFF;
            background-color: #1b2732
        }
        
        .bg-blue-ebonyclay {
            border-color: #22313F!important;
            background-image: none!important;
            background-color: #22313F!important;
            color: #FFF!important
        }
        
        .font-blue-ebonyclay {
            color: #22313F!important
        }
        
        .progress-bar.blue-ebonyclay {
            background: #22313F!important;
            color: #FFF!important
        }
        
        .blue-hoki.btn {
            color: #FFF;
            background-color: #67809F;
            border-color: ""
        }
        
        .blue-hoki.btn.active,
        .blue-hoki.btn:active,
        .blue-hoki.btn:focus,
        .blue-hoki.btn:hover,
        .open .blue-hoki.btn.dropdown-toggle {
            color: #FFF;
            background-color: #586e8b
        }
        
        .blue-hoki.btn.active,
        .blue-hoki.btn:active {
            background-image: none;
            background-color: #4e627b
        }
        
        .blue-hoki.btn.active:hover,
        .blue-hoki.btn:active:hover {
            background-color: #526781
        }
        
        .open .blue-hoki.btn.dropdown-toggle {
            background-image: none
        }
        
        .blue-hoki.btn.disabled,
        .blue-hoki.btn.disabled.active,
        .blue-hoki.btn.disabled:active,
        .blue-hoki.btn.disabled:focus,
        .blue-hoki.btn.disabled:hover,
        .blue-hoki.btn[disabled],
        .blue-hoki.btn[disabled].active,
        .blue-hoki.btn[disabled]:active,
        .blue-hoki.btn[disabled]:focus,
        .blue-hoki.btn[disabled]:hover,
        fieldset[disabled] .blue-hoki.btn,
        fieldset[disabled] .blue-hoki.btn.active,
        fieldset[disabled] .blue-hoki.btn:active,
        fieldset[disabled] .blue-hoki.btn:focus,
        fieldset[disabled] .blue-hoki.btn:hover {
            background-color: #67809F
        }
        
        .blue-hoki.btn .badge {
            color: #67809F;
            background-color: #FFF
        }
        
        .portlet.blue-hoki,
        .portlet.box.blue-hoki>.portlet-title,
        .portlet>.portlet-body.blue-hoki {
            background-color: #67809F
        }
        
        .btn.blue-hoki-stripe {
            border-left: 3px solid #67809F
        }
        
        .portlet.solid.blue-hoki>.portlet-body,
        .portlet.solid.blue-hoki>.portlet-title {
            border: 0;
            color: #FFF
        }
        
        .portlet.solid.blue-hoki>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.solid.blue-hoki>.portlet-title>.tools>a.remove {
            background-image: url(../../global/css/img/portlet-remove-icon-white.png)
        }
        
        .portlet.solid.blue-hoki>.portlet-title>.tools>a.config {
            background-image: url(../../global/css/img/portlet-config-icon-white.png)
        }
        
        .portlet.solid.blue-hoki>.portlet-title>.tools>a.reload {
            background-image: url(../../global/css/img/portlet-reload-icon-white.png)
        }
        
        .portlet.solid.blue-hoki>.portlet-title>.tools>a.expand {
            background-image: url(../../global/css/img/portlet-expand-icon-white.png)
        }
        
        .portlet.solid.blue-hoki>.portlet-title>.tools>a.collapse {
            background-image: url(../../global/css/img/portlet-collapse-icon-white.png)
        }
        
        .portlet.solid.blue-hoki>.portlet-title>.tools>a.fullscreen {
            color: #fdfdfd
        }
        
        .portlet.box.blue-hoki {
            border: 1px solid #869ab3;
            border-top: 0
        }
        
        .portlet.box.blue-hoki>.portlet-title>.caption,
        .portlet.box.blue-hoki>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.box.blue-hoki>.portlet-title>.actions .btn-default {
            background: 0 0!important;
            border: 1px solid #acb9ca;
            color: #bbc7d4
        }
        
        .portlet.box.blue-hoki>.portlet-title>.actions .btn-default>i {
            color: #c5ceda
        }
        
        .portlet.box.blue-hoki>.portlet-title>.actions .btn-default.active,
        .portlet.box.blue-hoki>.portlet-title>.actions .btn-default:active,
        .portlet.box.blue-hoki>.portlet-title>.actions .btn-default:focus,
        .portlet.box.blue-hoki>.portlet-title>.actions .btn-default:hover {
            border: 1px solid #cbd4de;
            color: #dbe1e8
        }
        
        .dashboard-stat.blue-hoki {
            background-color: #67809F
        }
        
        .dashboard-stat.blue-hoki.dashboard-stat-light:hover {
            background-color: #5e7694
        }
        
        .dashboard-stat.blue-hoki .visual>i {
            color: #FFF;
            opacity: .1;
            filter: alpha(opacity=10)
        }
        
        .dashboard-stat.blue-hoki .details .number {
            color: #FFF
        }
        
        .dashboard-stat.blue-hoki .details .desc {
            color: #FFF;
            opacity: 1;
            filter: alpha(opacity=100)
        }
        
        .dashboard-stat.blue-hoki .more {
            color: #FFF;
            background-color: #5e7694
        }
        
        .bg-blue-hoki {
            border-color: #67809F!important;
            background-image: none!important;
            background-color: #67809F!important;
            color: #FFF!important
        }
        
        .font-blue-hoki {
            color: #67809F!important
        }
        
        .progress-bar.blue-hoki {
            background: #67809F!important;
            color: #FFF!important
        }
        
        .blue-steel.btn {
            color: #FFF;
            background-color: #4B77BE;
            border-color: ""
        }
        
        .blue-steel.btn.active,
        .blue-steel.btn:active,
        .blue-steel.btn:focus,
        .blue-steel.btn:hover,
        .open .blue-steel.btn.dropdown-toggle {
            color: #FFF;
            background-color: #3d66a8
        }
        
        .blue-steel.btn.active,
        .blue-steel.btn:active {
            background-image: none;
            background-color: #365b96
        }
        
        .blue-steel.btn.active:hover,
        .blue-steel.btn:active:hover {
            background-color: #395f9d
        }
        
        .open .blue-steel.btn.dropdown-toggle {
            background-image: none
        }
        
        .blue-steel.btn.disabled,
        .blue-steel.btn.disabled.active,
        .blue-steel.btn.disabled:active,
        .blue-steel.btn.disabled:focus,
        .blue-steel.btn.disabled:hover,
        .blue-steel.btn[disabled],
        .blue-steel.btn[disabled].active,
        .blue-steel.btn[disabled]:active,
        .blue-steel.btn[disabled]:focus,
        .blue-steel.btn[disabled]:hover,
        fieldset[disabled] .blue-steel.btn,
        fieldset[disabled] .blue-steel.btn.active,
        fieldset[disabled] .blue-steel.btn:active,
        fieldset[disabled] .blue-steel.btn:focus,
        fieldset[disabled] .blue-steel.btn:hover {
            background-color: #4B77BE
        }
        
        .blue-steel.btn .badge {
            color: #4B77BE;
            background-color: #FFF
        }
        
        .portlet.blue-steel,
        .portlet.box.blue-steel>.portlet-title,
        .portlet>.portlet-body.blue-steel {
            background-color: #4B77BE
        }
        
        .btn.blue-steel-stripe {
            border-left: 3px solid #4B77BE
        }
        
        .portlet.solid.blue-steel>.portlet-body,
        .portlet.solid.blue-steel>.portlet-title {
            border: 0;
            color: #FFF
        }
        
        .portlet.solid.blue-steel>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.solid.blue-steel>.portlet-title>.tools>a.remove {
            background-image: url(../../global/css/img/portlet-remove-icon-white.png)
        }
        
        .portlet.solid.blue-steel>.portlet-title>.tools>a.config {
            background-image: url(../../global/css/img/portlet-config-icon-white.png)
        }
        
        .portlet.solid.blue-steel>.portlet-title>.tools>a.reload {
            background-image: url(../../global/css/img/portlet-reload-icon-white.png)
        }
        
        .portlet.solid.blue-steel>.portlet-title>.tools>a.expand {
            background-image: url(../../global/css/img/portlet-expand-icon-white.png)
        }
        
        .portlet.solid.blue-steel>.portlet-title>.tools>a.collapse {
            background-image: url(../../global/css/img/portlet-collapse-icon-white.png)
        }
        
        .portlet.solid.blue-steel>.portlet-title>.tools>a.fullscreen {
            color: #fdfdfd
        }
        
        .portlet.box.blue-steel {
            border: 1px solid #7093cc;
            border-top: 0
        }
        
        .portlet.box.blue-steel>.portlet-title>.caption,
        .portlet.box.blue-steel>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.box.blue-steel>.portlet-title>.actions .btn-default {
            background: 0 0!important;
            border: 1px solid #9db5dc;
            color: #b0c3e3
        }
        
        .portlet.box.blue-steel>.portlet-title>.actions .btn-default>i {
            color: #bbcce7
        }
        
        .portlet.box.blue-steel>.portlet-title>.actions .btn-default.active,
        .portlet.box.blue-steel>.portlet-title>.actions .btn-default:active,
        .portlet.box.blue-steel>.portlet-title>.actions .btn-default:focus,
        .portlet.box.blue-steel>.portlet-title>.actions .btn-default:hover {
            border: 1px solid #c3d2e9;
            color: #d6e0f0
        }
        
        .dashboard-stat.blue-steel {
            background-color: #4B77BE
        }
        
        .dashboard-stat.blue-steel.dashboard-stat-light:hover {
            background-color: #416db4
        }
        
        .dashboard-stat.blue-steel .visual>i {
            color: #FFF;
            opacity: .1;
            filter: alpha(opacity=10)
        }
        
        .dashboard-stat.blue-steel .details .number {
            color: #FFF
        }
        
        .dashboard-stat.blue-steel .details .desc {
            color: #FFF;
            opacity: 1;
            filter: alpha(opacity=100)
        }
        
        .dashboard-stat.blue-steel .more {
            color: #FFF;
            background-color: #416db4
        }
        
        .bg-blue-steel {
            border-color: #4B77BE!important;
            background-image: none!important;
            background-color: #4B77BE!important;
            color: #FFF!important
        }
        
        .font-blue-steel {
            color: #4B77BE!important
        }
        
        .progress-bar.blue-steel {
            background: #4B77BE!important;
            color: #FFF!important
        }
        
        .blue-soft.btn {
            color: #FFF;
            background-color: #4c87b9;
            border-color: ""
        }
        
        .blue-soft.btn.active,
        .blue-soft.btn:active,
        .blue-soft.btn:focus,
        .blue-soft.btn:hover,
        .open .blue-soft.btn.dropdown-toggle {
            color: #FFF;
            background-color: #3f75a2
        }
        
        .blue-soft.btn.active,
        .blue-soft.btn:active {
            background-image: none;
            background-color: #386890
        }
        
        .blue-soft.btn.active:hover,
        .blue-soft.btn:active:hover {
            background-color: #3b6d97
        }
        
        .open .blue-soft.btn.dropdown-toggle {
            background-image: none
        }
        
        .blue-soft.btn.disabled,
        .blue-soft.btn.disabled.active,
        .blue-soft.btn.disabled:active,
        .blue-soft.btn.disabled:focus,
        .blue-soft.btn.disabled:hover,
        .blue-soft.btn[disabled],
        .blue-soft.btn[disabled].active,
        .blue-soft.btn[disabled]:active,
        .blue-soft.btn[disabled]:focus,
        .blue-soft.btn[disabled]:hover,
        fieldset[disabled] .blue-soft.btn,
        fieldset[disabled] .blue-soft.btn.active,
        fieldset[disabled] .blue-soft.btn:active,
        fieldset[disabled] .blue-soft.btn:focus,
        fieldset[disabled] .blue-soft.btn:hover {
            background-color: #4c87b9
        }
        
        .blue-soft.btn .badge {
            color: #4c87b9;
            background-color: #FFF
        }
        
        .portlet.blue-soft,
        .portlet.box.blue-soft>.portlet-title,
        .portlet>.portlet-body.blue-soft {
            background-color: #4c87b9
        }
        
        .btn.blue-soft-stripe {
            border-left: 3px solid #4c87b9
        }
        
        .portlet.solid.blue-soft>.portlet-body,
        .portlet.solid.blue-soft>.portlet-title {
            border: 0;
            color: #FFF
        }
        
        .portlet.solid.blue-soft>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.solid.blue-soft>.portlet-title>.tools>a.remove {
            background-image: url(../../global/css/img/portlet-remove-icon-white.png)
        }
        
        .portlet.solid.blue-soft>.portlet-title>.tools>a.config {
            background-image: url(../../global/css/img/portlet-config-icon-white.png)
        }
        
        .portlet.solid.blue-soft>.portlet-title>.tools>a.reload {
            background-image: url(../../global/css/img/portlet-reload-icon-white.png)
        }
        
        .portlet.solid.blue-soft>.portlet-title>.tools>a.expand {
            background-image: url(../../global/css/img/portlet-expand-icon-white.png)
        }
        
        .portlet.solid.blue-soft>.portlet-title>.tools>a.collapse {
            background-image: url(../../global/css/img/portlet-collapse-icon-white.png)
        }
        
        .portlet.solid.blue-soft>.portlet-title>.tools>a.fullscreen {
            color: #fdfdfd
        }
        
        .portlet.box.blue-soft {
            border: 1px solid #71a0c7;
            border-top: 0
        }
        
        .portlet.box.blue-soft>.portlet-title>.caption,
        .portlet.box.blue-soft>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.box.blue-soft>.portlet-title>.actions .btn-default {
            background: 0 0!important;
            border: 1px solid #9dbdd9;
            color: #afc9e0
        }
        
        .portlet.box.blue-soft>.portlet-title>.actions .btn-default>i {
            color: #bad1e4
        }
        
        .portlet.box.blue-soft>.portlet-title>.actions .btn-default.active,
        .portlet.box.blue-soft>.portlet-title>.actions .btn-default:active,
        .portlet.box.blue-soft>.portlet-title>.actions .btn-default:focus,
        .portlet.box.blue-soft>.portlet-title>.actions .btn-default:hover {
            border: 1px solid #c1d6e7;
            color: #d4e2ee
        }
        
        .dashboard-stat.blue-soft {
            background-color: #4c87b9
        }
        
        .dashboard-stat.blue-soft.dashboard-stat-light:hover {
            background-color: #447dad
        }
        
        .dashboard-stat.blue-soft .visual>i {
            color: #FFF;
            opacity: .1;
            filter: alpha(opacity=10)
        }
        
        .dashboard-stat.blue-soft .details .number {
            color: #FFF
        }
        
        .dashboard-stat.blue-soft .details .desc {
            color: #FFF;
            opacity: 1;
            filter: alpha(opacity=100)
        }
        
        .dashboard-stat.blue-soft .more {
            color: #FFF;
            background-color: #447dad
        }
        
        .bg-blue-soft {
            border-color: #4c87b9!important;
            background-image: none!important;
            background-color: #4c87b9!important;
            color: #FFF!important
        }
        
        .font-blue-soft {
            color: #4c87b9!important
        }
        
        .progress-bar.blue-soft {
            background: #4c87b9!important;
            color: #FFF!important
        }
        
        .blue-dark.btn {
            color: #FFF;
            background-color: #5e738b;
            border-color: ""
        }
        
        .blue-dark.btn.active,
        .blue-dark.btn:active,
        .blue-dark.btn:focus,
        .blue-dark.btn:hover,
        .open .blue-dark.btn.dropdown-toggle {
            color: #FFF;
            background-color: #506176
        }
        
        .blue-dark.btn.active,
        .blue-dark.btn:active {
            background-image: none;
            background-color: #455566
        }
        
        .blue-dark.btn.active:hover,
        .blue-dark.btn:active:hover {
            background-color: #495a6d
        }
        
        .open .blue-dark.btn.dropdown-toggle {
            background-image: none
        }
        
        .blue-dark.btn.disabled,
        .blue-dark.btn.disabled.active,
        .blue-dark.btn.disabled:active,
        .blue-dark.btn.disabled:focus,
        .blue-dark.btn.disabled:hover,
        .blue-dark.btn[disabled],
        .blue-dark.btn[disabled].active,
        .blue-dark.btn[disabled]:active,
        .blue-dark.btn[disabled]:focus,
        .blue-dark.btn[disabled]:hover,
        fieldset[disabled] .blue-dark.btn,
        fieldset[disabled] .blue-dark.btn.active,
        fieldset[disabled] .blue-dark.btn:active,
        fieldset[disabled] .blue-dark.btn:focus,
        fieldset[disabled] .blue-dark.btn:hover {
            background-color: #5e738b
        }
        
        .blue-dark.btn .badge {
            color: #5e738b;
            background-color: #FFF
        }
        
        .portlet.blue-dark,
        .portlet.box.blue-dark>.portlet-title,
        .portlet>.portlet-body.blue-dark {
            background-color: #5e738b
        }
        
        .btn.blue-dark-stripe {
            border-left: 3px solid #5e738b
        }
        
        .portlet.solid.blue-dark>.portlet-body,
        .portlet.solid.blue-dark>.portlet-title {
            border: 0;
            color: #FFF
        }
        
        .portlet.solid.blue-dark>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.solid.blue-dark>.portlet-title>.tools>a.remove {
            background-image: url(../../global/css/img/portlet-remove-icon-white.png)
        }
        
        .portlet.solid.blue-dark>.portlet-title>.tools>a.config {
            background-image: url(../../global/css/img/portlet-config-icon-white.png)
        }
        
        .portlet.solid.blue-dark>.portlet-title>.tools>a.reload {
            background-image: url(../../global/css/img/portlet-reload-icon-white.png)
        }
        
        .portlet.solid.blue-dark>.portlet-title>.tools>a.expand {
            background-image: url(../../global/css/img/portlet-expand-icon-white.png)
        }
        
        .portlet.solid.blue-dark>.portlet-title>.tools>a.collapse {
            background-image: url(../../global/css/img/portlet-collapse-icon-white.png)
        }
        
        .portlet.solid.blue-dark>.portlet-title>.tools>a.fullscreen {
            color: #fdfdfd
        }
        
        .portlet.box.blue-dark {
            border: 1px solid #788da4;
            border-top: 0
        }
        
        .portlet.box.blue-dark>.portlet-title>.caption,
        .portlet.box.blue-dark>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.box.blue-dark>.portlet-title>.actions .btn-default {
            background: 0 0!important;
            border: 1px solid #9dacbd;
            color: #acb8c7
        }
        
        .portlet.box.blue-dark>.portlet-title>.actions .btn-default>i {
            color: #b5c0cd
        }
        
        .portlet.box.blue-dark>.portlet-title>.actions .btn-default.active,
        .portlet.box.blue-dark>.portlet-title>.actions .btn-default:active,
        .portlet.box.blue-dark>.portlet-title>.actions .btn-default:focus,
        .portlet.box.blue-dark>.portlet-title>.actions .btn-default:hover {
            border: 1px solid #bbc5d1;
            color: #cad2db
        }
        
        .dashboard-stat.blue-dark {
            background-color: #5e738b
        }
        
        .dashboard-stat.blue-dark.dashboard-stat-light:hover {
            background-color: #56697f
        }
        
        .dashboard-stat.blue-dark .visual>i {
            color: #FFF;
            opacity: .1;
            filter: alpha(opacity=10)
        }
        
        .dashboard-stat.blue-dark .details .number {
            color: #FFF
        }
        
        .dashboard-stat.blue-dark .details .desc {
            color: #FFF;
            opacity: 1;
            filter: alpha(opacity=100)
        }
        
        .dashboard-stat.blue-dark .more {
            color: #FFF;
            background-color: #56697f
        }
        
        .bg-blue-dark {
            border-color: #5e738b!important;
            background-image: none!important;
            background-color: #5e738b!important;
            color: #FFF!important
        }
        
        .font-blue-dark {
            color: #5e738b!important
        }
        
        .progress-bar.blue-dark {
            background: #5e738b!important;
            color: #FFF!important
        }
        
        .blue-sharp.btn {
            color: #FFF;
            background-color: #5C9BD1;
            border-color: ""
        }
        
        .blue-sharp.btn.active,
        .blue-sharp.btn:active,
        .blue-sharp.btn:focus,
        .blue-sharp.btn:hover,
        .open .blue-sharp.btn.dropdown-toggle {
            color: #FFF;
            background-color: #408ac9
        }
        
        .blue-sharp.btn.active,
        .blue-sharp.btn:active {
            background-image: none;
            background-color: #357dbb
        }
        
        .blue-sharp.btn.active:hover,
        .blue-sharp.btn:active:hover {
            background-color: #3782c3
        }
        
        .open .blue-sharp.btn.dropdown-toggle {
            background-image: none
        }
        
        .blue-sharp.btn.disabled,
        .blue-sharp.btn.disabled.active,
        .blue-sharp.btn.disabled:active,
        .blue-sharp.btn.disabled:focus,
        .blue-sharp.btn.disabled:hover,
        .blue-sharp.btn[disabled],
        .blue-sharp.btn[disabled].active,
        .blue-sharp.btn[disabled]:active,
        .blue-sharp.btn[disabled]:focus,
        .blue-sharp.btn[disabled]:hover,
        fieldset[disabled] .blue-sharp.btn,
        fieldset[disabled] .blue-sharp.btn.active,
        fieldset[disabled] .blue-sharp.btn:active,
        fieldset[disabled] .blue-sharp.btn:focus,
        fieldset[disabled] .blue-sharp.btn:hover {
            background-color: #5C9BD1
        }
        
        .blue-sharp.btn .badge {
            color: #5C9BD1;
            background-color: #FFF
        }
        
        .portlet.blue-sharp,
        .portlet.box.blue-sharp>.portlet-title,
        .portlet>.portlet-body.blue-sharp {
            background-color: #5C9BD1
        }
        
        .btn.blue-sharp-stripe {
            border-left: 3px solid #5C9BD1
        }
        
        .portlet.solid.blue-sharp>.portlet-body,
        .portlet.solid.blue-sharp>.portlet-title {
            border: 0;
            color: #FFF
        }
        
        .portlet.solid.blue-sharp>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.solid.blue-sharp>.portlet-title>.tools>a.remove {
            background-image: url(../../global/css/img/portlet-remove-icon-white.png)
        }
        
        .portlet.solid.blue-sharp>.portlet-title>.tools>a.config {
            background-image: url(../../global/css/img/portlet-config-icon-white.png)
        }
        
        .portlet.solid.blue-sharp>.portlet-title>.tools>a.reload {
            background-image: url(../../global/css/img/portlet-reload-icon-white.png)
        }
        
        .portlet.solid.blue-sharp>.portlet-title>.tools>a.expand {
            background-image: url(../../global/css/img/portlet-expand-icon-white.png)
        }
        
        .portlet.solid.blue-sharp>.portlet-title>.tools>a.collapse {
            background-image: url(../../global/css/img/portlet-collapse-icon-white.png)
        }
        
        .portlet.solid.blue-sharp>.portlet-title>.tools>a.fullscreen {
            color: #fdfdfd
        }
        
        .portlet.box.blue-sharp {
            border: 1px solid #84b3dc;
            border-top: 0
        }
        
        .portlet.box.blue-sharp>.portlet-title>.caption,
        .portlet.box.blue-sharp>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.box.blue-sharp>.portlet-title>.actions .btn-default {
            background: 0 0!important;
            border: 1px solid #b4d1ea;
            color: #c7ddef
        }
        
        .portlet.box.blue-sharp>.portlet-title>.actions .btn-default>i {
            color: #d3e4f3
        }
        
        .portlet.box.blue-sharp>.portlet-title>.actions .btn-default.active,
        .portlet.box.blue-sharp>.portlet-title>.actions .btn-default:active,
        .portlet.box.blue-sharp>.portlet-title>.actions .btn-default:focus,
        .portlet.box.blue-sharp>.portlet-title>.actions .btn-default:hover {
            border: 1px solid #dbe9f5;
            color: #eff5fb
        }
        
        .dashboard-stat.blue-sharp {
            background-color: #5C9BD1
        }
        
        .dashboard-stat.blue-sharp.dashboard-stat-light:hover {
            background-color: #4c91cd
        }
        
        .dashboard-stat.blue-sharp .visual>i {
            color: #FFF;
            opacity: .1;
            filter: alpha(opacity=10)
        }
        
        .dashboard-stat.blue-sharp .details .number {
            color: #FFF
        }
        
        .dashboard-stat.blue-sharp .details .desc {
            color: #FFF;
            opacity: 1;
            filter: alpha(opacity=100)
        }
        
        .dashboard-stat.blue-sharp .more {
            color: #FFF;
            background-color: #4c91cd
        }
        
        .bg-blue-sharp {
            border-color: #5C9BD1!important;
            background-image: none!important;
            background-color: #5C9BD1!important;
            color: #FFF!important
        }
        
        .font-blue-sharp {
            color: #5C9BD1!important
        }
        
        .progress-bar.blue-sharp {
            background: #5C9BD1!important;
            color: #FFF!important
        }
        
        .green.btn {
            color: #FFF;
            background-color: #35aa47;
            border-color: ""
        }
        
        .green.btn.active,
        .green.btn:active,
        .green.btn:focus,
        .green.btn:hover,
        .open .green.btn.dropdown-toggle {
            color: #FFF;
            background-color: #2d8f3c
        }
        
        .green.btn.active,
        .green.btn:active {
            background-image: none;
            background-color: #267b34
        }
        
        .green.btn.active:hover,
        .green.btn:active:hover {
            background-color: #298337
        }
        
        .open .green.btn.dropdown-toggle {
            background-image: none
        }
        
        .green.btn.disabled,
        .green.btn.disabled.active,
        .green.btn.disabled:active,
        .green.btn.disabled:focus,
        .green.btn.disabled:hover,
        .green.btn[disabled],
        .green.btn[disabled].active,
        .green.btn[disabled]:active,
        .green.btn[disabled]:focus,
        .green.btn[disabled]:hover,
        fieldset[disabled] .green.btn,
        fieldset[disabled] .green.btn.active,
        fieldset[disabled] .green.btn:active,
        fieldset[disabled] .green.btn:focus,
        fieldset[disabled] .green.btn:hover {
            background-color: #35aa47
        }
        
        .green.btn .badge {
            color: #35aa47;
            background-color: #FFF
        }
        
        .portlet.box.green>.portlet-title,
        .portlet.green,
        .portlet>.portlet-body.green {
            background-color: #35aa47
        }
        
        .btn.green-stripe {
            border-left: 3px solid #35aa47
        }
        
        .portlet.solid.green>.portlet-body,
        .portlet.solid.green>.portlet-title {
            border: 0;
            color: #FFF
        }
        
        .portlet.solid.green>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.solid.green>.portlet-title>.tools>a.remove {
            background-image: url(../../global/css/img/portlet-remove-icon-white.png)
        }
        
        .portlet.solid.green>.portlet-title>.tools>a.config {
            background-image: url(../../global/css/img/portlet-config-icon-white.png)
        }
        
        .portlet.solid.green>.portlet-title>.tools>a.reload {
            background-image: url(../../global/css/img/portlet-reload-icon-white.png)
        }
        
        .portlet.solid.green>.portlet-title>.tools>a.expand {
            background-image: url(../../global/css/img/portlet-expand-icon-white.png)
        }
        
        .portlet.solid.green>.portlet-title>.tools>a.collapse {
            background-image: url(../../global/css/img/portlet-collapse-icon-white.png)
        }
        
        .portlet.solid.green>.portlet-title>.tools>a.fullscreen {
            color: #fdfdfd
        }
        
        .portlet.box.green {
            border: 1px solid #4bc75e;
            border-top: 0
        }
        
        .portlet.box.green>.portlet-title>.caption,
        .portlet.box.green>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.box.green>.portlet-title>.actions .btn-default {
            background: 0 0!important;
            border: 1px solid #7ad588;
            color: #8ddc99
        }
        
        .portlet.box.green>.portlet-title>.actions .btn-default>i {
            color: #99dfa4
        }
        
        .portlet.box.green>.portlet-title>.actions .btn-default.active,
        .portlet.box.green>.portlet-title>.actions .btn-default:active,
        .portlet.box.green>.portlet-title>.actions .btn-default:focus,
        .portlet.box.green>.portlet-title>.actions .btn-default:hover {
            border: 1px solid #a1e2ab;
            color: #b4e8bc
        }
        
        .dashboard-stat.green {
            background-color: #35aa47
        }
        
        .dashboard-stat.green.dashboard-stat-light:hover {
            background-color: #309a41
        }
        
        .dashboard-stat.green .visual>i {
            color: #FFF;
            opacity: .1;
            filter: alpha(opacity=10)
        }
        
        .dashboard-stat.green .details .number {
            color: #FFF
        }
        
        .dashboard-stat.green .details .desc {
            color: #FFF;
            opacity: 1;
            filter: alpha(opacity=100)
        }
        
        .dashboard-stat.green .more {
            color: #FFF;
            background-color: #309a41
        }
        
        .bg-green {
            border-color: #35aa47!important;
            background-image: none!important;
            background-color: #35aa47!important;
            color: #FFF!important
        }
        
        .font-green {
            color: #35aa47!important
        }
        
        .progress-bar.green {
            background: #35aa47!important;
            color: #FFF!important
        }
        
        .green-meadow.btn {
            color: #FFF;
            background-color: #1BBC9B;
            border-color: ""
        }
        
        .green-meadow.btn.active,
        .green-meadow.btn:active,
        .green-meadow.btn:focus,
        .green-meadow.btn:hover,
        .open .green-meadow.btn.dropdown-toggle {
            color: #FFF;
            background-color: #179d81
        }
        
        .green-meadow.btn.active,
        .green-meadow.btn:active {
            background-image: none;
            background-color: #13866f
        }
        
        .green-meadow.btn.active:hover,
        .green-meadow.btn:active:hover {
            background-color: #158f76
        }
        
        .open .green-meadow.btn.dropdown-toggle {
            background-image: none
        }
        
        .green-meadow.btn.disabled,
        .green-meadow.btn.disabled.active,
        .green-meadow.btn.disabled:active,
        .green-meadow.btn.disabled:focus,
        .green-meadow.btn.disabled:hover,
        .green-meadow.btn[disabled],
        .green-meadow.btn[disabled].active,
        .green-meadow.btn[disabled]:active,
        .green-meadow.btn[disabled]:focus,
        .green-meadow.btn[disabled]:hover,
        fieldset[disabled] .green-meadow.btn,
        fieldset[disabled] .green-meadow.btn.active,
        fieldset[disabled] .green-meadow.btn:active,
        fieldset[disabled] .green-meadow.btn:focus,
        fieldset[disabled] .green-meadow.btn:hover {
            background-color: #1BBC9B
        }
        
        .green-meadow.btn .badge {
            color: #1BBC9B;
            background-color: #FFF
        }
        
        .portlet.box.green-meadow>.portlet-title,
        .portlet.green-meadow,
        .portlet>.portlet-body.green-meadow {
            background-color: #1BBC9B
        }
        
        .btn.green-meadow-stripe {
            border-left: 3px solid #1BBC9B
        }
        
        .portlet.solid.green-meadow>.portlet-body,
        .portlet.solid.green-meadow>.portlet-title {
            border: 0;
            color: #FFF
        }
        
        .portlet.solid.green-meadow>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.solid.green-meadow>.portlet-title>.tools>a.remove {
            background-image: url(../../global/css/img/portlet-remove-icon-white.png)
        }
        
        .portlet.solid.green-meadow>.portlet-title>.tools>a.config {
            background-image: url(../../global/css/img/portlet-config-icon-white.png)
        }
        
        .portlet.solid.green-meadow>.portlet-title>.tools>a.reload {
            background-image: url(../../global/css/img/portlet-reload-icon-white.png)
        }
        
        .portlet.solid.green-meadow>.portlet-title>.tools>a.expand {
            background-image: url(../../global/css/img/portlet-expand-icon-white.png)
        }
        
        .portlet.solid.green-meadow>.portlet-title>.tools>a.collapse {
            background-image: url(../../global/css/img/portlet-collapse-icon-white.png)
        }
        
        .portlet.solid.green-meadow>.portlet-title>.tools>a.fullscreen {
            color: #fdfdfd
        }
        
        .portlet.box.green-meadow {
            border: 1px solid #2ae0bb;
            border-top: 0
        }
        
        .portlet.box.green-meadow>.portlet-title>.caption,
        .portlet.box.green-meadow>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.box.green-meadow>.portlet-title>.actions .btn-default {
            background: 0 0!important;
            border: 1px solid #5fe8cc;
            color: #75ebd3
        }
        
        .portlet.box.green-meadow>.portlet-title>.actions .btn-default>i {
            color: #83edd7
        }
        
        .portlet.box.green-meadow>.portlet-title>.actions .btn-default.active,
        .portlet.box.green-meadow>.portlet-title>.actions .btn-default:active,
        .portlet.box.green-meadow>.portlet-title>.actions .btn-default:focus,
        .portlet.box.green-meadow>.portlet-title>.actions .btn-default:hover {
            border: 1px solid #8ceeda;
            color: #a2f2e1
        }
        
        .dashboard-stat.green-meadow {
            background-color: #1BBC9B
        }
        
        .dashboard-stat.green-meadow.dashboard-stat-light:hover {
            background-color: #18aa8c
        }
        
        .dashboard-stat.green-meadow .visual>i {
            color: #FFF;
            opacity: .1;
            filter: alpha(opacity=10)
        }
        
        .dashboard-stat.green-meadow .details .number {
            color: #FFF
        }
        
        .dashboard-stat.green-meadow .details .desc {
            color: #FFF;
            opacity: 1;
            filter: alpha(opacity=100)
        }
        
        .dashboard-stat.green-meadow .more {
            color: #FFF;
            background-color: #18aa8c
        }
        
        .bg-green-meadow {
            border-color: #1BBC9B!important;
            background-image: none!important;
            background-color: #1BBC9B!important;
            color: #FFF!important
        }
        
        .font-green-meadow {
            color: #1BBC9B!important
        }
        
        .progress-bar.green-meadow {
            background: #1BBC9B!important;
            color: #FFF!important
        }
        
        .green-seagreen.btn {
            color: #FFF;
            background-color: #1BA39C;
            border-color: ""
        }
        
        .green-seagreen.btn.active,
        .green-seagreen.btn:active,
        .green-seagreen.btn:focus,
        .green-seagreen.btn:hover,
        .open .green-seagreen.btn.dropdown-toggle {
            color: #FFF;
            background-color: #16847f
        }
        
        .green-seagreen.btn.active,
        .green-seagreen.btn:active {
            background-image: none;
            background-color: #126e6a
        }
        
        .green-seagreen.btn.active:hover,
        .green-seagreen.btn:active:hover {
            background-color: #147772
        }
        
        .open .green-seagreen.btn.dropdown-toggle {
            background-image: none
        }
        
        .green-seagreen.btn.disabled,
        .green-seagreen.btn.disabled.active,
        .green-seagreen.btn.disabled:active,
        .green-seagreen.btn.disabled:focus,
        .green-seagreen.btn.disabled:hover,
        .green-seagreen.btn[disabled],
        .green-seagreen.btn[disabled].active,
        .green-seagreen.btn[disabled]:active,
        .green-seagreen.btn[disabled]:focus,
        .green-seagreen.btn[disabled]:hover,
        fieldset[disabled] .green-seagreen.btn,
        fieldset[disabled] .green-seagreen.btn.active,
        fieldset[disabled] .green-seagreen.btn:active,
        fieldset[disabled] .green-seagreen.btn:focus,
        fieldset[disabled] .green-seagreen.btn:hover {
            background-color: #1BA39C
        }
        
        .green-seagreen.btn .badge {
            color: #1BA39C;
            background-color: #FFF
        }
        
        .portlet.box.green-seagreen>.portlet-title,
        .portlet.green-seagreen,
        .portlet>.portlet-body.green-seagreen {
            background-color: #1BA39C
        }
        
        .btn.green-seagreen-stripe {
            border-left: 3px solid #1BA39C
        }
        
        .portlet.solid.green-seagreen>.portlet-body,
        .portlet.solid.green-seagreen>.portlet-title {
            border: 0;
            color: #FFF
        }
        
        .portlet.solid.green-seagreen>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.solid.green-seagreen>.portlet-title>.tools>a.remove {
            background-image: url(../../global/css/img/portlet-remove-icon-white.png)
        }
        
        .portlet.solid.green-seagreen>.portlet-title>.tools>a.config {
            background-image: url(../../global/css/img/portlet-config-icon-white.png)
        }
        
        .portlet.solid.green-seagreen>.portlet-title>.tools>a.reload {
            background-image: url(../../global/css/img/portlet-reload-icon-white.png)
        }
        
        .portlet.solid.green-seagreen>.portlet-title>.tools>a.expand {
            background-image: url(../../global/css/img/portlet-expand-icon-white.png)
        }
        
        .portlet.solid.green-seagreen>.portlet-title>.tools>a.collapse {
            background-image: url(../../global/css/img/portlet-collapse-icon-white.png)
        }
        
        .portlet.solid.green-seagreen>.portlet-title>.tools>a.fullscreen {
            color: #fdfdfd
        }
        
        .portlet.box.green-seagreen {
            border: 1px solid #22cfc6;
            border-top: 0
        }
        
        .portlet.box.green-seagreen>.portlet-title>.caption,
        .portlet.box.green-seagreen>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.box.green-seagreen>.portlet-title>.actions .btn-default {
            background: 0 0!important;
            border: 1px solid #4de1da;
            color: #63e5de
        }
        
        .portlet.box.green-seagreen>.portlet-title>.actions .btn-default>i {
            color: #70e7e1
        }
        
        .portlet.box.green-seagreen>.portlet-title>.actions .btn-default.active,
        .portlet.box.green-seagreen>.portlet-title>.actions .btn-default:active,
        .portlet.box.green-seagreen>.portlet-title>.actions .btn-default:focus,
        .portlet.box.green-seagreen>.portlet-title>.actions .btn-default:hover {
            border: 1px solid #78e9e3;
            color: #8eece8
        }
        
        .dashboard-stat.green-seagreen {
            background-color: #1BA39C
        }
        
        .dashboard-stat.green-seagreen.dashboard-stat-light:hover {
            background-color: #18918b
        }
        
        .dashboard-stat.green-seagreen .visual>i {
            color: #FFF;
            opacity: .1;
            filter: alpha(opacity=10)
        }
        
        .dashboard-stat.green-seagreen .details .number {
            color: #FFF
        }
        
        .dashboard-stat.green-seagreen .details .desc {
            color: #FFF;
            opacity: 1;
            filter: alpha(opacity=100)
        }
        
        .dashboard-stat.green-seagreen .more {
            color: #FFF;
            background-color: #18918b
        }
        
        .bg-green-seagreen {
            border-color: #1BA39C!important;
            background-image: none!important;
            background-color: #1BA39C!important;
            color: #FFF!important
        }
        
        .font-green-seagreen {
            color: #1BA39C!important
        }
        
        .progress-bar.green-seagreen {
            background: #1BA39C!important;
            color: #FFF!important
        }
        
        .green-turquoise.btn {
            color: #FFF;
            background-color: #36D7B7;
            border-color: ""
        }
        
        .green-turquoise.btn.active,
        .green-turquoise.btn:active,
        .green-turquoise.btn:focus,
        .green-turquoise.btn:hover,
        .open .green-turquoise.btn.dropdown-toggle {
            color: #FFF;
            background-color: #27c3a4
        }
        
        .green-turquoise.btn.active,
        .green-turquoise.btn:active {
            background-image: none;
            background-color: #22ad92
        }
        
        .green-turquoise.btn.active:hover,
        .green-turquoise.btn:active:hover {
            background-color: #24b699
        }
        
        .open .green-turquoise.btn.dropdown-toggle {
            background-image: none
        }
        
        .green-turquoise.btn.disabled,
        .green-turquoise.btn.disabled.active,
        .green-turquoise.btn.disabled:active,
        .green-turquoise.btn.disabled:focus,
        .green-turquoise.btn.disabled:hover,
        .green-turquoise.btn[disabled],
        .green-turquoise.btn[disabled].active,
        .green-turquoise.btn[disabled]:active,
        .green-turquoise.btn[disabled]:focus,
        .green-turquoise.btn[disabled]:hover,
        fieldset[disabled] .green-turquoise.btn,
        fieldset[disabled] .green-turquoise.btn.active,
        fieldset[disabled] .green-turquoise.btn:active,
        fieldset[disabled] .green-turquoise.btn:focus,
        fieldset[disabled] .green-turquoise.btn:hover {
            background-color: #36D7B7
        }
        
        .green-turquoise.btn .badge {
            color: #36D7B7;
            background-color: #FFF
        }
        
        .portlet.box.green-turquoise>.portlet-title,
        .portlet.green-turquoise,
        .portlet>.portlet-body.green-turquoise {
            background-color: #36D7B7
        }
        
        .btn.green-turquoise-stripe {
            border-left: 3px solid #36D7B7
        }
        
        .portlet.solid.green-turquoise>.portlet-body,
        .portlet.solid.green-turquoise>.portlet-title {
            border: 0;
            color: #FFF
        }
        
        .portlet.solid.green-turquoise>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.solid.green-turquoise>.portlet-title>.tools>a.remove {
            background-image: url(../../global/css/img/portlet-remove-icon-white.png)
        }
        
        .portlet.solid.green-turquoise>.portlet-title>.tools>a.config {
            background-image: url(../../global/css/img/portlet-config-icon-white.png)
        }
        
        .portlet.solid.green-turquoise>.portlet-title>.tools>a.reload {
            background-image: url(../../global/css/img/portlet-reload-icon-white.png)
        }
        
        .portlet.solid.green-turquoise>.portlet-title>.tools>a.expand {
            background-image: url(../../global/css/img/portlet-expand-icon-white.png)
        }
        
        .portlet.solid.green-turquoise>.portlet-title>.tools>a.collapse {
            background-image: url(../../global/css/img/portlet-collapse-icon-white.png)
        }
        
        .portlet.solid.green-turquoise>.portlet-title>.tools>a.fullscreen {
            color: #fdfdfd
        }
        
        .portlet.box.green-turquoise {
            border: 1px solid #61dfc6;
            border-top: 0
        }
        
        .portlet.box.green-turquoise>.portlet-title>.caption,
        .portlet.box.green-turquoise>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.box.green-turquoise>.portlet-title>.actions .btn-default {
            background: 0 0!important;
            border: 1px solid #94ead9;
            color: #a9eee0
        }
        
        .portlet.box.green-turquoise>.portlet-title>.actions .btn-default>i {
            color: #b6f0e5
        }
        
        .portlet.box.green-turquoise>.portlet-title>.actions .btn-default.active,
        .portlet.box.green-turquoise>.portlet-title>.actions .btn-default:active,
        .portlet.box.green-turquoise>.portlet-title>.actions .btn-default:focus,
        .portlet.box.green-turquoise>.portlet-title>.actions .btn-default:hover {
            border: 1px solid #bef2e8;
            color: #d3f6ef
        }
        
        .dashboard-stat.green-turquoise {
            background-color: #36D7B7
        }
        
        .dashboard-stat.green-turquoise.dashboard-stat-light:hover {
            background-color: #29cfae
        }
        
        .dashboard-stat.green-turquoise .visual>i {
            color: #FFF;
            opacity: .1;
            filter: alpha(opacity=10)
        }
        
        .dashboard-stat.green-turquoise .details .number {
            color: #FFF
        }
        
        .dashboard-stat.green-turquoise .details .desc {
            color: #FFF;
            opacity: 1;
            filter: alpha(opacity=100)
        }
        
        .dashboard-stat.green-turquoise .more {
            color: #FFF;
            background-color: #29cfae
        }
        
        .bg-green-turquoise {
            border-color: #36D7B7!important;
            background-image: none!important;
            background-color: #36D7B7!important;
            color: #FFF!important
        }
        
        .font-green-turquoise {
            color: #36D7B7!important
        }
        
        .progress-bar.green-turquoise {
            background: #36D7B7!important;
            color: #FFF!important
        }
        
        .green-haze.btn {
            color: #FFF;
            background-color: #44b6ae
        }
        
        .green-haze.btn.active,
        .green-haze.btn:active,
        .green-haze.btn:focus,
        .green-haze.btn:hover,
        .open .green-haze.btn.dropdown-toggle {
            color: #FFF;
            background-color: #3a9c95
        }
        
        .green-haze.btn.active,
        .green-haze.btn:active {
            background-image: none;
            background-color: #338983
        }
        
        .green-haze.btn.active:hover,
        .green-haze.btn:active:hover {
            background-color: #36918b
        }
        
        .open .green-haze.btn.dropdown-toggle {
            background-image: none
        }
        
        .green-haze.btn.disabled,
        .green-haze.btn.disabled.active,
        .green-haze.btn.disabled:active,
        .green-haze.btn.disabled:focus,
        .green-haze.btn.disabled:hover,
        .green-haze.btn[disabled],
        .green-haze.btn[disabled].active,
        .green-haze.btn[disabled]:active,
        .green-haze.btn[disabled]:focus,
        .green-haze.btn[disabled]:hover,
        fieldset[disabled] .green-haze.btn,
        fieldset[disabled] .green-haze.btn.active,
        fieldset[disabled] .green-haze.btn:active,
        fieldset[disabled] .green-haze.btn:focus,
        fieldset[disabled] .green-haze.btn:hover {
            background-color: #44b6ae
        }
        
        .green-haze.btn .badge {
            color: #44b6ae;
            background-color: #FFF
        }
        
        .portlet.box.green-haze>.portlet-title,
        .portlet.green-haze,
        .portlet>.portlet-body.green-haze {
            background-color: #44b6ae
        }
        
        .btn.green-haze-stripe {
            border-left: 3px solid #44b6ae
        }
        
        .portlet.solid.green-haze>.portlet-body,
        .portlet.solid.green-haze>.portlet-title {
            border: 0;
            color: #FFF
        }
        
        .portlet.solid.green-haze>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.solid.green-haze>.portlet-title>.tools>a.remove {
            background-image: url(../../global/css/img/portlet-remove-icon-white.png)
        }
        
        .portlet.solid.green-haze>.portlet-title>.tools>a.config {
            background-image: url(../../global/css/img/portlet-config-icon-white.png)
        }
        
        .portlet.solid.green-haze>.portlet-title>.tools>a.reload {
            background-image: url(../../global/css/img/portlet-reload-icon-white.png)
        }
        
        .portlet.solid.green-haze>.portlet-title>.tools>a.expand {
            background-image: url(../../global/css/img/portlet-expand-icon-white.png)
        }
        
        .portlet.solid.green-haze>.portlet-title>.tools>a.collapse {
            background-image: url(../../global/css/img/portlet-collapse-icon-white.png)
        }
        
        .portlet.solid.green-haze>.portlet-title>.tools>a.fullscreen {
            color: #fdfdfd
        }
        
        .portlet.box.green-haze {
            border: 1px solid #67c6bf;
            border-top: 0
        }
        
        .portlet.box.green-haze>.portlet-title>.caption,
        .portlet.box.green-haze>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.box.green-haze>.portlet-title>.actions .btn-default {
            background: 0 0!important;
            border: 1px solid #93d7d2;
            color: #a6deda
        }
        
        .portlet.box.green-haze>.portlet-title>.actions .btn-default>i {
            color: #b1e2de
        }
        
        .portlet.box.green-haze>.portlet-title>.actions .btn-default.active,
        .portlet.box.green-haze>.portlet-title>.actions .btn-default:active,
        .portlet.box.green-haze>.portlet-title>.actions .btn-default:focus,
        .portlet.box.green-haze>.portlet-title>.actions .btn-default:hover {
            border: 1px solid #b9e5e2;
            color: #cbece9
        }
        
        .dashboard-stat.green-haze {
            background-color: #44b6ae
        }
        
        .dashboard-stat.green-haze.dashboard-stat-light:hover {
            background-color: #3ea7a0
        }
        
        .dashboard-stat.green-haze .visual>i {
            color: #FFF;
            opacity: .1;
            filter: alpha(opacity=10)
        }
        
        .dashboard-stat.green-haze .details .number {
            color: #FFF
        }
        
        .dashboard-stat.green-haze .details .desc {
            color: #FFF;
            opacity: 1;
            filter: alpha(opacity=100)
        }
        
        .dashboard-stat.green-haze .more {
            color: #FFF;
            background-color: #3ea7a0
        }
        
        .bg-green-haze {
            border-color: #44b6ae!important;
            background-image: none!important;
            background-color: #44b6ae!important;
            color: #FFF!important
        }
        
        .font-green-haze {
            color: #44b6ae!important
        }
        
        .progress-bar.green-haze {
            background: #44b6ae!important;
            color: #FFF!important
        }
        
        .green-jungle.btn {
            color: #FFF;
            background-color: #26C281;
            border-color: ""
        }
        
        .green-jungle.btn.active,
        .green-jungle.btn:active,
        .green-jungle.btn:focus,
        .green-jungle.btn:hover,
        .open .green-jungle.btn.dropdown-toggle {
            color: #FFF;
            background-color: #20a46d
        }
        
        .green-jungle.btn.active,
        .green-jungle.btn:active {
            background-image: none;
            background-color: #1c8f5f
        }
        
        .green-jungle.btn.active:hover,
        .green-jungle.btn:active:hover {
            background-color: #1e9765
        }
        
        .open .green-jungle.btn.dropdown-toggle {
            background-image: none
        }
        
        .green-jungle.btn.disabled,
        .green-jungle.btn.disabled.active,
        .green-jungle.btn.disabled:active,
        .green-jungle.btn.disabled:focus,
        .green-jungle.btn.disabled:hover,
        .green-jungle.btn[disabled],
        .green-jungle.btn[disabled].active,
        .green-jungle.btn[disabled]:active,
        .green-jungle.btn[disabled]:focus,
        .green-jungle.btn[disabled]:hover,
        fieldset[disabled] .green-jungle.btn,
        fieldset[disabled] .green-jungle.btn.active,
        fieldset[disabled] .green-jungle.btn:active,
        fieldset[disabled] .green-jungle.btn:focus,
        fieldset[disabled] .green-jungle.btn:hover {
            background-color: #26C281
        }
        
        .green-jungle.btn .badge {
            color: #26C281;
            background-color: #FFF
        }
        
        .portlet.box.green-jungle>.portlet-title,
        .portlet.green-jungle,
        .portlet>.portlet-body.green-jungle {
            background-color: #26C281
        }
        
        .btn.green-jungle-stripe {
            border-left: 3px solid #26C281
        }
        
        .portlet.solid.green-jungle>.portlet-body,
        .portlet.solid.green-jungle>.portlet-title {
            border: 0;
            color: #FFF
        }
        
        .portlet.solid.green-jungle>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.solid.green-jungle>.portlet-title>.tools>a.remove {
            background-image: url(../../global/css/img/portlet-remove-icon-white.png)
        }
        
        .portlet.solid.green-jungle>.portlet-title>.tools>a.config {
            background-image: url(../../global/css/img/portlet-config-icon-white.png)
        }
        
        .portlet.solid.green-jungle>.portlet-title>.tools>a.reload {
            background-image: url(../../global/css/img/portlet-reload-icon-white.png)
        }
        
        .portlet.solid.green-jungle>.portlet-title>.tools>a.expand {
            background-image: url(../../global/css/img/portlet-expand-icon-white.png)
        }
        
        .portlet.solid.green-jungle>.portlet-title>.tools>a.collapse {
            background-image: url(../../global/css/img/portlet-collapse-icon-white.png)
        }
        
        .portlet.solid.green-jungle>.portlet-title>.tools>a.fullscreen {
            color: #fdfdfd
        }
        
        .portlet.box.green-jungle {
            border: 1px solid #41da9a;
            border-top: 0
        }
        
        .portlet.box.green-jungle>.portlet-title>.caption,
        .portlet.box.green-jungle>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.box.green-jungle>.portlet-title>.actions .btn-default {
            background: 0 0!important;
            border: 1px solid #74e4b5;
            color: #8ae8c1
        }
        
        .portlet.box.green-jungle>.portlet-title>.actions .btn-default>i {
            color: #96ebc8
        }
        
        .portlet.box.green-jungle>.portlet-title>.actions .btn-default.active,
        .portlet.box.green-jungle>.portlet-title>.actions .btn-default:active,
        .portlet.box.green-jungle>.portlet-title>.actions .btn-default:focus,
        .portlet.box.green-jungle>.portlet-title>.actions .btn-default:hover {
            border: 1px solid #9feccc;
            color: #b4f0d7
        }
        
        .dashboard-stat.green-jungle {
            background-color: #26C281
        }
        
        .dashboard-stat.green-jungle.dashboard-stat-light:hover {
            background-color: #23b176
        }
        
        .dashboard-stat.green-jungle .visual>i {
            color: #FFF;
            opacity: .1;
            filter: alpha(opacity=10)
        }
        
        .dashboard-stat.green-jungle .details .number {
            color: #FFF
        }
        
        .dashboard-stat.green-jungle .details .desc {
            color: #FFF;
            opacity: 1;
            filter: alpha(opacity=100)
        }
        
        .dashboard-stat.green-jungle .more {
            color: #FFF;
            background-color: #23b176
        }
        
        .bg-green-jungle {
            border-color: #26C281!important;
            background-image: none!important;
            background-color: #26C281!important;
            color: #FFF!important
        }
        
        .font-green-jungle {
            color: #26C281!important
        }
        
        .progress-bar.green-jungle {
            background: #26C281!important;
            color: #FFF!important
        }
        
        .green-sharp.btn {
            color: #FFF;
            background-color: #4DB3A2;
            border-color: ""
        }
        
        .green-sharp.btn.active,
        .green-sharp.btn:active,
        .green-sharp.btn:focus,
        .green-sharp.btn:hover,
        .open .green-sharp.btn.dropdown-toggle {
            color: #FFF;
            background-color: #429a8c
        }
        
        .green-sharp.btn.active,
        .green-sharp.btn:active {
            background-image: none;
            background-color: #3a897b
        }
        
        .green-sharp.btn.active:hover,
        .green-sharp.btn:active:hover {
            background-color: #3d9082
        }
        
        .open .green-sharp.btn.dropdown-toggle {
            background-image: none
        }
        
        .green-sharp.btn.disabled,
        .green-sharp.btn.disabled.active,
        .green-sharp.btn.disabled:active,
        .green-sharp.btn.disabled:focus,
        .green-sharp.btn.disabled:hover,
        .green-sharp.btn[disabled],
        .green-sharp.btn[disabled].active,
        .green-sharp.btn[disabled]:active,
        .green-sharp.btn[disabled]:focus,
        .green-sharp.btn[disabled]:hover,
        fieldset[disabled] .green-sharp.btn,
        fieldset[disabled] .green-sharp.btn.active,
        fieldset[disabled] .green-sharp.btn:active,
        fieldset[disabled] .green-sharp.btn:focus,
        fieldset[disabled] .green-sharp.btn:hover {
            background-color: #4DB3A2
        }
        
        .green-sharp.btn .badge {
            color: #4DB3A2;
            background-color: #FFF
        }
        
        .portlet.box.green-sharp>.portlet-title,
        .portlet.green-sharp,
        .portlet>.portlet-body.green-sharp {
            background-color: #4DB3A2
        }
        
        .btn.green-sharp-stripe {
            border-left: 3px solid #4DB3A2
        }
        
        .portlet.solid.green-sharp>.portlet-body,
        .portlet.solid.green-sharp>.portlet-title {
            border: 0;
            color: #FFF
        }
        
        .portlet.solid.green-sharp>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.solid.green-sharp>.portlet-title>.tools>a.remove {
            background-image: url(../../global/css/img/portlet-remove-icon-white.png)
        }
        
        .portlet.solid.green-sharp>.portlet-title>.tools>a.config {
            background-image: url(../../global/css/img/portlet-config-icon-white.png)
        }
        
        .portlet.solid.green-sharp>.portlet-title>.tools>a.reload {
            background-image: url(../../global/css/img/portlet-reload-icon-white.png)
        }
        
        .portlet.solid.green-sharp>.portlet-title>.tools>a.expand {
            background-image: url(../../global/css/img/portlet-expand-icon-white.png)
        }
        
        .portlet.solid.green-sharp>.portlet-title>.tools>a.collapse {
            background-image: url(../../global/css/img/portlet-collapse-icon-white.png)
        }
        
        .portlet.solid.green-sharp>.portlet-title>.tools>a.fullscreen {
            color: #fdfdfd
        }
        
        .portlet.box.green-sharp {
            border: 1px solid #71c2b5;
            border-top: 0
        }
        
        .portlet.box.green-sharp>.portlet-title>.caption,
        .portlet.box.green-sharp>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.box.green-sharp>.portlet-title>.actions .btn-default {
            background: 0 0!important;
            border: 1px solid #9cd5cb;
            color: #addcd4
        }
        
        .portlet.box.green-sharp>.portlet-title>.actions .btn-default>i {
            color: #b8e1da
        }
        
        .portlet.box.green-sharp>.portlet-title>.actions .btn-default.active,
        .portlet.box.green-sharp>.portlet-title>.actions .btn-default:active,
        .portlet.box.green-sharp>.portlet-title>.actions .btn-default:focus,
        .portlet.box.green-sharp>.portlet-title>.actions .btn-default:hover {
            border: 1px solid #bfe4de;
            color: #d1ebe7
        }
        
        .dashboard-stat.green-sharp {
            background-color: #4DB3A2
        }
        
        .dashboard-stat.green-sharp.dashboard-stat-light:hover {
            background-color: #46a595
        }
        
        .dashboard-stat.green-sharp .visual>i {
            color: #FFF;
            opacity: .1;
            filter: alpha(opacity=10)
        }
        
        .dashboard-stat.green-sharp .details .number {
            color: #FFF
        }
        
        .dashboard-stat.green-sharp .details .desc {
            color: #FFF;
            opacity: 1;
            filter: alpha(opacity=100)
        }
        
        .dashboard-stat.green-sharp .more {
            color: #FFF;
            background-color: #46a595
        }
        
        .bg-green-sharp {
            border-color: #4DB3A2!important;
            background-image: none!important;
            background-color: #4DB3A2!important;
            color: #FFF!important
        }
        
        .font-green-sharp {
            color: #4DB3A2!important
        }
        
        .progress-bar.green-sharp {
            background: #4DB3A2!important;
            color: #FFF!important
        }
        
        .green-soft.btn {
            color: #FFF;
            background-color: #3faba4;
            border-color: ""
        }
        
        .green-soft.btn.active,
        .green-soft.btn:active,
        .green-soft.btn:focus,
        .green-soft.btn:hover,
        .open .green-soft.btn.dropdown-toggle {
            color: #FFF;
            background-color: #35918b
        }
        
        .green-soft.btn.active,
        .green-soft.btn:active {
            background-image: none;
            background-color: #2f7e79
        }
        
        .green-soft.btn.active:hover,
        .green-soft.btn:active:hover {
            background-color: #318680
        }
        
        .open .green-soft.btn.dropdown-toggle {
            background-image: none
        }
        
        .green-soft.btn.disabled,
        .green-soft.btn.disabled.active,
        .green-soft.btn.disabled:active,
        .green-soft.btn.disabled:focus,
        .green-soft.btn.disabled:hover,
        .green-soft.btn[disabled],
        .green-soft.btn[disabled].active,
        .green-soft.btn[disabled]:active,
        .green-soft.btn[disabled]:focus,
        .green-soft.btn[disabled]:hover,
        fieldset[disabled] .green-soft.btn,
        fieldset[disabled] .green-soft.btn.active,
        fieldset[disabled] .green-soft.btn:active,
        fieldset[disabled] .green-soft.btn:focus,
        fieldset[disabled] .green-soft.btn:hover {
            background-color: #3faba4
        }
        
        .green-soft.btn .badge {
            color: #3faba4;
            background-color: #FFF
        }
        
        .portlet.box.green-soft>.portlet-title,
        .portlet.green-soft,
        .portlet>.portlet-body.green-soft {
            background-color: #3faba4
        }
        
        .btn.green-soft-stripe {
            border-left: 3px solid #3faba4
        }
        
        .portlet.solid.green-soft>.portlet-body,
        .portlet.solid.green-soft>.portlet-title {
            border: 0;
            color: #FFF
        }
        
        .portlet.solid.green-soft>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.solid.green-soft>.portlet-title>.tools>a.remove {
            background-image: url(../../global/css/img/portlet-remove-icon-white.png)
        }
        
        .portlet.solid.green-soft>.portlet-title>.tools>a.config {
            background-image: url(../../global/css/img/portlet-config-icon-white.png)
        }
        
        .portlet.solid.green-soft>.portlet-title>.tools>a.reload {
            background-image: url(../../global/css/img/portlet-reload-icon-white.png)
        }
        
        .portlet.solid.green-soft>.portlet-title>.tools>a.expand {
            background-image: url(../../global/css/img/portlet-expand-icon-white.png)
        }
        
        .portlet.solid.green-soft>.portlet-title>.tools>a.collapse {
            background-image: url(../../global/css/img/portlet-collapse-icon-white.png)
        }
        
        .portlet.solid.green-soft>.portlet-title>.tools>a.fullscreen {
            color: #fdfdfd
        }
        
        .portlet.box.green-soft {
            border: 1px solid #5bc2bc;
            border-top: 0
        }
        
        .portlet.box.green-soft>.portlet-title>.caption,
        .portlet.box.green-soft>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.box.green-soft>.portlet-title>.actions .btn-default {
            background: 0 0!important;
            border: 1px solid #87d3ce;
            color: #9adad6
        }
        
        .portlet.box.green-soft>.portlet-title>.actions .btn-default>i {
            color: #a5deda
        }
        
        .portlet.box.green-soft>.portlet-title>.actions .btn-default.active,
        .portlet.box.green-soft>.portlet-title>.actions .btn-default:active,
        .portlet.box.green-soft>.portlet-title>.actions .btn-default:focus,
        .portlet.box.green-soft>.portlet-title>.actions .btn-default:hover {
            border: 1px solid #ade1dd;
            color: #bfe7e5
        }
        
        .dashboard-stat.green-soft {
            background-color: #3faba4
        }
        
        .dashboard-stat.green-soft.dashboard-stat-light:hover {
            background-color: #3a9c96
        }
        
        .dashboard-stat.green-soft .visual>i {
            color: #FFF;
            opacity: .1;
            filter: alpha(opacity=10)
        }
        
        .dashboard-stat.green-soft .details .number {
            color: #FFF
        }
        
        .dashboard-stat.green-soft .details .desc {
            color: #FFF;
            opacity: 1;
            filter: alpha(opacity=100)
        }
        
        .dashboard-stat.green-soft .more {
            color: #FFF;
            background-color: #3a9c96
        }
        
        .bg-green-soft {
            border-color: #3faba4!important;
            background-image: none!important;
            background-color: #3faba4!important;
            color: #FFF!important
        }
        
        .font-green-soft {
            color: #3faba4!important
        }
        
        .progress-bar.green-soft {
            background: #3faba4!important;
            color: #FFF!important
        }
        
        .grey.btn {
            color: #333;
            background-color: #E5E5E5;
            border-color: ""
        }
        
        .grey.btn.active,
        .grey.btn:active,
        .grey.btn:focus,
        .grey.btn:hover,
        .open .grey.btn.dropdown-toggle {
            color: #333;
            background-color: #d3d3d3
        }
        
        .grey.btn.active,
        .grey.btn:active {
            background-image: none;
            background-color: #c6c6c6
        }
        
        .grey.btn.active:hover,
        .grey.btn:active:hover {
            background-color: #ccc
        }
        
        .open .grey.btn.dropdown-toggle {
            background-image: none
        }
        
        .grey.btn.disabled,
        .grey.btn.disabled.active,
        .grey.btn.disabled:active,
        .grey.btn.disabled:focus,
        .grey.btn.disabled:hover,
        .grey.btn[disabled],
        .grey.btn[disabled].active,
        .grey.btn[disabled]:active,
        .grey.btn[disabled]:focus,
        .grey.btn[disabled]:hover,
        fieldset[disabled] .grey.btn,
        fieldset[disabled] .grey.btn.active,
        fieldset[disabled] .grey.btn:active,
        fieldset[disabled] .grey.btn:focus,
        fieldset[disabled] .grey.btn:hover {
            background-color: #E5E5E5
        }
        
        .grey.btn .badge {
            color: #E5E5E5;
            background-color: #333
        }
        
        .portlet.box.grey>.portlet-title,
        .portlet.grey,
        .portlet>.portlet-body.grey {
            background-color: #E5E5E5
        }
        
        .btn.grey-stripe {
            border-left: 3px solid #E5E5E5
        }
        
        .portlet.solid.grey>.portlet-body,
        .portlet.solid.grey>.portlet-title {
            border: 0;
            color: #333
        }
        
        .portlet.solid.grey>.portlet-title>.caption>i {
            color: #333
        }
        
        .portlet.solid.grey>.portlet-title>.tools>a.remove {
            background-image: url(../../global/css/img/portlet-remove-icon-white.png)
        }
        
        .portlet.solid.grey>.portlet-title>.tools>a.config {
            background-image: url(../../global/css/img/portlet-config-icon-white.png)
        }
        
        .portlet.solid.grey>.portlet-title>.tools>a.reload {
            background-image: url(../../global/css/img/portlet-reload-icon-white.png)
        }
        
        .portlet.solid.grey>.portlet-title>.tools>a.expand {
            background-image: url(../../global/css/img/portlet-expand-icon-white.png)
        }
        
        .portlet.solid.grey>.portlet-title>.tools>a.collapse {
            background-image: url(../../global/css/img/portlet-collapse-icon-white.png)
        }
        
        .portlet.solid.grey>.portlet-title>.tools>a.fullscreen {
            color: #fdfdfd
        }
        
        .portlet.box.grey {
            border: 1px solid #fff;
            border-top: 0
        }
        
        .portlet.box.grey>.portlet-title>.caption,
        .portlet.box.grey>.portlet-title>.caption>i {
            color: #333
        }
        
        .portlet.box.grey>.portlet-title>.actions .btn-default {
            background: 0 0!important;
            border: 1px solid #fff;
            color: #fff
        }
        
        .portlet.box.grey>.portlet-title>.actions .btn-default>i {
            color: #fff
        }
        
        .portlet.box.grey>.portlet-title>.actions .btn-default.active,
        .portlet.box.grey>.portlet-title>.actions .btn-default:active,
        .portlet.box.grey>.portlet-title>.actions .btn-default:focus,
        .portlet.box.grey>.portlet-title>.actions .btn-default:hover {
            border: 1px solid #fff;
            color: #fff
        }
        
        .dashboard-stat.grey {
            background-color: #E5E5E5
        }
        
        .dashboard-stat.grey.dashboard-stat-light:hover {
            background-color: #dbdbdb
        }
        
        .dashboard-stat.grey .visual>i {
            color: #333;
            opacity: .1;
            filter: alpha(opacity=10)
        }
        
        .dashboard-stat.grey .details .number {
            color: #333
        }
        
        .dashboard-stat.grey .details .desc {
            color: #333;
            opacity: 1;
            filter: alpha(opacity=100)
        }
        
        .dashboard-stat.grey .more {
            color: #333;
            background-color: #dbdbdb
        }
        
        .bg-grey {
            border-color: #E5E5E5!important;
            background-image: none!important;
            background-color: #E5E5E5!important;
            color: #333!important
        }
        
        .font-grey {
            color: #E5E5E5!important
        }
        
        .progress-bar.grey {
            background: #E5E5E5!important;
            color: #333!important
        }
        
        .grey-steel.btn {
            color: #80898e;
            background-color: #e9edef;
            border-color: ""
        }
        
        .grey-steel.btn.active,
        .grey-steel.btn:active,
        .grey-steel.btn:focus,
        .grey-steel.btn:hover,
        .open .grey-steel.btn.dropdown-toggle {
            color: #80898e;
            background-color: #d4dce0
        }
        
        .grey-steel.btn.active,
        .grey-steel.btn:active {
            background-image: none;
            background-color: #c6d0d5
        }
        
        .grey-steel.btn.active:hover,
        .grey-steel.btn:active:hover {
            background-color: #cbd5da
        }
        
        .open .grey-steel.btn.dropdown-toggle {
            background-image: none
        }
        
        .grey-steel.btn.disabled,
        .grey-steel.btn.disabled.active,
        .grey-steel.btn.disabled:active,
        .grey-steel.btn.disabled:focus,
        .grey-steel.btn.disabled:hover,
        .grey-steel.btn[disabled],
        .grey-steel.btn[disabled].active,
        .grey-steel.btn[disabled]:active,
        .grey-steel.btn[disabled]:focus,
        .grey-steel.btn[disabled]:hover,
        fieldset[disabled] .grey-steel.btn,
        fieldset[disabled] .grey-steel.btn.active,
        fieldset[disabled] .grey-steel.btn:active,
        fieldset[disabled] .grey-steel.btn:focus,
        fieldset[disabled] .grey-steel.btn:hover {
            background-color: #e9edef
        }
        
        .grey-steel.btn .badge {
            color: #e9edef;
            background-color: #80898e
        }
        
        .portlet.box.grey-steel>.portlet-title,
        .portlet.grey-steel,
        .portlet>.portlet-body.grey-steel {
            background-color: #e9edef
        }
        
        .btn.grey-steel-stripe {
            border-left: 3px solid #e9edef
        }
        
        .portlet.solid.grey-steel>.portlet-body,
        .portlet.solid.grey-steel>.portlet-title {
            border: 0;
            color: #80898e
        }
        
        .portlet.solid.grey-steel>.portlet-title>.caption>i {
            color: #80898e
        }
        
        .portlet.solid.grey-steel>.portlet-title>.tools>a.remove {
            background-image: url(../../global/css/img/portlet-remove-icon-white.png)
        }
        
        .portlet.solid.grey-steel>.portlet-title>.tools>a.config {
            background-image: url(../../global/css/img/portlet-config-icon-white.png)
        }
        
        .portlet.solid.grey-steel>.portlet-title>.tools>a.reload {
            background-image: url(../../global/css/img/portlet-reload-icon-white.png)
        }
        
        .portlet.solid.grey-steel>.portlet-title>.tools>a.expand {
            background-image: url(../../global/css/img/portlet-expand-icon-white.png)
        }
        
        .portlet.solid.grey-steel>.portlet-title>.tools>a.collapse {
            background-image: url(../../global/css/img/portlet-collapse-icon-white.png)
        }
        
        .portlet.solid.grey-steel>.portlet-title>.tools>a.fullscreen {
            color: #fdfdfd
        }
        
        .portlet.box.grey-steel {
            border: 1px solid #fff;
            border-top: 0
        }
        
        .portlet.box.grey-steel>.portlet-title>.caption,
        .portlet.box.grey-steel>.portlet-title>.caption>i {
            color: #80898e
        }
        
        .portlet.box.grey-steel>.portlet-title>.actions .btn-default {
            background: 0 0!important;
            border: 1px solid #fff;
            color: #fff
        }
        
        .portlet.box.grey-steel>.portlet-title>.actions .btn-default>i {
            color: #fff
        }
        
        .portlet.box.grey-steel>.portlet-title>.actions .btn-default.active,
        .portlet.box.grey-steel>.portlet-title>.actions .btn-default:active,
        .portlet.box.grey-steel>.portlet-title>.actions .btn-default:focus,
        .portlet.box.grey-steel>.portlet-title>.actions .btn-default:hover {
            border: 1px solid #fff;
            color: #fff
        }
        
        .dashboard-stat.grey-steel {
            background-color: #e9edef
        }
        
        .dashboard-stat.grey-steel.dashboard-stat-light:hover {
            background-color: #dde3e6
        }
        
        .dashboard-stat.grey-steel .visual>i {
            color: #80898e;
            opacity: .1;
            filter: alpha(opacity=10)
        }
        
        .dashboard-stat.grey-steel .details .number {
            color: #80898e
        }
        
        .dashboard-stat.grey-steel .details .desc {
            color: #80898e;
            opacity: 1;
            filter: alpha(opacity=100)
        }
        
        .dashboard-stat.grey-steel .more {
            color: #80898e;
            background-color: #dde3e6
        }
        
        .bg-grey-steel {
            border-color: #e9edef!important;
            background-image: none!important;
            background-color: #e9edef!important;
            color: #80898e!important
        }
        
        .font-grey-steel {
            color: #e9edef!important
        }
        
        .progress-bar.grey-steel {
            background: #e9edef!important;
            color: #80898e!important
        }
        
        .grey-cararra.btn {
            color: #333;
            background-color: #fafafa;
            border-color: ""
        }
        
        .grey-cararra.btn.active,
        .grey-cararra.btn:active,
        .grey-cararra.btn:focus,
        .grey-cararra.btn:hover,
        .open .grey-cararra.btn.dropdown-toggle {
            color: #333;
            background-color: #e8e8e8
        }
        
        .grey-cararra.btn.active,
        .grey-cararra.btn:active {
            background-image: none;
            background-color: #dbdbdb
        }
        
        .grey-cararra.btn.active:hover,
        .grey-cararra.btn:active:hover {
            background-color: #e1e1e1
        }
        
        .open .grey-cararra.btn.dropdown-toggle {
            background-image: none
        }
        
        .grey-cararra.btn.disabled,
        .grey-cararra.btn.disabled.active,
        .grey-cararra.btn.disabled:active,
        .grey-cararra.btn.disabled:focus,
        .grey-cararra.btn.disabled:hover,
        .grey-cararra.btn[disabled],
        .grey-cararra.btn[disabled].active,
        .grey-cararra.btn[disabled]:active,
        .grey-cararra.btn[disabled]:focus,
        .grey-cararra.btn[disabled]:hover,
        fieldset[disabled] .grey-cararra.btn,
        fieldset[disabled] .grey-cararra.btn.active,
        fieldset[disabled] .grey-cararra.btn:active,
        fieldset[disabled] .grey-cararra.btn:focus,
        fieldset[disabled] .grey-cararra.btn:hover {
            background-color: #fafafa
        }
        
        .grey-cararra.btn .badge {
            color: #fafafa;
            background-color: #333
        }
        
        .portlet.box.grey-cararra>.portlet-title,
        .portlet.grey-cararra,
        .portlet>.portlet-body.grey-cararra {
            background-color: #fafafa
        }
        
        .btn.grey-cararra-stripe {
            border-left: 3px solid #fafafa
        }
        
        .portlet.solid.grey-cararra>.portlet-body,
        .portlet.solid.grey-cararra>.portlet-title {
            border: 0;
            color: #333
        }
        
        .portlet.solid.grey-cararra>.portlet-title>.caption>i {
            color: #333
        }
        
        .portlet.solid.grey-cararra>.portlet-title>.tools>a.remove {
            background-image: url(../../global/css/img/portlet-remove-icon-white.png)
        }
        
        .portlet.solid.grey-cararra>.portlet-title>.tools>a.config {
            background-image: url(../../global/css/img/portlet-config-icon-white.png)
        }
        
        .portlet.solid.grey-cararra>.portlet-title>.tools>a.reload {
            background-image: url(../../global/css/img/portlet-reload-icon-white.png)
        }
        
        .portlet.solid.grey-cararra>.portlet-title>.tools>a.expand {
            background-image: url(../../global/css/img/portlet-expand-icon-white.png)
        }
        
        .portlet.solid.grey-cararra>.portlet-title>.tools>a.collapse {
            background-image: url(../../global/css/img/portlet-collapse-icon-white.png)
        }
        
        .portlet.solid.grey-cararra>.portlet-title>.tools>a.fullscreen {
            color: #fdfdfd
        }
        
        .portlet.box.grey-cararra {
            border: 1px solid #fff;
            border-top: 0
        }
        
        .portlet.box.grey-cararra>.portlet-title>.caption,
        .portlet.box.grey-cararra>.portlet-title>.caption>i {
            color: #333
        }
        
        .portlet.box.grey-cararra>.portlet-title>.actions .btn-default {
            background: 0 0!important;
            border: 1px solid #fff;
            color: #fff
        }
        
        .portlet.box.grey-cararra>.portlet-title>.actions .btn-default>i {
            color: #fff
        }
        
        .portlet.box.grey-cararra>.portlet-title>.actions .btn-default.active,
        .portlet.box.grey-cararra>.portlet-title>.actions .btn-default:active,
        .portlet.box.grey-cararra>.portlet-title>.actions .btn-default:focus,
        .portlet.box.grey-cararra>.portlet-title>.actions .btn-default:hover {
            border: 1px solid #fff;
            color: #fff
        }
        
        .dashboard-stat.grey-cararra {
            background-color: #fafafa
        }
        
        .dashboard-stat.grey-cararra.dashboard-stat-light:hover {
            background-color: #f0f0f0
        }
        
        .dashboard-stat.grey-cararra .visual>i {
            color: #333;
            opacity: .1;
            filter: alpha(opacity=10)
        }
        
        .dashboard-stat.grey-cararra .details .number {
            color: #333
        }
        
        .dashboard-stat.grey-cararra .details .desc {
            color: #333;
            opacity: 1;
            filter: alpha(opacity=100)
        }
        
        .dashboard-stat.grey-cararra .more {
            color: #333;
            background-color: #f0f0f0
        }
        
        .bg-grey-cararra {
            border-color: #fafafa!important;
            background-image: none!important;
            background-color: #fafafa!important;
            color: #333!important
        }
        
        .font-grey-cararra {
            color: #fafafa!important
        }
        
        .progress-bar.grey-cararra {
            background: #fafafa!important;
            color: #333!important
        }
        
        .grey-gallery.btn {
            color: #fff;
            background-color: #555;
            border-color: ""
        }
        
        .grey-gallery.btn.active,
        .grey-gallery.btn:active,
        .grey-gallery.btn:focus,
        .grey-gallery.btn:hover,
        .open .grey-gallery.btn.dropdown-toggle {
            color: #fff;
            background-color: #434343
        }
        
        .grey-gallery.btn.active,
        .grey-gallery.btn:active {
            background-image: none;
            background-color: #363636
        }
        
        .grey-gallery.btn.active:hover,
        .grey-gallery.btn:active:hover {
            background-color: #3b3b3b
        }
        
        .open .grey-gallery.btn.dropdown-toggle {
            background-image: none
        }
        
        .grey-gallery.btn.disabled,
        .grey-gallery.btn.disabled.active,
        .grey-gallery.btn.disabled:active,
        .grey-gallery.btn.disabled:focus,
        .grey-gallery.btn.disabled:hover,
        .grey-gallery.btn[disabled],
        .grey-gallery.btn[disabled].active,
        .grey-gallery.btn[disabled]:active,
        .grey-gallery.btn[disabled]:focus,
        .grey-gallery.btn[disabled]:hover,
        fieldset[disabled] .grey-gallery.btn,
        fieldset[disabled] .grey-gallery.btn.active,
        fieldset[disabled] .grey-gallery.btn:active,
        fieldset[disabled] .grey-gallery.btn:focus,
        fieldset[disabled] .grey-gallery.btn:hover {
            background-color: #555
        }
        
        .grey-gallery.btn .badge {
            color: #555;
            background-color: #fff
        }
        
        .portlet.box.grey-gallery>.portlet-title,
        .portlet.grey-gallery,
        .portlet>.portlet-body.grey-gallery {
            background-color: #555
        }
        
        .btn.grey-gallery-stripe {
            border-left: 3px solid #555
        }
        
        .portlet.solid.grey-gallery>.portlet-body,
        .portlet.solid.grey-gallery>.portlet-title {
            border: 0;
            color: #fff
        }
        
        .portlet.solid.grey-gallery>.portlet-title>.caption>i {
            color: #fff
        }
        
        .portlet.solid.grey-gallery>.portlet-title>.tools>a.remove {
            background-image: url(../../global/css/img/portlet-remove-icon-white.png)
        }
        
        .portlet.solid.grey-gallery>.portlet-title>.tools>a.config {
            background-image: url(../../global/css/img/portlet-config-icon-white.png)
        }
        
        .portlet.solid.grey-gallery>.portlet-title>.tools>a.reload {
            background-image: url(../../global/css/img/portlet-reload-icon-white.png)
        }
        
        .portlet.solid.grey-gallery>.portlet-title>.tools>a.expand {
            background-image: url(../../global/css/img/portlet-expand-icon-white.png)
        }
        
        .portlet.solid.grey-gallery>.portlet-title>.tools>a.collapse {
            background-image: url(../../global/css/img/portlet-collapse-icon-white.png)
        }
        
        .portlet.solid.grey-gallery>.portlet-title>.tools>a.fullscreen {
            color: #fdfdfd
        }
        
        .portlet.box.grey-gallery {
            border: 1px solid #6e6e6e;
            border-top: 0
        }
        
        .portlet.box.grey-gallery>.portlet-title>.caption,
        .portlet.box.grey-gallery>.portlet-title>.caption>i {
            color: #fff
        }
        
        .portlet.box.grey-gallery>.portlet-title>.actions .btn-default {
            background: 0 0!important;
            border: 1px solid #8d8d8d;
            color: #9a9a9a
        }
        
        .portlet.box.grey-gallery>.portlet-title>.actions .btn-default>i {
            color: #a2a2a2
        }
        
        .portlet.box.grey-gallery>.portlet-title>.actions .btn-default.active,
        .portlet.box.grey-gallery>.portlet-title>.actions .btn-default:active,
        .portlet.box.grey-gallery>.portlet-title>.actions .btn-default:focus,
        .portlet.box.grey-gallery>.portlet-title>.actions .btn-default:hover {
            border: 1px solid #a7a7a7;
            color: #b3b3b3
        }
        
        .dashboard-stat.grey-gallery {
            background-color: #555
        }
        
        .dashboard-stat.grey-gallery.dashboard-stat-light:hover {
            background-color: #4b4b4b
        }
        
        .dashboard-stat.grey-gallery .visual>i {
            color: #fff;
            opacity: .1;
            filter: alpha(opacity=10)
        }
        
        .dashboard-stat.grey-gallery .details .number {
            color: #fff
        }
        
        .dashboard-stat.grey-gallery .details .desc {
            color: #fff;
            opacity: 1;
            filter: alpha(opacity=100)
        }
        
        .dashboard-stat.grey-gallery .more {
            color: #fff;
            background-color: #4b4b4b
        }
        
        .bg-grey-gallery {
            border-color: #555!important;
            background-image: none!important;
            background-color: #555!important;
            color: #fff!important
        }
        
        .font-grey-gallery {
            color: #555!important
        }
        
        .progress-bar.grey-gallery {
            background: #555!important;
            color: #fff!important
        }
        
        .grey-cascade.btn {
            color: #FFF;
            background-color: #95A5A6;
            border-color: ""
        }
        
        .grey-cascade.btn.active,
        .grey-cascade.btn:active,
        .grey-cascade.btn:focus,
        .grey-cascade.btn:hover,
        .open .grey-cascade.btn.dropdown-toggle {
            color: #FFF;
            background-color: #829596
        }
        
        .grey-cascade.btn.active,
        .grey-cascade.btn:active {
            background-image: none;
            background-color: #74898a
        }
        
        .grey-cascade.btn.active:hover,
        .grey-cascade.btn:active:hover {
            background-color: #798d8f
        }
        
        .open .grey-cascade.btn.dropdown-toggle {
            background-image: none
        }
        
        .grey-cascade.btn.disabled,
        .grey-cascade.btn.disabled.active,
        .grey-cascade.btn.disabled:active,
        .grey-cascade.btn.disabled:focus,
        .grey-cascade.btn.disabled:hover,
        .grey-cascade.btn[disabled],
        .grey-cascade.btn[disabled].active,
        .grey-cascade.btn[disabled]:active,
        .grey-cascade.btn[disabled]:focus,
        .grey-cascade.btn[disabled]:hover,
        fieldset[disabled] .grey-cascade.btn,
        fieldset[disabled] .grey-cascade.btn.active,
        fieldset[disabled] .grey-cascade.btn:active,
        fieldset[disabled] .grey-cascade.btn:focus,
        fieldset[disabled] .grey-cascade.btn:hover {
            background-color: #95A5A6
        }
        
        .grey-cascade.btn .badge {
            color: #95A5A6;
            background-color: #FFF
        }
        
        .portlet.box.grey-cascade>.portlet-title,
        .portlet.grey-cascade,
        .portlet>.portlet-body.grey-cascade {
            background-color: #95A5A6
        }
        
        .btn.grey-cascade-stripe {
            border-left: 3px solid #95A5A6
        }
        
        .portlet.solid.grey-cascade>.portlet-body,
        .portlet.solid.grey-cascade>.portlet-title {
            border: 0;
            color: #FFF
        }
        
        .portlet.solid.grey-cascade>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.solid.grey-cascade>.portlet-title>.tools>a.remove {
            background-image: url(../../global/css/img/portlet-remove-icon-white.png)
        }
        
        .portlet.solid.grey-cascade>.portlet-title>.tools>a.config {
            background-image: url(../../global/css/img/portlet-config-icon-white.png)
        }
        
        .portlet.solid.grey-cascade>.portlet-title>.tools>a.reload {
            background-image: url(../../global/css/img/portlet-reload-icon-white.png)
        }
        
        .portlet.solid.grey-cascade>.portlet-title>.tools>a.expand {
            background-image: url(../../global/css/img/portlet-expand-icon-white.png)
        }
        
        .portlet.solid.grey-cascade>.portlet-title>.tools>a.collapse {
            background-image: url(../../global/css/img/portlet-collapse-icon-white.png)
        }
        
        .portlet.solid.grey-cascade>.portlet-title>.tools>a.fullscreen {
            color: #fdfdfd
        }
        
        .portlet.box.grey-cascade {
            border: 1px solid #b1bdbd;
            border-top: 0
        }
        
        .portlet.box.grey-cascade>.portlet-title>.caption,
        .portlet.box.grey-cascade>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.box.grey-cascade>.portlet-title>.actions .btn-default {
            background: 0 0!important;
            border: 1px solid #d2d9d9;
            color: #e0e5e5
        }
        
        .portlet.box.grey-cascade>.portlet-title>.actions .btn-default>i {
            color: #e8ecec
        }
        
        .portlet.box.grey-cascade>.portlet-title>.actions .btn-default.active,
        .portlet.box.grey-cascade>.portlet-title>.actions .btn-default:active,
        .portlet.box.grey-cascade>.portlet-title>.actions .btn-default:focus,
        .portlet.box.grey-cascade>.portlet-title>.actions .btn-default:hover {
            border: 1px solid #eef0f0;
            color: #fcfcfc
        }
        
        .dashboard-stat.grey-cascade {
            background-color: #95A5A6
        }
        
        .dashboard-stat.grey-cascade.dashboard-stat-light:hover {
            background-color: #8a9c9d
        }
        
        .dashboard-stat.grey-cascade .visual>i {
            color: #FFF;
            opacity: .1;
            filter: alpha(opacity=10)
        }
        
        .dashboard-stat.grey-cascade .details .number {
            color: #FFF
        }
        
        .dashboard-stat.grey-cascade .details .desc {
            color: #FFF;
            opacity: 1;
            filter: alpha(opacity=100)
        }
        
        .dashboard-stat.grey-cascade .more {
            color: #FFF;
            background-color: #8a9c9d
        }
        
        .bg-grey-cascade {
            border-color: #95A5A6!important;
            background-image: none!important;
            background-color: #95A5A6!important;
            color: #FFF!important
        }
        
        .font-grey-cascade {
            color: #95A5A6!important
        }
        
        .progress-bar.grey-cascade {
            background: #95A5A6!important;
            color: #FFF!important
        }
        
        .grey-silver.btn {
            color: #FAFCFB;
            background-color: #BFBFBF;
            border-color: ""
        }
        
        .grey-silver.btn.active,
        .grey-silver.btn:active,
        .grey-silver.btn:focus,
        .grey-silver.btn:hover,
        .open .grey-silver.btn.dropdown-toggle {
            color: #FAFCFB;
            background-color: #adadad
        }
        
        .grey-silver.btn.active,
        .grey-silver.btn:active {
            background-image: none;
            background-color: #a0a0a0
        }
        
        .grey-silver.btn.active:hover,
        .grey-silver.btn:active:hover {
            background-color: #a6a6a6
        }
        
        .open .grey-silver.btn.dropdown-toggle {
            background-image: none
        }
        
        .grey-silver.btn.disabled,
        .grey-silver.btn.disabled.active,
        .grey-silver.btn.disabled:active,
        .grey-silver.btn.disabled:focus,
        .grey-silver.btn.disabled:hover,
        .grey-silver.btn[disabled],
        .grey-silver.btn[disabled].active,
        .grey-silver.btn[disabled]:active,
        .grey-silver.btn[disabled]:focus,
        .grey-silver.btn[disabled]:hover,
        fieldset[disabled] .grey-silver.btn,
        fieldset[disabled] .grey-silver.btn.active,
        fieldset[disabled] .grey-silver.btn:active,
        fieldset[disabled] .grey-silver.btn:focus,
        fieldset[disabled] .grey-silver.btn:hover {
            background-color: #BFBFBF
        }
        
        .grey-silver.btn .badge {
            color: #BFBFBF;
            background-color: #FAFCFB
        }
        
        .portlet.box.grey-silver>.portlet-title,
        .portlet.grey-silver,
        .portlet>.portlet-body.grey-silver {
            background-color: #BFBFBF
        }
        
        .btn.grey-silver-stripe {
            border-left: 3px solid #BFBFBF
        }
        
        .portlet.solid.grey-silver>.portlet-body,
        .portlet.solid.grey-silver>.portlet-title {
            border: 0;
            color: #FAFCFB
        }
        
        .portlet.solid.grey-silver>.portlet-title>.caption>i {
            color: #FAFCFB
        }
        
        .portlet.solid.grey-silver>.portlet-title>.tools>a.remove {
            background-image: url(../../global/css/img/portlet-remove-icon-white.png)
        }
        
        .portlet.solid.grey-silver>.portlet-title>.tools>a.config {
            background-image: url(../../global/css/img/portlet-config-icon-white.png)
        }
        
        .portlet.solid.grey-silver>.portlet-title>.tools>a.reload {
            background-image: url(../../global/css/img/portlet-reload-icon-white.png)
        }
        
        .portlet.solid.grey-silver>.portlet-title>.tools>a.expand {
            background-image: url(../../global/css/img/portlet-expand-icon-white.png)
        }
        
        .portlet.solid.grey-silver>.portlet-title>.tools>a.collapse {
            background-image: url(../../global/css/img/portlet-collapse-icon-white.png)
        }
        
        .portlet.solid.grey-silver>.portlet-title>.tools>a.fullscreen {
            color: #fdfdfd
        }
        
        .portlet.box.grey-silver {
            border: 1px solid #d9d9d9;
            border-top: 0
        }
        
        .portlet.box.grey-silver>.portlet-title>.caption,
        .portlet.box.grey-silver>.portlet-title>.caption>i {
            color: #FAFCFB
        }
        
        .portlet.box.grey-silver>.portlet-title>.actions .btn-default {
            background: 0 0!important;
            border: 1px solid #f7f7f7;
            color: #fff
        }
        
        .portlet.box.grey-silver>.portlet-title>.actions .btn-default>i {
            color: #fff
        }
        
        .portlet.box.grey-silver>.portlet-title>.actions .btn-default.active,
        .portlet.box.grey-silver>.portlet-title>.actions .btn-default:active,
        .portlet.box.grey-silver>.portlet-title>.actions .btn-default:focus,
        .portlet.box.grey-silver>.portlet-title>.actions .btn-default:hover {
            border: 1px solid #fff;
            color: #fff
        }
        
        .dashboard-stat.grey-silver {
            background-color: #BFBFBF
        }
        
        .dashboard-stat.grey-silver.dashboard-stat-light:hover {
            background-color: #b5b5b5
        }
        
        .dashboard-stat.grey-silver .visual>i {
            color: #FAFCFB;
            opacity: .1;
            filter: alpha(opacity=10)
        }
        
        .dashboard-stat.grey-silver .details .number {
            color: #FAFCFB
        }
        
        .dashboard-stat.grey-silver .details .desc {
            color: #FAFCFB;
            opacity: 1;
            filter: alpha(opacity=100)
        }
        
        .dashboard-stat.grey-silver .more {
            color: #FAFCFB;
            background-color: #b5b5b5
        }
        
        .bg-grey-silver {
            border-color: #BFBFBF!important;
            background-image: none!important;
            background-color: #BFBFBF!important;
            color: #FAFCFB!important
        }
        
        .font-grey-silver {
            color: #BFBFBF!important
        }
        
        .progress-bar.grey-silver {
            background: #BFBFBF!important;
            color: #FAFCFB!important
        }
        
        .grey-salsa.btn {
            color: #FAFCFB;
            background-color: #ACB5C3;
            border-color: ""
        }
        
        .grey-salsa.btn.active,
        .grey-salsa.btn:active,
        .grey-salsa.btn:focus,
        .grey-salsa.btn:hover,
        .open .grey-salsa.btn.dropdown-toggle {
            color: #FAFCFB;
            background-color: #97a3b4
        }
        
        .grey-salsa.btn.active,
        .grey-salsa.btn:active {
            background-image: none;
            background-color: #8895a9
        }
        
        .grey-salsa.btn.active:hover,
        .grey-salsa.btn:active:hover {
            background-color: #8e9bae
        }
        
        .open .grey-salsa.btn.dropdown-toggle {
            background-image: none
        }
        
        .grey-salsa.btn.disabled,
        .grey-salsa.btn.disabled.active,
        .grey-salsa.btn.disabled:active,
        .grey-salsa.btn.disabled:focus,
        .grey-salsa.btn.disabled:hover,
        .grey-salsa.btn[disabled],
        .grey-salsa.btn[disabled].active,
        .grey-salsa.btn[disabled]:active,
        .grey-salsa.btn[disabled]:focus,
        .grey-salsa.btn[disabled]:hover,
        fieldset[disabled] .grey-salsa.btn,
        fieldset[disabled] .grey-salsa.btn.active,
        fieldset[disabled] .grey-salsa.btn:active,
        fieldset[disabled] .grey-salsa.btn:focus,
        fieldset[disabled] .grey-salsa.btn:hover {
            background-color: #ACB5C3
        }
        
        .grey-salsa.btn .badge {
            color: #ACB5C3;
            background-color: #FAFCFB
        }
        
        .portlet.box.grey-salsa>.portlet-title,
        .portlet.grey-salsa,
        .portlet>.portlet-body.grey-salsa {
            background-color: #ACB5C3
        }
        
        .btn.grey-salsa-stripe {
            border-left: 3px solid #ACB5C3
        }
        
        .portlet.solid.grey-salsa>.portlet-body,
        .portlet.solid.grey-salsa>.portlet-title {
            border: 0;
            color: #FAFCFB
        }
        
        .portlet.solid.grey-salsa>.portlet-title>.caption>i {
            color: #FAFCFB
        }
        
        .portlet.solid.grey-salsa>.portlet-title>.tools>a.remove {
            background-image: url(../../global/css/img/portlet-remove-icon-white.png)
        }
        
        .portlet.solid.grey-salsa>.portlet-title>.tools>a.config {
            background-image: url(../../global/css/img/portlet-config-icon-white.png)
        }
        
        .portlet.solid.grey-salsa>.portlet-title>.tools>a.reload {
            background-image: url(../../global/css/img/portlet-reload-icon-white.png)
        }
        
        .portlet.solid.grey-salsa>.portlet-title>.tools>a.expand {
            background-image: url(../../global/css/img/portlet-expand-icon-white.png)
        }
        
        .portlet.solid.grey-salsa>.portlet-title>.tools>a.collapse {
            background-image: url(../../global/css/img/portlet-collapse-icon-white.png)
        }
        
        .portlet.solid.grey-salsa>.portlet-title>.tools>a.fullscreen {
            color: #fdfdfd
        }
        
        .portlet.box.grey-salsa {
            border: 1px solid #cacfd8;
            border-top: 0
        }
        
        .portlet.box.grey-salsa>.portlet-title>.caption,
        .portlet.box.grey-salsa>.portlet-title>.caption>i {
            color: #FAFCFB
        }
        
        .portlet.box.grey-salsa>.portlet-title>.actions .btn-default {
            background: 0 0!important;
            border: 1px solid #edeff2;
            color: #fcfcfd
        }
        
        .portlet.box.grey-salsa>.portlet-title>.actions .btn-default>i {
            color: #fff
        }
        
        .portlet.box.grey-salsa>.portlet-title>.actions .btn-default.active,
        .portlet.box.grey-salsa>.portlet-title>.actions .btn-default:active,
        .portlet.box.grey-salsa>.portlet-title>.actions .btn-default:focus,
        .portlet.box.grey-salsa>.portlet-title>.actions .btn-default:hover {
            border: 1px solid #fff;
            color: #fff
        }
        
        .dashboard-stat.grey-salsa {
            background-color: #ACB5C3
        }
        
        .dashboard-stat.grey-salsa.dashboard-stat-light:hover {
            background-color: #a0aaba
        }
        
        .dashboard-stat.grey-salsa .visual>i {
            color: #FAFCFB;
            opacity: .1;
            filter: alpha(opacity=10)
        }
        
        .dashboard-stat.grey-salsa .details .number {
            color: #FAFCFB
        }
        
        .dashboard-stat.grey-salsa .details .desc {
            color: #FAFCFB;
            opacity: 1;
            filter: alpha(opacity=100)
        }
        
        .dashboard-stat.grey-salsa .more {
            color: #FAFCFB;
            background-color: #a0aaba
        }
        
        .bg-grey-salsa {
            border-color: #ACB5C3!important;
            background-image: none!important;
            background-color: #ACB5C3!important;
            color: #FAFCFB!important
        }
        
        .font-grey-salsa {
            color: #ACB5C3!important
        }
        
        .progress-bar.grey-salsa {
            background: #ACB5C3!important;
            color: #FAFCFB!important
        }
        
        .grey-salt.btn {
            color: #FAFCFB;
            background-color: #bfcad1;
            border-color: ""
        }
        
        .grey-salt.btn.active,
        .grey-salt.btn:active,
        .grey-salt.btn:focus,
        .grey-salt.btn:hover,
        .open .grey-salt.btn.dropdown-toggle {
            color: #FAFCFB;
            background-color: #aab9c2
        }
        
        .grey-salt.btn.active,
        .grey-salt.btn:active {
            background-image: none;
            background-color: #9badb7
        }
        
        .grey-salt.btn.active:hover,
        .grey-salt.btn:active:hover {
            background-color: #a1b1bc
        }
        
        .open .grey-salt.btn.dropdown-toggle {
            background-image: none
        }
        
        .grey-salt.btn.disabled,
        .grey-salt.btn.disabled.active,
        .grey-salt.btn.disabled:active,
        .grey-salt.btn.disabled:focus,
        .grey-salt.btn.disabled:hover,
        .grey-salt.btn[disabled],
        .grey-salt.btn[disabled].active,
        .grey-salt.btn[disabled]:active,
        .grey-salt.btn[disabled]:focus,
        .grey-salt.btn[disabled]:hover,
        fieldset[disabled] .grey-salt.btn,
        fieldset[disabled] .grey-salt.btn.active,
        fieldset[disabled] .grey-salt.btn:active,
        fieldset[disabled] .grey-salt.btn:focus,
        fieldset[disabled] .grey-salt.btn:hover {
            background-color: #bfcad1
        }
        
        .grey-salt.btn .badge {
            color: #bfcad1;
            background-color: #FAFCFB
        }
        
        .portlet.box.grey-salt>.portlet-title,
        .portlet.grey-salt,
        .portlet>.portlet-body.grey-salt {
            background-color: #bfcad1
        }
        
        .btn.grey-salt-stripe {
            border-left: 3px solid #bfcad1
        }
        
        .portlet.solid.grey-salt>.portlet-body,
        .portlet.solid.grey-salt>.portlet-title {
            border: 0;
            color: #FAFCFB
        }
        
        .portlet.solid.grey-salt>.portlet-title>.caption>i {
            color: #FAFCFB
        }
        
        .portlet.solid.grey-salt>.portlet-title>.tools>a.remove {
            background-image: url(../../global/css/img/portlet-remove-icon-white.png)
        }
        
        .portlet.solid.grey-salt>.portlet-title>.tools>a.config {
            background-image: url(../../global/css/img/portlet-config-icon-white.png)
        }
        
        .portlet.solid.grey-salt>.portlet-title>.tools>a.reload {
            background-image: url(../../global/css/img/portlet-reload-icon-white.png)
        }
        
        .portlet.solid.grey-salt>.portlet-title>.tools>a.expand {
            background-image: url(../../global/css/img/portlet-expand-icon-white.png)
        }
        
        .portlet.solid.grey-salt>.portlet-title>.tools>a.collapse {
            background-image: url(../../global/css/img/portlet-collapse-icon-white.png)
        }
        
        .portlet.solid.grey-salt>.portlet-title>.tools>a.fullscreen {
            color: #fdfdfd
        }
        
        .portlet.box.grey-salt {
            border: 1px solid #dde3e6;
            border-top: 0
        }
        
        .portlet.box.grey-salt>.portlet-title>.caption,
        .portlet.box.grey-salt>.portlet-title>.caption>i {
            color: #FAFCFB
        }
        
        .portlet.box.grey-salt>.portlet-title>.actions .btn-default {
            background: 0 0!important;
            border: 1px solid #fff;
            color: #fff
        }
        
        .portlet.box.grey-salt>.portlet-title>.actions .btn-default>i {
            color: #fff
        }
        
        .portlet.box.grey-salt>.portlet-title>.actions .btn-default.active,
        .portlet.box.grey-salt>.portlet-title>.actions .btn-default:active,
        .portlet.box.grey-salt>.portlet-title>.actions .btn-default:focus,
        .portlet.box.grey-salt>.portlet-title>.actions .btn-default:hover {
            border: 1px solid #fff;
            color: #fff
        }
        
        .dashboard-stat.grey-salt {
            background-color: #bfcad1
        }
        
        .dashboard-stat.grey-salt.dashboard-stat-light:hover {
            background-color: #b3c0c8
        }
        
        .dashboard-stat.grey-salt .visual>i {
            color: #FAFCFB;
            opacity: .1;
            filter: alpha(opacity=10)
        }
        
        .dashboard-stat.grey-salt .details .number {
            color: #FAFCFB
        }
        
        .dashboard-stat.grey-salt .details .desc {
            color: #FAFCFB;
            opacity: 1;
            filter: alpha(opacity=100)
        }
        
        .dashboard-stat.grey-salt .more {
            color: #FAFCFB;
            background-color: #b3c0c8
        }
        
        .bg-grey-salt {
            border-color: #bfcad1!important;
            background-image: none!important;
            background-color: #bfcad1!important;
            color: #FAFCFB!important
        }
        
        .font-grey-salt {
            color: #bfcad1!important
        }
        
        .progress-bar.grey-salt {
            background: #bfcad1!important;
            color: #FAFCFB!important
        }
        
        .grey-mint.btn {
            color: #FAFCFB;
            background-color: #9eacb4;
            border-color: ""
        }
        
        .grey-mint.btn.active,
        .grey-mint.btn:active,
        .grey-mint.btn:focus,
        .grey-mint.btn:hover,
        .open .grey-mint.btn.dropdown-toggle {
            color: #FAFCFB;
            background-color: #8a9ba4
        }
        
        .grey-mint.btn.active,
        .grey-mint.btn:active {
            background-image: none;
            background-color: #7b8e99
        }
        
        .grey-mint.btn.active:hover,
        .grey-mint.btn:active:hover {
            background-color: #81939e
        }
        
        .open .grey-mint.btn.dropdown-toggle {
            background-image: none
        }
        
        .grey-mint.btn.disabled,
        .grey-mint.btn.disabled.active,
        .grey-mint.btn.disabled:active,
        .grey-mint.btn.disabled:focus,
        .grey-mint.btn.disabled:hover,
        .grey-mint.btn[disabled],
        .grey-mint.btn[disabled].active,
        .grey-mint.btn[disabled]:active,
        .grey-mint.btn[disabled]:focus,
        .grey-mint.btn[disabled]:hover,
        fieldset[disabled] .grey-mint.btn,
        fieldset[disabled] .grey-mint.btn.active,
        fieldset[disabled] .grey-mint.btn:active,
        fieldset[disabled] .grey-mint.btn:focus,
        fieldset[disabled] .grey-mint.btn:hover {
            background-color: #9eacb4
        }
        
        .grey-mint.btn .badge {
            color: #9eacb4;
            background-color: #FAFCFB
        }
        
        .portlet.box.grey-mint>.portlet-title,
        .portlet.grey-mint,
        .portlet>.portlet-body.grey-mint {
            background-color: #9eacb4
        }
        
        .btn.grey-mint-stripe {
            border-left: 3px solid #9eacb4
        }
        
        .portlet.solid.grey-mint>.portlet-body,
        .portlet.solid.grey-mint>.portlet-title {
            border: 0;
            color: #FAFCFB
        }
        
        .portlet.solid.grey-mint>.portlet-title>.caption>i {
            color: #FAFCFB
        }
        
        .portlet.solid.grey-mint>.portlet-title>.tools>a.remove {
            background-image: url(../../global/css/img/portlet-remove-icon-white.png)
        }
        
        .portlet.solid.grey-mint>.portlet-title>.tools>a.config {
            background-image: url(../../global/css/img/portlet-config-icon-white.png)
        }
        
        .portlet.solid.grey-mint>.portlet-title>.tools>a.reload {
            background-image: url(../../global/css/img/portlet-reload-icon-white.png)
        }
        
        .portlet.solid.grey-mint>.portlet-title>.tools>a.expand {
            background-image: url(../../global/css/img/portlet-expand-icon-white.png)
        }
        
        .portlet.solid.grey-mint>.portlet-title>.tools>a.collapse {
            background-image: url(../../global/css/img/portlet-collapse-icon-white.png)
        }
        
        .portlet.solid.grey-mint>.portlet-title>.tools>a.fullscreen {
            color: #fdfdfd
        }
        
        .portlet.box.grey-mint {
            border: 1px solid #bbc5ca;
            border-top: 0
        }
        
        .portlet.box.grey-mint>.portlet-title>.caption,
        .portlet.box.grey-mint>.portlet-title>.caption>i {
            color: #FAFCFB
        }
        
        .portlet.box.grey-mint>.portlet-title>.actions .btn-default {
            background: 0 0!important;
            border: 1px solid #dde2e5;
            color: #eceef0
        }
        
        .portlet.box.grey-mint>.portlet-title>.actions .btn-default>i {
            color: #f4f6f7
        }
        
        .portlet.box.grey-mint>.portlet-title>.actions .btn-default.active,
        .portlet.box.grey-mint>.portlet-title>.actions .btn-default:active,
        .portlet.box.grey-mint>.portlet-title>.actions .btn-default:focus,
        .portlet.box.grey-mint>.portlet-title>.actions .btn-default:hover {
            border: 1px solid #fafbfb;
            color: #fff
        }
        
        .dashboard-stat.grey-mint {
            background-color: #9eacb4
        }
        
        .dashboard-stat.grey-mint.dashboard-stat-light:hover {
            background-color: #92a2ab
        }
        
        .dashboard-stat.grey-mint .visual>i {
            color: #FAFCFB;
            opacity: .1;
            filter: alpha(opacity=10)
        }
        
        .dashboard-stat.grey-mint .details .number {
            color: #FAFCFB
        }
        
        .dashboard-stat.grey-mint .details .desc {
            color: #FAFCFB;
            opacity: 1;
            filter: alpha(opacity=100)
        }
        
        .dashboard-stat.grey-mint .more {
            color: #FAFCFB;
            background-color: #92a2ab
        }
        
        .bg-grey-mint {
            border-color: #9eacb4!important;
            background-image: none!important;
            background-color: #9eacb4!important;
            color: #FAFCFB!important
        }
        
        .font-grey-mint {
            color: #9eacb4!important
        }
        
        .progress-bar.grey-mint {
            background: #9eacb4!important;
            color: #FAFCFB!important
        }
        
        .red.btn {
            color: #FFF;
            background-color: #d84a38;
            border-color: ""
        }
        
        .open .red.btn.dropdown-toggle,
        .red.btn.active,
        .red.btn:active,
        .red.btn:focus,
        .red.btn:hover {
            color: #FFF;
            background-color: #c63927
        }
        
        .red.btn.active,
        .red.btn:active {
            background-image: none;
            background-color: #b03223
        }
        
        .red.btn.active:hover,
        .red.btn:active:hover {
            background-color: #b93524
        }
        
        .open .red.btn.dropdown-toggle {
            background-image: none
        }
        
        .red.btn.disabled,
        .red.btn.disabled.active,
        .red.btn.disabled:active,
        .red.btn.disabled:focus,
        .red.btn.disabled:hover,
        .red.btn[disabled],
        .red.btn[disabled].active,
        .red.btn[disabled]:active,
        .red.btn[disabled]:focus,
        .red.btn[disabled]:hover,
        fieldset[disabled] .red.btn,
        fieldset[disabled] .red.btn.active,
        fieldset[disabled] .red.btn:active,
        fieldset[disabled] .red.btn:focus,
        fieldset[disabled] .red.btn:hover {
            background-color: #d84a38
        }
        
        .red.btn .badge {
            color: #d84a38;
            background-color: #FFF
        }
        
        .portlet.box.red>.portlet-title,
        .portlet.red,
        .portlet>.portlet-body.red {
            background-color: #d84a38
        }
        
        .btn.red-stripe {
            border-left: 3px solid #d84a38
        }
        
        .portlet.solid.red>.portlet-body,
        .portlet.solid.red>.portlet-title {
            border: 0;
            color: #FFF
        }
        
        .portlet.solid.red>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.solid.red>.portlet-title>.tools>a.remove {
            background-image: url(../../global/css/img/portlet-remove-icon-white.png)
        }
        
        .portlet.solid.red>.portlet-title>.tools>a.config {
            background-image: url(../../global/css/img/portlet-config-icon-white.png)
        }
        
        .portlet.solid.red>.portlet-title>.tools>a.reload {
            background-image: url(../../global/css/img/portlet-reload-icon-white.png)
        }
        
        .portlet.solid.red>.portlet-title>.tools>a.expand {
            background-image: url(../../global/css/img/portlet-expand-icon-white.png)
        }
        
        .portlet.solid.red>.portlet-title>.tools>a.collapse {
            background-image: url(../../global/css/img/portlet-collapse-icon-white.png)
        }
        
        .portlet.solid.red>.portlet-title>.tools>a.fullscreen {
            color: #fdfdfd
        }
        
        .portlet.box.red {
            border: 1px solid #e07163;
            border-top: 0
        }
        
        .portlet.box.red>.portlet-title>.caption,
        .portlet.box.red>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.box.red>.portlet-title>.actions .btn-default {
            background: 0 0!important;
            border: 1px solid #ea9f96;
            color: #efb3ab
        }
        
        .portlet.box.red>.portlet-title>.actions .btn-default>i {
            color: #f1beb8
        }
        
        .portlet.box.red>.portlet-title>.actions .btn-default.active,
        .portlet.box.red>.portlet-title>.actions .btn-default:active,
        .portlet.box.red>.portlet-title>.actions .btn-default:focus,
        .portlet.box.red>.portlet-title>.actions .btn-default:hover {
            border: 1px solid #f3c6c0;
            color: #f7dad6
        }
        
        .dashboard-stat.red {
            background-color: #d84a38
        }
        
        .dashboard-stat.red.dashboard-stat-light:hover {
            background-color: #d23c29
        }
        
        .dashboard-stat.red .visual>i {
            color: #FFF;
            opacity: .1;
            filter: alpha(opacity=10)
        }
        
        .dashboard-stat.red .details .number {
            color: #FFF
        }
        
        .dashboard-stat.red .details .desc {
            color: #FFF;
            opacity: 1;
            filter: alpha(opacity=100)
        }
        
        .dashboard-stat.red .more {
            color: #FFF;
            background-color: #d23c29
        }
        
        .bg-red {
            border-color: #d84a38!important;
            background-image: none!important;
            background-color: #d84a38!important;
            color: #FFF!important
        }
        
        .font-red {
            color: #d84a38!important
        }
        
        .progress-bar.red {
            background: #d84a38!important;
            color: #FFF!important
        }
        
        .red-pink.btn {
            color: #FFF;
            background-color: #E08283;
            border-color: ""
        }
        
        .open .red-pink.btn.dropdown-toggle,
        .red-pink.btn.active,
        .red-pink.btn:active,
        .red-pink.btn:focus,
        .red-pink.btn:hover {
            color: #FFF;
            background-color: #d96567
        }
        
        .red-pink.btn.active,
        .red-pink.btn:active {
            background-image: none;
            background-color: #d45152
        }
        
        .red-pink.btn.active:hover,
        .red-pink.btn:active:hover {
            background-color: #d6595a
        }
        
        .open .red-pink.btn.dropdown-toggle {
            background-image: none
        }
        
        .red-pink.btn.disabled,
        .red-pink.btn.disabled.active,
        .red-pink.btn.disabled:active,
        .red-pink.btn.disabled:focus,
        .red-pink.btn.disabled:hover,
        .red-pink.btn[disabled],
        .red-pink.btn[disabled].active,
        .red-pink.btn[disabled]:active,
        .red-pink.btn[disabled]:focus,
        .red-pink.btn[disabled]:hover,
        fieldset[disabled] .red-pink.btn,
        fieldset[disabled] .red-pink.btn.active,
        fieldset[disabled] .red-pink.btn:active,
        fieldset[disabled] .red-pink.btn:focus,
        fieldset[disabled] .red-pink.btn:hover {
            background-color: #E08283
        }
        
        .red-pink.btn .badge {
            color: #E08283;
            background-color: #FFF
        }
        
        .portlet.box.red-pink>.portlet-title,
        .portlet.red-pink,
        .portlet>.portlet-body.red-pink {
            background-color: #E08283
        }
        
        .btn.red-pink-stripe {
            border-left: 3px solid #E08283
        }
        
        .portlet.solid.red-pink>.portlet-body,
        .portlet.solid.red-pink>.portlet-title {
            border: 0;
            color: #FFF
        }
        
        .portlet.solid.red-pink>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.solid.red-pink>.portlet-title>.tools>a.remove {
            background-image: url(../../global/css/img/portlet-remove-icon-white.png)
        }
        
        .portlet.solid.red-pink>.portlet-title>.tools>a.config {
            background-image: url(../../global/css/img/portlet-config-icon-white.png)
        }
        
        .portlet.solid.red-pink>.portlet-title>.tools>a.reload {
            background-image: url(../../global/css/img/portlet-reload-icon-white.png)
        }
        
        .portlet.solid.red-pink>.portlet-title>.tools>a.expand {
            background-image: url(../../global/css/img/portlet-expand-icon-white.png)
        }
        
        .portlet.solid.red-pink>.portlet-title>.tools>a.collapse {
            background-image: url(../../global/css/img/portlet-collapse-icon-white.png)
        }
        
        .portlet.solid.red-pink>.portlet-title>.tools>a.fullscreen {
            color: #fdfdfd
        }
        
        .portlet.box.red-pink {
            border: 1px solid #eaabac;
            border-top: 0
        }
        
        .portlet.box.red-pink>.portlet-title>.caption,
        .portlet.box.red-pink>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.box.red-pink>.portlet-title>.actions .btn-default {
            background: 0 0!important;
            border: 1px solid #f6dcdc;
            color: #fbf0f0
        }
        
        .portlet.box.red-pink>.portlet-title>.actions .btn-default>i {
            color: #fefdfd
        }
        
        .portlet.box.red-pink>.portlet-title>.actions .btn-default.active,
        .portlet.box.red-pink>.portlet-title>.actions .btn-default:active,
        .portlet.box.red-pink>.portlet-title>.actions .btn-default:focus,
        .portlet.box.red-pink>.portlet-title>.actions .btn-default:hover {
            border: 1px solid #fff;
            color: #fff
        }
        
        .dashboard-stat.red-pink {
            background-color: #E08283
        }
        
        .dashboard-stat.red-pink.dashboard-stat-light:hover {
            background-color: #dc7273
        }
        
        .dashboard-stat.red-pink .visual>i {
            color: #FFF;
            opacity: .1;
            filter: alpha(opacity=10)
        }
        
        .dashboard-stat.red-pink .details .number {
            color: #FFF
        }
        
        .dashboard-stat.red-pink .details .desc {
            color: #FFF;
            opacity: 1;
            filter: alpha(opacity=100)
        }
        
        .dashboard-stat.red-pink .more {
            color: #FFF;
            background-color: #dc7273
        }
        
        .bg-red-pink {
            border-color: #E08283!important;
            background-image: none!important;
            background-color: #E08283!important;
            color: #FFF!important
        }
        
        .font-red-pink {
            color: #E08283!important
        }
        
        .progress-bar.red-pink {
            background: #E08283!important;
            color: #FFF!important
        }
        
        .red-sunglo.btn {
            color: #FFF;
            background-color: #E26A6A;
            border-color: ""
        }
        
        .open .red-sunglo.btn.dropdown-toggle,
        .red-sunglo.btn.active,
        .red-sunglo.btn:active,
        .red-sunglo.btn:focus,
        .red-sunglo.btn:hover {
            color: #FFF;
            background-color: #dc4c4c
        }
        
        .red-sunglo.btn.active,
        .red-sunglo.btn:active {
            background-image: none;
            background-color: #d83737
        }
        
        .red-sunglo.btn.active:hover,
        .red-sunglo.btn:active:hover {
            background-color: #da3f3f
        }
        
        .open .red-sunglo.btn.dropdown-toggle {
            background-image: none
        }
        
        .red-sunglo.btn.disabled,
        .red-sunglo.btn.disabled.active,
        .red-sunglo.btn.disabled:active,
        .red-sunglo.btn.disabled:focus,
        .red-sunglo.btn.disabled:hover,
        .red-sunglo.btn[disabled],
        .red-sunglo.btn[disabled].active,
        .red-sunglo.btn[disabled]:active,
        .red-sunglo.btn[disabled]:focus,
        .red-sunglo.btn[disabled]:hover,
        fieldset[disabled] .red-sunglo.btn,
        fieldset[disabled] .red-sunglo.btn.active,
        fieldset[disabled] .red-sunglo.btn:active,
        fieldset[disabled] .red-sunglo.btn:focus,
        fieldset[disabled] .red-sunglo.btn:hover {
            background-color: #E26A6A
        }
        
        .red-sunglo.btn .badge {
            color: #E26A6A;
            background-color: #FFF
        }
        
        .portlet.box.red-sunglo>.portlet-title,
        .portlet.red-sunglo,
        .portlet>.portlet-body.red-sunglo {
            background-color: #E26A6A
        }
        
        .btn.red-sunglo-stripe {
            border-left: 3px solid #E26A6A
        }
        
        .portlet.solid.red-sunglo>.portlet-body,
        .portlet.solid.red-sunglo>.portlet-title {
            border: 0;
            color: #FFF
        }
        
        .portlet.solid.red-sunglo>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.solid.red-sunglo>.portlet-title>.tools>a.remove {
            background-image: url(../../global/css/img/portlet-remove-icon-white.png)
        }
        
        .portlet.solid.red-sunglo>.portlet-title>.tools>a.config {
            background-image: url(../../global/css/img/portlet-config-icon-white.png)
        }
        
        .portlet.solid.red-sunglo>.portlet-title>.tools>a.reload {
            background-image: url(../../global/css/img/portlet-reload-icon-white.png)
        }
        
        .portlet.solid.red-sunglo>.portlet-title>.tools>a.expand {
            background-image: url(../../global/css/img/portlet-expand-icon-white.png)
        }
        
        .portlet.solid.red-sunglo>.portlet-title>.tools>a.collapse {
            background-image: url(../../global/css/img/portlet-collapse-icon-white.png)
        }
        
        .portlet.solid.red-sunglo>.portlet-title>.tools>a.fullscreen {
            color: #fdfdfd
        }
        
        .portlet.box.red-sunglo {
            border: 1px solid #ea9595;
            border-top: 0
        }
        
        .portlet.box.red-sunglo>.portlet-title>.caption,
        .portlet.box.red-sunglo>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.box.red-sunglo>.portlet-title>.actions .btn-default {
            background: 0 0!important;
            border: 1px solid #f4c8c8;
            color: #f8dddd
        }
        
        .portlet.box.red-sunglo>.portlet-title>.actions .btn-default>i {
            color: #fbeaea
        }
        
        .portlet.box.red-sunglo>.portlet-title>.actions .btn-default.active,
        .portlet.box.red-sunglo>.portlet-title>.actions .btn-default:active,
        .portlet.box.red-sunglo>.portlet-title>.actions .btn-default:focus,
        .portlet.box.red-sunglo>.portlet-title>.actions .btn-default:hover {
            border: 1px solid #fdf3f3;
            color: #fff
        }
        
        .dashboard-stat.red-sunglo {
            background-color: #E26A6A
        }
        
        .dashboard-stat.red-sunglo.dashboard-stat-light:hover {
            background-color: #df5959
        }
        
        .dashboard-stat.red-sunglo .visual>i {
            color: #FFF;
            opacity: .1;
            filter: alpha(opacity=10)
        }
        
        .dashboard-stat.red-sunglo .details .number {
            color: #FFF
        }
        
        .dashboard-stat.red-sunglo .details .desc {
            color: #FFF;
            opacity: 1;
            filter: alpha(opacity=100)
        }
        
        .dashboard-stat.red-sunglo .more {
            color: #FFF;
            background-color: #df5959
        }
        
        .bg-red-sunglo {
            border-color: #E26A6A!important;
            background-image: none!important;
            background-color: #E26A6A!important;
            color: #FFF!important
        }
        
        .font-red-sunglo {
            color: #E26A6A!important
        }
        
        .progress-bar.red-sunglo {
            background: #E26A6A!important;
            color: #FFF!important
        }
        
        .red-intense.btn {
            color: #FFF;
            background-color: #e35b5a;
            border-color: ""
        }
        
        .open .red-intense.btn.dropdown-toggle,
        .red-intense.btn.active,
        .red-intense.btn:active,
        .red-intense.btn:focus,
        .red-intense.btn:hover {
            color: #FFF;
            background-color: #de3d3b
        }
        
        .red-intense.btn.active,
        .red-intense.btn:active {
            background-image: none;
            background-color: #da2726
        }
        
        .red-intense.btn.active:hover,
        .red-intense.btn:active:hover {
            background-color: #dc302e
        }
        
        .open .red-intense.btn.dropdown-toggle {
            background-image: none
        }
        
        .red-intense.btn.disabled,
        .red-intense.btn.disabled.active,
        .red-intense.btn.disabled:active,
        .red-intense.btn.disabled:focus,
        .red-intense.btn.disabled:hover,
        .red-intense.btn[disabled],
        .red-intense.btn[disabled].active,
        .red-intense.btn[disabled]:active,
        .red-intense.btn[disabled]:focus,
        .red-intense.btn[disabled]:hover,
        fieldset[disabled] .red-intense.btn,
        fieldset[disabled] .red-intense.btn.active,
        fieldset[disabled] .red-intense.btn:active,
        fieldset[disabled] .red-intense.btn:focus,
        fieldset[disabled] .red-intense.btn:hover {
            background-color: #e35b5a
        }
        
        .red-intense.btn .badge {
            color: #e35b5a;
            background-color: #FFF
        }
        
        .portlet.box.red-intense>.portlet-title,
        .portlet.red-intense,
        .portlet>.portlet-body.red-intense {
            background-color: #e35b5a
        }
        
        .btn.red-intense-stripe {
            border-left: 3px solid #e35b5a
        }
        
        .portlet.solid.red-intense>.portlet-body,
        .portlet.solid.red-intense>.portlet-title {
            border: 0;
            color: #FFF
        }
        
        .portlet.solid.red-intense>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.solid.red-intense>.portlet-title>.tools>a.remove {
            background-image: url(../../global/css/img/portlet-remove-icon-white.png)
        }
        
        .portlet.solid.red-intense>.portlet-title>.tools>a.config {
            background-image: url(../../global/css/img/portlet-config-icon-white.png)
        }
        
        .portlet.solid.red-intense>.portlet-title>.tools>a.reload {
            background-image: url(../../global/css/img/portlet-reload-icon-white.png)
        }
        
        .portlet.solid.red-intense>.portlet-title>.tools>a.expand {
            background-image: url(../../global/css/img/portlet-expand-icon-white.png)
        }
        
        .portlet.solid.red-intense>.portlet-title>.tools>a.collapse {
            background-image: url(../../global/css/img/portlet-collapse-icon-white.png)
        }
        
        .portlet.solid.red-intense>.portlet-title>.tools>a.fullscreen {
            color: #fdfdfd
        }
        
        .portlet.box.red-intense {
            border: 1px solid #ea8686;
            border-top: 0
        }
        
        .portlet.box.red-intense>.portlet-title>.caption,
        .portlet.box.red-intense>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.box.red-intense>.portlet-title>.actions .btn-default {
            background: 0 0!important;
            border: 1px solid #f3baba;
            color: #f7d0d0
        }
        
        .portlet.box.red-intense>.portlet-title>.actions .btn-default>i {
            color: #f9dddd
        }
        
        .portlet.box.red-intense>.portlet-title>.actions .btn-default.active,
        .portlet.box.red-intense>.portlet-title>.actions .btn-default:active,
        .portlet.box.red-intense>.portlet-title>.actions .btn-default:focus,
        .portlet.box.red-intense>.portlet-title>.actions .btn-default:hover {
            border: 1px solid #fbe6e6;
            color: #fefbfb
        }
        
        .dashboard-stat.red-intense {
            background-color: #e35b5a
        }
        
        .dashboard-stat.red-intense.dashboard-stat-light:hover {
            background-color: #e04a49
        }
        
        .dashboard-stat.red-intense .visual>i {
            color: #FFF;
            opacity: .1;
            filter: alpha(opacity=10)
        }
        
        .dashboard-stat.red-intense .details .number {
            color: #FFF
        }
        
        .dashboard-stat.red-intense .details .desc {
            color: #FFF;
            opacity: 1;
            filter: alpha(opacity=100)
        }
        
        .dashboard-stat.red-intense .more {
            color: #FFF;
            background-color: #e04a49
        }
        
        .bg-red-intense {
            border-color: #e35b5a!important;
            background-image: none!important;
            background-color: #e35b5a!important;
            color: #FFF!important
        }
        
        .font-red-intense {
            color: #e35b5a!important
        }
        
        .progress-bar.red-intense {
            background: #e35b5a!important;
            color: #FFF!important
        }
        
        .red-thunderbird.btn {
            color: #FFF;
            background-color: #D91E18;
            border-color: ""
        }
        
        .open .red-thunderbird.btn.dropdown-toggle,
        .red-thunderbird.btn.active,
        .red-thunderbird.btn:active,
        .red-thunderbird.btn:focus,
        .red-thunderbird.btn:hover {
            color: #FFF;
            background-color: #b91a14
        }
        
        .red-thunderbird.btn.active,
        .red-thunderbird.btn:active {
            background-image: none;
            background-color: #a21612
        }
        
        .red-thunderbird.btn.active:hover,
        .red-thunderbird.btn:active:hover {
            background-color: #ab1813
        }
        
        .open .red-thunderbird.btn.dropdown-toggle {
            background-image: none
        }
        
        .red-thunderbird.btn.disabled,
        .red-thunderbird.btn.disabled.active,
        .red-thunderbird.btn.disabled:active,
        .red-thunderbird.btn.disabled:focus,
        .red-thunderbird.btn.disabled:hover,
        .red-thunderbird.btn[disabled],
        .red-thunderbird.btn[disabled].active,
        .red-thunderbird.btn[disabled]:active,
        .red-thunderbird.btn[disabled]:focus,
        .red-thunderbird.btn[disabled]:hover,
        fieldset[disabled] .red-thunderbird.btn,
        fieldset[disabled] .red-thunderbird.btn.active,
        fieldset[disabled] .red-thunderbird.btn:active,
        fieldset[disabled] .red-thunderbird.btn:focus,
        fieldset[disabled] .red-thunderbird.btn:hover {
            background-color: #D91E18
        }
        
        .red-thunderbird.btn .badge {
            color: #D91E18;
            background-color: #FFF
        }
        
        .portlet.box.red-thunderbird>.portlet-title,
        .portlet.red-thunderbird,
        .portlet>.portlet-body.red-thunderbird {
            background-color: #D91E18
        }
        
        .btn.red-thunderbird-stripe {
            border-left: 3px solid #D91E18
        }
        
        .portlet.solid.red-thunderbird>.portlet-body,
        .portlet.solid.red-thunderbird>.portlet-title {
            border: 0;
            color: #FFF
        }
        
        .portlet.solid.red-thunderbird>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.solid.red-thunderbird>.portlet-title>.tools>a.remove {
            background-image: url(../../global/css/img/portlet-remove-icon-white.png)
        }
        
        .portlet.solid.red-thunderbird>.portlet-title>.tools>a.config {
            background-image: url(../../global/css/img/portlet-config-icon-white.png)
        }
        
        .portlet.solid.red-thunderbird>.portlet-title>.tools>a.reload {
            background-image: url(../../global/css/img/portlet-reload-icon-white.png)
        }
        
        .portlet.solid.red-thunderbird>.portlet-title>.tools>a.expand {
            background-image: url(../../global/css/img/portlet-expand-icon-white.png)
        }
        
        .portlet.solid.red-thunderbird>.portlet-title>.tools>a.collapse {
            background-image: url(../../global/css/img/portlet-collapse-icon-white.png)
        }
        
        .portlet.solid.red-thunderbird>.portlet-title>.tools>a.fullscreen {
            color: #fdfdfd
        }
        
        .portlet.box.red-thunderbird {
            border: 1px solid #e9403b;
            border-top: 0
        }
        
        .portlet.box.red-thunderbird>.portlet-title>.caption,
        .portlet.box.red-thunderbird>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.box.red-thunderbird>.portlet-title>.actions .btn-default {
            background: 0 0!important;
            border: 1px solid #ef7672;
            color: #f28c89
        }
        
        .portlet.box.red-thunderbird>.portlet-title>.actions .btn-default>i {
            color: #f39997
        }
        
        .portlet.box.red-thunderbird>.portlet-title>.actions .btn-default.active,
        .portlet.box.red-thunderbird>.portlet-title>.actions .btn-default:active,
        .portlet.box.red-thunderbird>.portlet-title>.actions .btn-default:focus,
        .portlet.box.red-thunderbird>.portlet-title>.actions .btn-default:hover {
            border: 1px solid #f4a2a0;
            color: #f7b9b7
        }
        
        .dashboard-stat.red-thunderbird {
            background-color: #D91E18
        }
        
        .dashboard-stat.red-thunderbird.dashboard-stat-light:hover {
            background-color: #c71b16
        }
        
        .dashboard-stat.red-thunderbird .visual>i {
            color: #FFF;
            opacity: .1;
            filter: alpha(opacity=10)
        }
        
        .dashboard-stat.red-thunderbird .details .number {
            color: #FFF
        }
        
        .dashboard-stat.red-thunderbird .details .desc {
            color: #FFF;
            opacity: 1;
            filter: alpha(opacity=100)
        }
        
        .dashboard-stat.red-thunderbird .more {
            color: #FFF;
            background-color: #c71b16
        }
        
        .bg-red-thunderbird {
            border-color: #D91E18!important;
            background-image: none!important;
            background-color: #D91E18!important;
            color: #FFF!important
        }
        
        .font-red-thunderbird {
            color: #D91E18!important
        }
        
        .progress-bar.red-thunderbird {
            background: #D91E18!important;
            color: #FFF!important
        }
        
        .red-flamingo.btn {
            color: #FFF;
            background-color: #EF4836;
            border-color: ""
        }
        
        .open .red-flamingo.btn.dropdown-toggle,
        .red-flamingo.btn.active,
        .red-flamingo.btn:active,
        .red-flamingo.btn:focus,
        .red-flamingo.btn:hover {
            color: #FFF;
            background-color: #ec2a15
        }
        
        .red-flamingo.btn.active,
        .red-flamingo.btn:active {
            background-image: none;
            background-color: #d72411
        }
        
        .red-flamingo.btn.active:hover,
        .red-flamingo.btn:active:hover {
            background-color: #e02612
        }
        
        .open .red-flamingo.btn.dropdown-toggle {
            background-image: none
        }
        
        .red-flamingo.btn.disabled,
        .red-flamingo.btn.disabled.active,
        .red-flamingo.btn.disabled:active,
        .red-flamingo.btn.disabled:focus,
        .red-flamingo.btn.disabled:hover,
        .red-flamingo.btn[disabled],
        .red-flamingo.btn[disabled].active,
        .red-flamingo.btn[disabled]:active,
        .red-flamingo.btn[disabled]:focus,
        .red-flamingo.btn[disabled]:hover,
        fieldset[disabled] .red-flamingo.btn,
        fieldset[disabled] .red-flamingo.btn.active,
        fieldset[disabled] .red-flamingo.btn:active,
        fieldset[disabled] .red-flamingo.btn:focus,
        fieldset[disabled] .red-flamingo.btn:hover {
            background-color: #EF4836
        }
        
        .red-flamingo.btn .badge {
            color: #EF4836;
            background-color: #FFF
        }
        
        .portlet.box.red-flamingo>.portlet-title,
        .portlet.red-flamingo,
        .portlet>.portlet-body.red-flamingo {
            background-color: #EF4836
        }
        
        .btn.red-flamingo-stripe {
            border-left: 3px solid #EF4836
        }
        
        .portlet.solid.red-flamingo>.portlet-body,
        .portlet.solid.red-flamingo>.portlet-title {
            border: 0;
            color: #FFF
        }
        
        .portlet.solid.red-flamingo>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.solid.red-flamingo>.portlet-title>.tools>a.remove {
            background-image: url(../../global/css/img/portlet-remove-icon-white.png)
        }
        
        .portlet.solid.red-flamingo>.portlet-title>.tools>a.config {
            background-image: url(../../global/css/img/portlet-config-icon-white.png)
        }
        
        .portlet.solid.red-flamingo>.portlet-title>.tools>a.reload {
            background-image: url(../../global/css/img/portlet-reload-icon-white.png)
        }
        
        .portlet.solid.red-flamingo>.portlet-title>.tools>a.expand {
            background-image: url(../../global/css/img/portlet-expand-icon-white.png)
        }
        
        .portlet.solid.red-flamingo>.portlet-title>.tools>a.collapse {
            background-image: url(../../global/css/img/portlet-collapse-icon-white.png)
        }
        
        .portlet.solid.red-flamingo>.portlet-title>.tools>a.fullscreen {
            color: #fdfdfd
        }
        
        .portlet.box.red-flamingo {
            border: 1px solid #f37365;
            border-top: 0
        }
        
        .portlet.box.red-flamingo>.portlet-title>.caption,
        .portlet.box.red-flamingo>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.box.red-flamingo>.portlet-title>.actions .btn-default {
            background: 0 0!important;
            border: 1px solid #f7a79e;
            color: #f9bcb6
        }
        
        .portlet.box.red-flamingo>.portlet-title>.actions .btn-default>i {
            color: #fac9c4
        }
        
        .portlet.box.red-flamingo>.portlet-title>.actions .btn-default.active,
        .portlet.box.red-flamingo>.portlet-title>.actions .btn-default:active,
        .portlet.box.red-flamingo>.portlet-title>.actions .btn-default:focus,
        .portlet.box.red-flamingo>.portlet-title>.actions .btn-default:hover {
            border: 1px solid #fbd2cd;
            color: #fde7e5
        }
        
        .dashboard-stat.red-flamingo {
            background-color: #EF4836
        }
        
        .dashboard-stat.red-flamingo.dashboard-stat-light:hover {
            background-color: #ed3723
        }
        
        .dashboard-stat.red-flamingo .visual>i {
            color: #FFF;
            opacity: .1;
            filter: alpha(opacity=10)
        }
        
        .dashboard-stat.red-flamingo .details .number {
            color: #FFF
        }
        
        .dashboard-stat.red-flamingo .details .desc {
            color: #FFF;
            opacity: 1;
            filter: alpha(opacity=100)
        }
        
        .dashboard-stat.red-flamingo .more {
            color: #FFF;
            background-color: #ed3723
        }
        
        .bg-red-flamingo {
            border-color: #EF4836!important;
            background-image: none!important;
            background-color: #EF4836!important;
            color: #FFF!important
        }
        
        .font-red-flamingo {
            color: #EF4836!important
        }
        
        .progress-bar.red-flamingo {
            background: #EF4836!important;
            color: #FFF!important
        }
        
        .red-soft.btn {
            color: #FFF;
            background-color: #d05454;
            border-color: ""
        }
        
        .open .red-soft.btn.dropdown-toggle,
        .red-soft.btn.active,
        .red-soft.btn:active,
        .red-soft.btn:focus,
        .red-soft.btn:hover {
            color: #FFF;
            background-color: #c83838
        }
        
        .red-soft.btn.active,
        .red-soft.btn:active {
            background-image: none;
            background-color: #b53232
        }
        
        .red-soft.btn.active:hover,
        .red-soft.btn:active:hover {
            background-color: #bd3434
        }
        
        .open .red-soft.btn.dropdown-toggle {
            background-image: none
        }
        
        .red-soft.btn.disabled,
        .red-soft.btn.disabled.active,
        .red-soft.btn.disabled:active,
        .red-soft.btn.disabled:focus,
        .red-soft.btn.disabled:hover,
        .red-soft.btn[disabled],
        .red-soft.btn[disabled].active,
        .red-soft.btn[disabled]:active,
        .red-soft.btn[disabled]:focus,
        .red-soft.btn[disabled]:hover,
        fieldset[disabled] .red-soft.btn,
        fieldset[disabled] .red-soft.btn.active,
        fieldset[disabled] .red-soft.btn:active,
        fieldset[disabled] .red-soft.btn:focus,
        fieldset[disabled] .red-soft.btn:hover {
            background-color: #d05454
        }
        
        .red-soft.btn .badge {
            color: #d05454;
            background-color: #FFF
        }
        
        .portlet.box.red-soft>.portlet-title,
        .portlet.red-soft,
        .portlet>.portlet-body.red-soft {
            background-color: #d05454
        }
        
        .btn.red-soft-stripe {
            border-left: 3px solid #d05454
        }
        
        .portlet.solid.red-soft>.portlet-body,
        .portlet.solid.red-soft>.portlet-title {
            border: 0;
            color: #FFF
        }
        
        .portlet.solid.red-soft>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.solid.red-soft>.portlet-title>.tools>a.remove {
            background-image: url(../../global/css/img/portlet-remove-icon-white.png)
        }
        
        .portlet.solid.red-soft>.portlet-title>.tools>a.config {
            background-image: url(../../global/css/img/portlet-config-icon-white.png)
        }
        
        .portlet.solid.red-soft>.portlet-title>.tools>a.reload {
            background-image: url(../../global/css/img/portlet-reload-icon-white.png)
        }
        
        .portlet.solid.red-soft>.portlet-title>.tools>a.expand {
            background-image: url(../../global/css/img/portlet-expand-icon-white.png)
        }
        
        .portlet.solid.red-soft>.portlet-title>.tools>a.collapse {
            background-image: url(../../global/css/img/portlet-collapse-icon-white.png)
        }
        
        .portlet.solid.red-soft>.portlet-title>.tools>a.fullscreen {
            color: #fdfdfd
        }
        
        .portlet.box.red-soft {
            border: 1px solid #db7c7c;
            border-top: 0
        }
        
        .portlet.box.red-soft>.portlet-title>.caption,
        .portlet.box.red-soft>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.box.red-soft>.portlet-title>.actions .btn-default {
            background: 0 0!important;
            border: 1px solid #e8acac;
            color: #eec0c0
        }
        
        .portlet.box.red-soft>.portlet-title>.actions .btn-default>i {
            color: #f1cccc
        }
        
        .portlet.box.red-soft>.portlet-title>.actions .btn-default.active,
        .portlet.box.red-soft>.portlet-title>.actions .btn-default:active,
        .portlet.box.red-soft>.portlet-title>.actions .btn-default:focus,
        .portlet.box.red-soft>.portlet-title>.actions .btn-default:hover {
            border: 1px solid #f3d4d4;
            color: #f9e8e8
        }
        
        .dashboard-stat.red-soft {
            background-color: #d05454
        }
        
        .dashboard-stat.red-soft.dashboard-stat-light:hover {
            background-color: #c44
        }
        
        .dashboard-stat.red-soft .visual>i {
            color: #FFF;
            opacity: .1;
            filter: alpha(opacity=10)
        }
        
        .dashboard-stat.red-soft .details .number {
            color: #FFF
        }
        
        .dashboard-stat.red-soft .details .desc {
            color: #FFF;
            opacity: 1;
            filter: alpha(opacity=100)
        }
        
        .dashboard-stat.red-soft .more {
            color: #FFF;
            background-color: #c44
        }
        
        .bg-red-soft {
            border-color: #d05454!important;
            background-image: none!important;
            background-color: #d05454!important;
            color: #FFF!important
        }
        
        .font-red-soft {
            color: #d05454!important
        }
        
        .progress-bar.red-soft {
            background: #d05454!important;
            color: #FFF!important
        }
        
        .red-haze.btn {
            color: #FFF;
            background-color: #f36a5a;
            border-color: ""
        }
        
        .open .red-haze.btn.dropdown-toggle,
        .red-haze.btn.active,
        .red-haze.btn:active,
        .red-haze.btn:focus,
        .red-haze.btn:hover {
            color: #FFF;
            background-color: #f14c39
        }
        
        .red-haze.btn.active,
        .red-haze.btn:active {
            background-image: none;
            background-color: #ef3621
        }
        
        .red-haze.btn.active:hover,
        .red-haze.btn:active:hover {
            background-color: #f03f2a
        }
        
        .open .red-haze.btn.dropdown-toggle {
            background-image: none
        }
        
        .red-haze.btn.disabled,
        .red-haze.btn.disabled.active,
        .red-haze.btn.disabled:active,
        .red-haze.btn.disabled:focus,
        .red-haze.btn.disabled:hover,
        .red-haze.btn[disabled],
        .red-haze.btn[disabled].active,
        .red-haze.btn[disabled]:active,
        .red-haze.btn[disabled]:focus,
        .red-haze.btn[disabled]:hover,
        fieldset[disabled] .red-haze.btn,
        fieldset[disabled] .red-haze.btn.active,
        fieldset[disabled] .red-haze.btn:active,
        fieldset[disabled] .red-haze.btn:focus,
        fieldset[disabled] .red-haze.btn:hover {
            background-color: #f36a5a
        }
        
        .red-haze.btn .badge {
            color: #f36a5a;
            background-color: #FFF
        }
        
        .portlet.box.red-haze>.portlet-title,
        .portlet.red-haze,
        .portlet>.portlet-body.red-haze {
            background-color: #f36a5a
        }
        
        .btn.red-haze-stripe {
            border-left: 3px solid #f36a5a
        }
        
        .portlet.solid.red-haze>.portlet-body,
        .portlet.solid.red-haze>.portlet-title {
            border: 0;
            color: #FFF
        }
        
        .portlet.solid.red-haze>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.solid.red-haze>.portlet-title>.tools>a.remove {
            background-image: url(../../global/css/img/portlet-remove-icon-white.png)
        }
        
        .portlet.solid.red-haze>.portlet-title>.tools>a.config {
            background-image: url(../../global/css/img/portlet-config-icon-white.png)
        }
        
        .portlet.solid.red-haze>.portlet-title>.tools>a.reload {
            background-image: url(../../global/css/img/portlet-reload-icon-white.png)
        }
        
        .portlet.solid.red-haze>.portlet-title>.tools>a.expand {
            background-image: url(../../global/css/img/portlet-expand-icon-white.png)
        }
        
        .portlet.solid.red-haze>.portlet-title>.tools>a.collapse {
            background-image: url(../../global/css/img/portlet-collapse-icon-white.png)
        }
        
        .portlet.solid.red-haze>.portlet-title>.tools>a.fullscreen {
            color: #fdfdfd
        }
        
        .portlet.box.red-haze {
            border: 1px solid #f6958a;
            border-top: 0
        }
        
        .portlet.box.red-haze>.portlet-title>.caption,
        .portlet.box.red-haze>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.box.red-haze>.portlet-title>.actions .btn-default {
            background: 0 0!important;
            border: 1px solid #fbc8c3;
            color: #fcdeda
        }
        
        .portlet.box.red-haze>.portlet-title>.actions .btn-default>i {
            color: #fdebe9
        }
        
        .portlet.box.red-haze>.portlet-title>.actions .btn-default.active,
        .portlet.box.red-haze>.portlet-title>.actions .btn-default:active,
        .portlet.box.red-haze>.portlet-title>.actions .btn-default:focus,
        .portlet.box.red-haze>.portlet-title>.actions .btn-default:hover {
            border: 1px solid #fef3f2;
            color: #fff
        }
        
        .dashboard-stat.red-haze {
            background-color: #f36a5a
        }
        
        .dashboard-stat.red-haze.dashboard-stat-light:hover {
            background-color: #f25947
        }
        
        .dashboard-stat.red-haze .visual>i {
            color: #FFF;
            opacity: .1;
            filter: alpha(opacity=10)
        }
        
        .dashboard-stat.red-haze .details .number {
            color: #FFF
        }
        
        .dashboard-stat.red-haze .details .desc {
            color: #FFF;
            opacity: 1;
            filter: alpha(opacity=100)
        }
        
        .dashboard-stat.red-haze .more {
            color: #FFF;
            background-color: #f25947
        }
        
        .bg-red-haze {
            border-color: #f36a5a!important;
            background-image: none!important;
            background-color: #f36a5a!important;
            color: #FFF!important
        }
        
        .font-red-haze {
            color: #f36a5a!important
        }
        
        .progress-bar.red-haze {
            background: #f36a5a!important;
            color: #FFF!important
        }
        
        .yellow.btn {
            color: #FFF;
            background-color: #FFB848;
            border-color: ""
        }
        
        .open .yellow.btn.dropdown-toggle,
        .yellow.btn.active,
        .yellow.btn:active,
        .yellow.btn:focus,
        .yellow.btn:hover {
            color: #FFF;
            background-color: #ffaa24
        }
        
        .yellow.btn.active,
        .yellow.btn:active {
            background-image: none;
            background-color: #ffa00b
        }
        
        .yellow.btn.active:hover,
        .yellow.btn:active:hover {
            background-color: #ffa415
        }
        
        .open .yellow.btn.dropdown-toggle {
            background-image: none
        }
        
        .yellow.btn.disabled,
        .yellow.btn.disabled.active,
        .yellow.btn.disabled:active,
        .yellow.btn.disabled:focus,
        .yellow.btn.disabled:hover,
        .yellow.btn[disabled],
        .yellow.btn[disabled].active,
        .yellow.btn[disabled]:active,
        .yellow.btn[disabled]:focus,
        .yellow.btn[disabled]:hover,
        fieldset[disabled] .yellow.btn,
        fieldset[disabled] .yellow.btn.active,
        fieldset[disabled] .yellow.btn:active,
        fieldset[disabled] .yellow.btn:focus,
        fieldset[disabled] .yellow.btn:hover {
            background-color: #FFB848
        }
        
        .yellow.btn .badge {
            color: #FFB848;
            background-color: #FFF
        }
        
        .portlet.box.yellow>.portlet-title,
        .portlet.yellow,
        .portlet>.portlet-body.yellow {
            background-color: #FFB848
        }
        
        .btn.yellow-stripe {
            border-left: 3px solid #FFB848
        }
        
        .portlet.solid.yellow>.portlet-body,
        .portlet.solid.yellow>.portlet-title {
            border: 0;
            color: #FFF
        }
        
        .portlet.solid.yellow>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.solid.yellow>.portlet-title>.tools>a.remove {
            background-image: url(../../global/css/img/portlet-remove-icon-white.png)
        }
        
        .portlet.solid.yellow>.portlet-title>.tools>a.config {
            background-image: url(../../global/css/img/portlet-config-icon-white.png)
        }
        
        .portlet.solid.yellow>.portlet-title>.tools>a.reload {
            background-image: url(../../global/css/img/portlet-reload-icon-white.png)
        }
        
        .portlet.solid.yellow>.portlet-title>.tools>a.expand {
            background-image: url(../../global/css/img/portlet-expand-icon-white.png)
        }
        
        .portlet.solid.yellow>.portlet-title>.tools>a.collapse {
            background-image: url(../../global/css/img/portlet-collapse-icon-white.png)
        }
        
        .portlet.solid.yellow>.portlet-title>.tools>a.fullscreen {
            color: #fdfdfd
        }
        
        .portlet.box.yellow {
            border: 1px solid #ffcc7b;
            border-top: 0
        }
        
        .portlet.box.yellow>.portlet-title>.caption,
        .portlet.box.yellow>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.box.yellow>.portlet-title>.actions .btn-default {
            background: 0 0!important;
            border: 1px solid #ffe4b8;
            color: #ffedd2
        }
        
        .portlet.box.yellow>.portlet-title>.actions .btn-default>i {
            color: #fff3e1
        }
        
        .portlet.box.yellow>.portlet-title>.actions .btn-default.active,
        .portlet.box.yellow>.portlet-title>.actions .btn-default:active,
        .portlet.box.yellow>.portlet-title>.actions .btn-default:focus,
        .portlet.box.yellow>.portlet-title>.actions .btn-default:hover {
            border: 1px solid #fff7eb;
            color: #fff
        }
        
        .dashboard-stat.yellow {
            background-color: #FFB848
        }
        
        .dashboard-stat.yellow.dashboard-stat-light:hover {
            background-color: #ffb034
        }
        
        .dashboard-stat.yellow .visual>i {
            color: #FFF;
            opacity: .1;
            filter: alpha(opacity=10)
        }
        
        .dashboard-stat.yellow .details .number {
            color: #FFF
        }
        
        .dashboard-stat.yellow .details .desc {
            color: #FFF;
            opacity: 1;
            filter: alpha(opacity=100)
        }
        
        .dashboard-stat.yellow .more {
            color: #FFF;
            background-color: #ffb034
        }
        
        .bg-yellow {
            border-color: #FFB848!important;
            background-image: none!important;
            background-color: #FFB848!important;
            color: #FFF!important
        }
        
        .font-yellow {
            color: #FFB848!important
        }
        
        .progress-bar.yellow {
            background: #FFB848!important;
            color: #FFF!important
        }
        
        .yellow-gold.btn {
            color: #FFF;
            background-color: #E87E04;
            border-color: ""
        }
        
        .open .yellow-gold.btn.dropdown-toggle,
        .yellow-gold.btn.active,
        .yellow-gold.btn:active,
        .yellow-gold.btn:focus,
        .yellow-gold.btn:hover {
            color: #FFF;
            background-color: #c56b03
        }
        
        .yellow-gold.btn.active,
        .yellow-gold.btn:active {
            background-image: none;
            background-color: #ac5d03
        }
        
        .yellow-gold.btn.active:hover,
        .yellow-gold.btn:active:hover {
            background-color: #b66303
        }
        
        .open .yellow-gold.btn.dropdown-toggle {
            background-image: none
        }
        
        .yellow-gold.btn.disabled,
        .yellow-gold.btn.disabled.active,
        .yellow-gold.btn.disabled:active,
        .yellow-gold.btn.disabled:focus,
        .yellow-gold.btn.disabled:hover,
        .yellow-gold.btn[disabled],
        .yellow-gold.btn[disabled].active,
        .yellow-gold.btn[disabled]:active,
        .yellow-gold.btn[disabled]:focus,
        .yellow-gold.btn[disabled]:hover,
        fieldset[disabled] .yellow-gold.btn,
        fieldset[disabled] .yellow-gold.btn.active,
        fieldset[disabled] .yellow-gold.btn:active,
        fieldset[disabled] .yellow-gold.btn:focus,
        fieldset[disabled] .yellow-gold.btn:hover {
            background-color: #E87E04
        }
        
        .yellow-gold.btn .badge {
            color: #E87E04;
            background-color: #FFF
        }
        
        .portlet.box.yellow-gold>.portlet-title,
        .portlet.yellow-gold,
        .portlet>.portlet-body.yellow-gold {
            background-color: #E87E04
        }
        
        .btn.yellow-gold-stripe {
            border-left: 3px solid #E87E04
        }
        
        .portlet.solid.yellow-gold>.portlet-body,
        .portlet.solid.yellow-gold>.portlet-title {
            border: 0;
            color: #FFF
        }
        
        .portlet.solid.yellow-gold>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.solid.yellow-gold>.portlet-title>.tools>a.remove {
            background-image: url(../../global/css/img/portlet-remove-icon-white.png)
        }
        
        .portlet.solid.yellow-gold>.portlet-title>.tools>a.config {
            background-image: url(../../global/css/img/portlet-config-icon-white.png)
        }
        
        .portlet.solid.yellow-gold>.portlet-title>.tools>a.reload {
            background-image: url(../../global/css/img/portlet-reload-icon-white.png)
        }
        
        .portlet.solid.yellow-gold>.portlet-title>.tools>a.expand {
            background-image: url(../../global/css/img/portlet-expand-icon-white.png)
        }
        
        .portlet.solid.yellow-gold>.portlet-title>.tools>a.collapse {
            background-image: url(../../global/css/img/portlet-collapse-icon-white.png)
        }
        
        .portlet.solid.yellow-gold>.portlet-title>.tools>a.fullscreen {
            color: #fdfdfd
        }
        
        .portlet.box.yellow-gold {
            border: 1px solid #fb9724;
            border-top: 0
        }
        
        .portlet.box.yellow-gold>.portlet-title>.caption,
        .portlet.box.yellow-gold>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.box.yellow-gold>.portlet-title>.actions .btn-default {
            background: 0 0!important;
            border: 1px solid #fcb460;
            color: #fdbf79
        }
        
        .portlet.box.yellow-gold>.portlet-title>.actions .btn-default>i {
            color: #fdc788
        }
        
        .portlet.box.yellow-gold>.portlet-title>.actions .btn-default.active,
        .portlet.box.yellow-gold>.portlet-title>.actions .btn-default:active,
        .portlet.box.yellow-gold>.portlet-title>.actions .btn-default:focus,
        .portlet.box.yellow-gold>.portlet-title>.actions .btn-default:hover {
            border: 1px solid #fdcb92;
            color: #fed7ab
        }
        
        .dashboard-stat.yellow-gold {
            background-color: #E87E04
        }
        
        .dashboard-stat.yellow-gold.dashboard-stat-light:hover {
            background-color: #d47304
        }
        
        .dashboard-stat.yellow-gold .visual>i {
            color: #FFF;
            opacity: .1;
            filter: alpha(opacity=10)
        }
        
        .dashboard-stat.yellow-gold .details .number {
            color: #FFF
        }
        
        .dashboard-stat.yellow-gold .details .desc {
            color: #FFF;
            opacity: 1;
            filter: alpha(opacity=100)
        }
        
        .dashboard-stat.yellow-gold .more {
            color: #FFF;
            background-color: #d47304
        }
        
        .bg-yellow-gold {
            border-color: #E87E04!important;
            background-image: none!important;
            background-color: #E87E04!important;
            color: #FFF!important
        }
        
        .font-yellow-gold {
            color: #E87E04!important
        }
        
        .progress-bar.yellow-gold {
            background: #E87E04!important;
            color: #FFF!important
        }
        
        .yellow-casablanca.btn {
            color: #FFF;
            background-color: #f2784b;
            border-color: ""
        }
        
        .open .yellow-casablanca.btn.dropdown-toggle,
        .yellow-casablanca.btn.active,
        .yellow-casablanca.btn:active,
        .yellow-casablanca.btn:focus,
        .yellow-casablanca.btn:hover {
            color: #FFF;
            background-color: #f05f2a
        }
        
        .yellow-casablanca.btn.active,
        .yellow-casablanca.btn:active {
            background-image: none;
            background-color: #ee4d12
        }
        
        .yellow-casablanca.btn.active:hover,
        .yellow-casablanca.btn:active:hover {
            background-color: #ef541b
        }
        
        .open .yellow-casablanca.btn.dropdown-toggle {
            background-image: none
        }
        
        .yellow-casablanca.btn.disabled,
        .yellow-casablanca.btn.disabled.active,
        .yellow-casablanca.btn.disabled:active,
        .yellow-casablanca.btn.disabled:focus,
        .yellow-casablanca.btn.disabled:hover,
        .yellow-casablanca.btn[disabled],
        .yellow-casablanca.btn[disabled].active,
        .yellow-casablanca.btn[disabled]:active,
        .yellow-casablanca.btn[disabled]:focus,
        .yellow-casablanca.btn[disabled]:hover,
        fieldset[disabled] .yellow-casablanca.btn,
        fieldset[disabled] .yellow-casablanca.btn.active,
        fieldset[disabled] .yellow-casablanca.btn:active,
        fieldset[disabled] .yellow-casablanca.btn:focus,
        fieldset[disabled] .yellow-casablanca.btn:hover {
            background-color: #f2784b
        }
        
        .yellow-casablanca.btn .badge {
            color: #f2784b;
            background-color: #FFF
        }
        
        .portlet.box.yellow-casablanca>.portlet-title,
        .portlet.yellow-casablanca,
        .portlet>.portlet-body.yellow-casablanca {
            background-color: #f2784b
        }
        
        .btn.yellow-casablanca-stripe {
            border-left: 3px solid #f2784b
        }
        
        .portlet.solid.yellow-casablanca>.portlet-body,
        .portlet.solid.yellow-casablanca>.portlet-title {
            border: 0;
            color: #FFF
        }
        
        .portlet.solid.yellow-casablanca>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.solid.yellow-casablanca>.portlet-title>.tools>a.remove {
            background-image: url(../../global/css/img/portlet-remove-icon-white.png)
        }
        
        .portlet.solid.yellow-casablanca>.portlet-title>.tools>a.config {
            background-image: url(../../global/css/img/portlet-config-icon-white.png)
        }
        
        .portlet.solid.yellow-casablanca>.portlet-title>.tools>a.reload {
            background-image: url(../../global/css/img/portlet-reload-icon-white.png)
        }
        
        .portlet.solid.yellow-casablanca>.portlet-title>.tools>a.expand {
            background-image: url(../../global/css/img/portlet-expand-icon-white.png)
        }
        
        .portlet.solid.yellow-casablanca>.portlet-title>.tools>a.collapse {
            background-image: url(../../global/css/img/portlet-collapse-icon-white.png)
        }
        
        .portlet.solid.yellow-casablanca>.portlet-title>.tools>a.fullscreen {
            color: #fdfdfd
        }
        
        .portlet.box.yellow-casablanca {
            border: 1px solid #f59c7b;
            border-top: 0
        }
        
        .portlet.box.yellow-casablanca>.portlet-title>.caption,
        .portlet.box.yellow-casablanca>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.box.yellow-casablanca>.portlet-title>.actions .btn-default {
            background: 0 0!important;
            border: 1px solid #fac6b4;
            color: #fbd8cb
        }
        
        .portlet.box.yellow-casablanca>.portlet-title>.actions .btn-default>i {
            color: #fce3da
        }
        
        .portlet.box.yellow-casablanca>.portlet-title>.actions .btn-default.active,
        .portlet.box.yellow-casablanca>.portlet-title>.actions .btn-default:active,
        .portlet.box.yellow-casablanca>.portlet-title>.actions .btn-default:focus,
        .portlet.box.yellow-casablanca>.portlet-title>.actions .btn-default:hover {
            border: 1px solid #fdeae3;
            color: #fffcfb
        }
        
        .dashboard-stat.yellow-casablanca {
            background-color: #f2784b
        }
        
        .dashboard-stat.yellow-casablanca.dashboard-stat-light:hover {
            background-color: #f16a38
        }
        
        .dashboard-stat.yellow-casablanca .visual>i {
            color: #FFF;
            opacity: .1;
            filter: alpha(opacity=10)
        }
        
        .dashboard-stat.yellow-casablanca .details .number {
            color: #FFF
        }
        
        .dashboard-stat.yellow-casablanca .details .desc {
            color: #FFF;
            opacity: 1;
            filter: alpha(opacity=100)
        }
        
        .dashboard-stat.yellow-casablanca .more {
            color: #FFF;
            background-color: #f16a38
        }
        
        .bg-yellow-casablanca {
            border-color: #f2784b!important;
            background-image: none!important;
            background-color: #f2784b!important;
            color: #FFF!important
        }
        
        .font-yellow-casablanca {
            color: #f2784b!important
        }
        
        .progress-bar.yellow-casablanca {
            background: #f2784b!important;
            color: #FFF!important
        }
        
        .yellow-crusta.btn {
            color: #FFF;
            background-color: #f3c200;
            border-color: ""
        }
        
        .open .yellow-crusta.btn.dropdown-toggle,
        .yellow-crusta.btn.active,
        .yellow-crusta.btn:active,
        .yellow-crusta.btn:focus,
        .yellow-crusta.btn:hover {
            color: #FFF;
            background-color: #cfa500
        }
        
        .yellow-crusta.btn.active,
        .yellow-crusta.btn:active {
            background-image: none;
            background-color: #b69100
        }
        
        .yellow-crusta.btn.active:hover,
        .yellow-crusta.btn:active:hover {
            background-color: #c09900
        }
        
        .open .yellow-crusta.btn.dropdown-toggle {
            background-image: none
        }
        
        .yellow-crusta.btn.disabled,
        .yellow-crusta.btn.disabled.active,
        .yellow-crusta.btn.disabled:active,
        .yellow-crusta.btn.disabled:focus,
        .yellow-crusta.btn.disabled:hover,
        .yellow-crusta.btn[disabled],
        .yellow-crusta.btn[disabled].active,
        .yellow-crusta.btn[disabled]:active,
        .yellow-crusta.btn[disabled]:focus,
        .yellow-crusta.btn[disabled]:hover,
        fieldset[disabled] .yellow-crusta.btn,
        fieldset[disabled] .yellow-crusta.btn.active,
        fieldset[disabled] .yellow-crusta.btn:active,
        fieldset[disabled] .yellow-crusta.btn:focus,
        fieldset[disabled] .yellow-crusta.btn:hover {
            background-color: #f3c200
        }
        
        .yellow-crusta.btn .badge {
            color: #f3c200;
            background-color: #FFF
        }
        
        .portlet.box.yellow-crusta>.portlet-title,
        .portlet.yellow-crusta,
        .portlet>.portlet-body.yellow-crusta {
            background-color: #f3c200
        }
        
        .btn.yellow-crusta-stripe {
            border-left: 3px solid #f3c200
        }
        
        .portlet.solid.yellow-crusta>.portlet-body,
        .portlet.solid.yellow-crusta>.portlet-title {
            border: 0;
            color: #FFF
        }
        
        .portlet.solid.yellow-crusta>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.solid.yellow-crusta>.portlet-title>.tools>a.remove {
            background-image: url(../../global/css/img/portlet-remove-icon-white.png)
        }
        
        .portlet.solid.yellow-crusta>.portlet-title>.tools>a.config {
            background-image: url(../../global/css/img/portlet-config-icon-white.png)
        }
        
        .portlet.solid.yellow-crusta>.portlet-title>.tools>a.reload {
            background-image: url(../../global/css/img/portlet-reload-icon-white.png)
        }
        
        .portlet.solid.yellow-crusta>.portlet-title>.tools>a.expand {
            background-image: url(../../global/css/img/portlet-expand-icon-white.png)
        }
        
        .portlet.solid.yellow-crusta>.portlet-title>.tools>a.collapse {
            background-image: url(../../global/css/img/portlet-collapse-icon-white.png)
        }
        
        .portlet.solid.yellow-crusta>.portlet-title>.tools>a.fullscreen {
            color: #fdfdfd
        }
        
        .portlet.box.yellow-crusta {
            border: 1px solid #ffd327;
            border-top: 0
        }
        
        .portlet.box.yellow-crusta>.portlet-title>.caption,
        .portlet.box.yellow-crusta>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.box.yellow-crusta>.portlet-title>.actions .btn-default {
            background: 0 0!important;
            border: 1px solid #ffe064;
            color: #ffe57e
        }
        
        .portlet.box.yellow-crusta>.portlet-title>.actions .btn-default>i {
            color: #ffe88d
        }
        
        .portlet.box.yellow-crusta>.portlet-title>.actions .btn-default.active,
        .portlet.box.yellow-crusta>.portlet-title>.actions .btn-default:active,
        .portlet.box.yellow-crusta>.portlet-title>.actions .btn-default:focus,
        .portlet.box.yellow-crusta>.portlet-title>.actions .btn-default:hover {
            border: 1px solid #ffea97;
            color: #ffefb1
        }
        
        .dashboard-stat.yellow-crusta {
            background-color: #f3c200
        }
        
        .dashboard-stat.yellow-crusta.dashboard-stat-light:hover {
            background-color: #dfb200
        }
        
        .dashboard-stat.yellow-crusta .visual>i {
            color: #FFF;
            opacity: .1;
            filter: alpha(opacity=10)
        }
        
        .dashboard-stat.yellow-crusta .details .number {
            color: #FFF
        }
        
        .dashboard-stat.yellow-crusta .details .desc {
            color: #FFF;
            opacity: 1;
            filter: alpha(opacity=100)
        }
        
        .dashboard-stat.yellow-crusta .more {
            color: #FFF;
            background-color: #dfb200
        }
        
        .bg-yellow-crusta {
            border-color: #f3c200!important;
            background-image: none!important;
            background-color: #f3c200!important;
            color: #FFF!important
        }
        
        .font-yellow-crusta {
            color: #f3c200!important
        }
        
        .progress-bar.yellow-crusta {
            background: #f3c200!important;
            color: #FFF!important
        }
        
        .yellow-lemon.btn {
            color: #FFF;
            background-color: #F7CA18;
            border-color: ""
        }
        
        .open .yellow-lemon.btn.dropdown-toggle,
        .yellow-lemon.btn.active,
        .yellow-lemon.btn:active,
        .yellow-lemon.btn:focus,
        .yellow-lemon.btn:hover {
            color: #FFF;
            background-color: #e3b708
        }
        
        .yellow-lemon.btn.active,
        .yellow-lemon.btn:active {
            background-image: none;
            background-color: #cba307
        }
        
        .yellow-lemon.btn.active:hover,
        .yellow-lemon.btn:active:hover {
            background-color: #d5ab07
        }
        
        .open .yellow-lemon.btn.dropdown-toggle {
            background-image: none
        }
        
        .yellow-lemon.btn.disabled,
        .yellow-lemon.btn.disabled.active,
        .yellow-lemon.btn.disabled:active,
        .yellow-lemon.btn.disabled:focus,
        .yellow-lemon.btn.disabled:hover,
        .yellow-lemon.btn[disabled],
        .yellow-lemon.btn[disabled].active,
        .yellow-lemon.btn[disabled]:active,
        .yellow-lemon.btn[disabled]:focus,
        .yellow-lemon.btn[disabled]:hover,
        fieldset[disabled] .yellow-lemon.btn,
        fieldset[disabled] .yellow-lemon.btn.active,
        fieldset[disabled] .yellow-lemon.btn:active,
        fieldset[disabled] .yellow-lemon.btn:focus,
        fieldset[disabled] .yellow-lemon.btn:hover {
            background-color: #F7CA18
        }
        
        .yellow-lemon.btn .badge {
            color: #F7CA18;
            background-color: #FFF
        }
        
        .portlet.box.yellow-lemon>.portlet-title,
        .portlet.yellow-lemon,
        .portlet>.portlet-body.yellow-lemon {
            background-color: #F7CA18
        }
        
        .btn.yellow-lemon-stripe {
            border-left: 3px solid #F7CA18
        }
        
        .portlet.solid.yellow-lemon>.portlet-body,
        .portlet.solid.yellow-lemon>.portlet-title {
            border: 0;
            color: #FFF
        }
        
        .portlet.solid.yellow-lemon>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.solid.yellow-lemon>.portlet-title>.tools>a.remove {
            background-image: url(../../global/css/img/portlet-remove-icon-white.png)
        }
        
        .portlet.solid.yellow-lemon>.portlet-title>.tools>a.config {
            background-image: url(../../global/css/img/portlet-config-icon-white.png)
        }
        
        .portlet.solid.yellow-lemon>.portlet-title>.tools>a.reload {
            background-image: url(../../global/css/img/portlet-reload-icon-white.png)
        }
        
        .portlet.solid.yellow-lemon>.portlet-title>.tools>a.expand {
            background-image: url(../../global/css/img/portlet-expand-icon-white.png)
        }
        
        .portlet.solid.yellow-lemon>.portlet-title>.tools>a.collapse {
            background-image: url(../../global/css/img/portlet-collapse-icon-white.png)
        }
        
        .portlet.solid.yellow-lemon>.portlet-title>.tools>a.fullscreen {
            color: #fdfdfd
        }
        
        .portlet.box.yellow-lemon {
            border: 1px solid #f9d549;
            border-top: 0
        }
        
        .portlet.box.yellow-lemon>.portlet-title>.caption,
        .portlet.box.yellow-lemon>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.box.yellow-lemon>.portlet-title>.actions .btn-default {
            background: 0 0!important;
            border: 1px solid #fbe384;
            color: #fce99d
        }
        
        .portlet.box.yellow-lemon>.portlet-title>.actions .btn-default>i {
            color: #fcecac
        }
        
        .portlet.box.yellow-lemon>.portlet-title>.actions .btn-default.active,
        .portlet.box.yellow-lemon>.portlet-title>.actions .btn-default:active,
        .portlet.box.yellow-lemon>.portlet-title>.actions .btn-default:focus,
        .portlet.box.yellow-lemon>.portlet-title>.actions .btn-default:hover {
            border: 1px solid #fceeb6;
            color: #fdf4ce
        }
        
        .dashboard-stat.yellow-lemon {
            background-color: #F7CA18
        }
        
        .dashboard-stat.yellow-lemon.dashboard-stat-light:hover {
            background-color: #f2c308
        }
        
        .dashboard-stat.yellow-lemon .visual>i {
            color: #FFF;
            opacity: .1;
            filter: alpha(opacity=10)
        }
        
        .dashboard-stat.yellow-lemon .details .number {
            color: #FFF
        }
        
        .dashboard-stat.yellow-lemon .details .desc {
            color: #FFF;
            opacity: 1;
            filter: alpha(opacity=100)
        }
        
        .dashboard-stat.yellow-lemon .more {
            color: #FFF;
            background-color: #f2c308
        }
        
        .bg-yellow-lemon {
            border-color: #F7CA18!important;
            background-image: none!important;
            background-color: #F7CA18!important;
            color: #FFF!important
        }
        
        .font-yellow-lemon {
            color: #F7CA18!important
        }
        
        .progress-bar.yellow-lemon {
            background: #F7CA18!important;
            color: #FFF!important
        }
        
        .yellow-saffron.btn {
            color: #FFF;
            background-color: #F4D03F;
            border-color: ""
        }
        
        .open .yellow-saffron.btn.dropdown-toggle,
        .yellow-saffron.btn.active,
        .yellow-saffron.btn:active,
        .yellow-saffron.btn:focus,
        .yellow-saffron.btn:hover {
            color: #FFF;
            background-color: #f2c81d
        }
        
        .yellow-saffron.btn.active,
        .yellow-saffron.btn:active {
            background-image: none;
            background-color: #e8bd0d
        }
        
        .yellow-saffron.btn.active:hover,
        .yellow-saffron.btn:active:hover {
            background-color: #f1c40f
        }
        
        .open .yellow-saffron.btn.dropdown-toggle {
            background-image: none
        }
        
        .yellow-saffron.btn.disabled,
        .yellow-saffron.btn.disabled.active,
        .yellow-saffron.btn.disabled:active,
        .yellow-saffron.btn.disabled:focus,
        .yellow-saffron.btn.disabled:hover,
        .yellow-saffron.btn[disabled],
        .yellow-saffron.btn[disabled].active,
        .yellow-saffron.btn[disabled]:active,
        .yellow-saffron.btn[disabled]:focus,
        .yellow-saffron.btn[disabled]:hover,
        fieldset[disabled] .yellow-saffron.btn,
        fieldset[disabled] .yellow-saffron.btn.active,
        fieldset[disabled] .yellow-saffron.btn:active,
        fieldset[disabled] .yellow-saffron.btn:focus,
        fieldset[disabled] .yellow-saffron.btn:hover {
            background-color: #F4D03F
        }
        
        .yellow-saffron.btn .badge {
            color: #F4D03F;
            background-color: #FFF
        }
        
        .portlet.box.yellow-saffron>.portlet-title,
        .portlet.yellow-saffron,
        .portlet>.portlet-body.yellow-saffron {
            background-color: #F4D03F
        }
        
        .btn.yellow-saffron-stripe {
            border-left: 3px solid #F4D03F
        }
        
        .portlet.solid.yellow-saffron>.portlet-body,
        .portlet.solid.yellow-saffron>.portlet-title {
            border: 0;
            color: #FFF
        }
        
        .portlet.solid.yellow-saffron>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.solid.yellow-saffron>.portlet-title>.tools>a.remove {
            background-image: url(../../global/css/img/portlet-remove-icon-white.png)
        }
        
        .portlet.solid.yellow-saffron>.portlet-title>.tools>a.config {
            background-image: url(../../global/css/img/portlet-config-icon-white.png)
        }
        
        .portlet.solid.yellow-saffron>.portlet-title>.tools>a.reload {
            background-image: url(../../global/css/img/portlet-reload-icon-white.png)
        }
        
        .portlet.solid.yellow-saffron>.portlet-title>.tools>a.expand {
            background-image: url(../../global/css/img/portlet-expand-icon-white.png)
        }
        
        .portlet.solid.yellow-saffron>.portlet-title>.tools>a.collapse {
            background-image: url(../../global/css/img/portlet-collapse-icon-white.png)
        }
        
        .portlet.solid.yellow-saffron>.portlet-title>.tools>a.fullscreen {
            color: #fdfdfd
        }
        
        .portlet.box.yellow-saffron {
            border: 1px solid #f7dc6f;
            border-top: 0
        }
        
        .portlet.box.yellow-saffron>.portlet-title>.caption,
        .portlet.box.yellow-saffron>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.box.yellow-saffron>.portlet-title>.actions .btn-default {
            background: 0 0!important;
            border: 1px solid #faeaa9;
            color: #fbf0c1
        }
        
        .portlet.box.yellow-saffron>.portlet-title>.actions .btn-default>i {
            color: #fcf3d0
        }
        
        .portlet.box.yellow-saffron>.portlet-title>.actions .btn-default.active,
        .portlet.box.yellow-saffron>.portlet-title>.actions .btn-default:active,
        .portlet.box.yellow-saffron>.portlet-title>.actions .btn-default:focus,
        .portlet.box.yellow-saffron>.portlet-title>.actions .btn-default:hover {
            border: 1px solid #fdf6d9;
            color: #fefcf1
        }
        
        .dashboard-stat.yellow-saffron {
            background-color: #F4D03F
        }
        
        .dashboard-stat.yellow-saffron.dashboard-stat-light:hover {
            background-color: #f3cb2c
        }
        
        .dashboard-stat.yellow-saffron .visual>i {
            color: #FFF;
            opacity: .1;
            filter: alpha(opacity=10)
        }
        
        .dashboard-stat.yellow-saffron .details .number {
            color: #FFF
        }
        
        .dashboard-stat.yellow-saffron .details .desc {
            color: #FFF;
            opacity: 1;
            filter: alpha(opacity=100)
        }
        
        .dashboard-stat.yellow-saffron .more {
            color: #FFF;
            background-color: #f3cb2c
        }
        
        .bg-yellow-saffron {
            border-color: #F4D03F!important;
            background-image: none!important;
            background-color: #F4D03F!important;
            color: #FFF!important
        }
        
        .font-yellow-saffron {
            color: #F4D03F!important
        }
        
        .progress-bar.yellow-saffron {
            background: #F4D03F!important;
            color: #FFF!important
        }
        
        .purple.btn {
            color: #FFF;
            background-color: #8E44AD;
            border-color: ""
        }
        
        .open .purple.btn.dropdown-toggle,
        .purple.btn.active,
        .purple.btn:active,
        .purple.btn:focus,
        .purple.btn:hover {
            color: #FFF;
            background-color: #793a93
        }
        
        .purple.btn.active,
        .purple.btn:active {
            background-image: none;
            background-color: #6a3381
        }
        
        .purple.btn.active:hover,
        .purple.btn:active:hover {
            background-color: #703688
        }
        
        .open .purple.btn.dropdown-toggle {
            background-image: none
        }
        
        .purple.btn.disabled,
        .purple.btn.disabled.active,
        .purple.btn.disabled:active,
        .purple.btn.disabled:focus,
        .purple.btn.disabled:hover,
        .purple.btn[disabled],
        .purple.btn[disabled].active,
        .purple.btn[disabled]:active,
        .purple.btn[disabled]:focus,
        .purple.btn[disabled]:hover,
        fieldset[disabled] .purple.btn,
        fieldset[disabled] .purple.btn.active,
        fieldset[disabled] .purple.btn:active,
        fieldset[disabled] .purple.btn:focus,
        fieldset[disabled] .purple.btn:hover {
            background-color: #8E44AD
        }
        
        .purple.btn .badge {
            color: #8E44AD;
            background-color: #FFF
        }
        
        .portlet.box.purple>.portlet-title,
        .portlet.purple,
        .portlet>.portlet-body.purple {
            background-color: #8E44AD
        }
        
        .btn.purple-stripe {
            border-left: 3px solid #8E44AD
        }
        
        .portlet.solid.purple>.portlet-body,
        .portlet.solid.purple>.portlet-title {
            border: 0;
            color: #FFF
        }
        
        .portlet.solid.purple>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.solid.purple>.portlet-title>.tools>a.remove {
            background-image: url(../../global/css/img/portlet-remove-icon-white.png)
        }
        
        .portlet.solid.purple>.portlet-title>.tools>a.config {
            background-image: url(../../global/css/img/portlet-config-icon-white.png)
        }
        
        .portlet.solid.purple>.portlet-title>.tools>a.reload {
            background-image: url(../../global/css/img/portlet-reload-icon-white.png)
        }
        
        .portlet.solid.purple>.portlet-title>.tools>a.expand {
            background-image: url(../../global/css/img/portlet-expand-icon-white.png)
        }
        
        .portlet.solid.purple>.portlet-title>.tools>a.collapse {
            background-image: url(../../global/css/img/portlet-collapse-icon-white.png)
        }
        
        .portlet.solid.purple>.portlet-title>.tools>a.fullscreen {
            color: #fdfdfd
        }
        
        .portlet.box.purple {
            border: 1px solid #a563c1;
            border-top: 0
        }
        
        .portlet.box.purple>.portlet-title>.caption,
        .portlet.box.purple>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.box.purple>.portlet-title>.actions .btn-default {
            background: 0 0!important;
            border: 1px solid #bf8ed3;
            color: #c9a1da
        }
        
        .portlet.box.purple>.portlet-title>.actions .btn-default>i {
            color: #cfacde
        }
        
        .portlet.box.purple>.portlet-title>.actions .btn-default.active,
        .portlet.box.purple>.portlet-title>.actions .btn-default:active,
        .portlet.box.purple>.portlet-title>.actions .btn-default:focus,
        .portlet.box.purple>.portlet-title>.actions .btn-default:hover {
            border: 1px solid #d4b3e1;
            color: #dec5e8
        }
        
        .dashboard-stat.purple {
            background-color: #8E44AD
        }
        
        .dashboard-stat.purple.dashboard-stat-light:hover {
            background-color: #823e9e
        }
        
        .dashboard-stat.purple .visual>i {
            color: #FFF;
            opacity: .1;
            filter: alpha(opacity=10)
        }
        
        .dashboard-stat.purple .details .number {
            color: #FFF
        }
        
        .dashboard-stat.purple .details .desc {
            color: #FFF;
            opacity: 1;
            filter: alpha(opacity=100)
        }
        
        .dashboard-stat.purple .more {
            color: #FFF;
            background-color: #823e9e
        }
        
        .bg-purple {
            border-color: #8E44AD!important;
            background-image: none!important;
            background-color: #8E44AD!important;
            color: #FFF!important
        }
        
        .font-purple {
            color: #8E44AD!important
        }
        
        .progress-bar.purple {
            background: #8E44AD!important;
            color: #FFF!important
        }
        
        .purple-plum.btn {
            color: #FFF;
            background-color: #8775a7;
            border-color: ""
        }
        
        .open .purple-plum.btn.dropdown-toggle,
        .purple-plum.btn.active,
        .purple-plum.btn:active,
        .purple-plum.btn:focus,
        .purple-plum.btn:hover {
            color: #FFF;
            background-color: #746198
        }
        
        .purple-plum.btn.active,
        .purple-plum.btn:active {
            background-image: none;
            background-color: #685788
        }
        
        .purple-plum.btn.active:hover,
        .purple-plum.btn:active:hover {
            background-color: #6d5b8e
        }
        
        .open .purple-plum.btn.dropdown-toggle {
            background-image: none
        }
        
        .purple-plum.btn.disabled,
        .purple-plum.btn.disabled.active,
        .purple-plum.btn.disabled:active,
        .purple-plum.btn.disabled:focus,
        .purple-plum.btn.disabled:hover,
        .purple-plum.btn[disabled],
        .purple-plum.btn[disabled].active,
        .purple-plum.btn[disabled]:active,
        .purple-plum.btn[disabled]:focus,
        .purple-plum.btn[disabled]:hover,
        fieldset[disabled] .purple-plum.btn,
        fieldset[disabled] .purple-plum.btn.active,
        fieldset[disabled] .purple-plum.btn:active,
        fieldset[disabled] .purple-plum.btn:focus,
        fieldset[disabled] .purple-plum.btn:hover {
            background-color: #8775a7
        }
        
        .purple-plum.btn .badge {
            color: #8775a7;
            background-color: #FFF
        }
        
        .portlet.box.purple-plum>.portlet-title,
        .portlet.purple-plum,
        .portlet>.portlet-body.purple-plum {
            background-color: #8775a7
        }
        
        .btn.purple-plum-stripe {
            border-left: 3px solid #8775a7
        }
        
        .portlet.solid.purple-plum>.portlet-body,
        .portlet.solid.purple-plum>.portlet-title {
            border: 0;
            color: #FFF
        }
        
        .portlet.solid.purple-plum>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.solid.purple-plum>.portlet-title>.tools>a.remove {
            background-image: url(../../global/css/img/portlet-remove-icon-white.png)
        }
        
        .portlet.solid.purple-plum>.portlet-title>.tools>a.config {
            background-image: url(../../global/css/img/portlet-config-icon-white.png)
        }
        
        .portlet.solid.purple-plum>.portlet-title>.tools>a.reload {
            background-image: url(../../global/css/img/portlet-reload-icon-white.png)
        }
        
        .portlet.solid.purple-plum>.portlet-title>.tools>a.expand {
            background-image: url(../../global/css/img/portlet-expand-icon-white.png)
        }
        
        .portlet.solid.purple-plum>.portlet-title>.tools>a.collapse {
            background-image: url(../../global/css/img/portlet-collapse-icon-white.png)
        }
        
        .portlet.solid.purple-plum>.portlet-title>.tools>a.fullscreen {
            color: #fdfdfd
        }
        
        .portlet.box.purple-plum {
            border: 1px solid #a294bb;
            border-top: 0
        }
        
        .portlet.box.purple-plum>.portlet-title>.caption,
        .portlet.box.purple-plum>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.box.purple-plum>.portlet-title>.actions .btn-default {
            background: 0 0!important;
            border: 1px solid #c3bad3;
            color: #d0c9dd
        }
        
        .portlet.box.purple-plum>.portlet-title>.actions .btn-default>i {
            color: #d8d2e3
        }
        
        .portlet.box.purple-plum>.portlet-title>.actions .btn-default.active,
        .portlet.box.purple-plum>.portlet-title>.actions .btn-default:active,
        .portlet.box.purple-plum>.portlet-title>.actions .btn-default:focus,
        .portlet.box.purple-plum>.portlet-title>.actions .btn-default:hover {
            border: 1px solid #ded9e7;
            color: #ebe8f0
        }
        
        .dashboard-stat.purple-plum {
            background-color: #8775a7
        }
        
        .dashboard-stat.purple-plum.dashboard-stat-light:hover {
            background-color: #7c699f
        }
        
        .dashboard-stat.purple-plum .visual>i {
            color: #FFF;
            opacity: .1;
            filter: alpha(opacity=10)
        }
        
        .dashboard-stat.purple-plum .details .number {
            color: #FFF
        }
        
        .dashboard-stat.purple-plum .details .desc {
            color: #FFF;
            opacity: 1;
            filter: alpha(opacity=100)
        }
        
        .dashboard-stat.purple-plum .more {
            color: #FFF;
            background-color: #7c699f
        }
        
        .bg-purple-plum {
            border-color: #8775a7!important;
            background-image: none!important;
            background-color: #8775a7!important;
            color: #FFF!important
        }
        
        .font-purple-plum {
            color: #8775a7!important
        }
        
        .progress-bar.purple-plum {
            background: #8775a7!important;
            color: #FFF!important
        }
        
        .purple-medium.btn {
            color: #FFF;
            background-color: #BF55EC;
            border-color: ""
        }
        
        .open .purple-medium.btn.dropdown-toggle,
        .purple-medium.btn.active,
        .purple-medium.btn:active,
        .purple-medium.btn:focus,
        .purple-medium.btn:hover {
            color: #FFF;
            background-color: #b335e8
        }
        
        .purple-medium.btn.active,
        .purple-medium.btn:active {
            background-image: none;
            background-color: #aa1ee6
        }
        
        .purple-medium.btn.active:hover,
        .purple-medium.btn:active:hover {
            background-color: #ae27e7
        }
        
        .open .purple-medium.btn.dropdown-toggle {
            background-image: none
        }
        
        .purple-medium.btn.disabled,
        .purple-medium.btn.disabled.active,
        .purple-medium.btn.disabled:active,
        .purple-medium.btn.disabled:focus,
        .purple-medium.btn.disabled:hover,
        .purple-medium.btn[disabled],
        .purple-medium.btn[disabled].active,
        .purple-medium.btn[disabled]:active,
        .purple-medium.btn[disabled]:focus,
        .purple-medium.btn[disabled]:hover,
        fieldset[disabled] .purple-medium.btn,
        fieldset[disabled] .purple-medium.btn.active,
        fieldset[disabled] .purple-medium.btn:active,
        fieldset[disabled] .purple-medium.btn:focus,
        fieldset[disabled] .purple-medium.btn:hover {
            background-color: #BF55EC
        }
        
        .purple-medium.btn .badge {
            color: #BF55EC;
            background-color: #FFF
        }
        
        .portlet.box.purple-medium>.portlet-title,
        .portlet.purple-medium,
        .portlet>.portlet-body.purple-medium {
            background-color: #BF55EC
        }
        
        .btn.purple-medium-stripe {
            border-left: 3px solid #BF55EC
        }
        
        .portlet.solid.purple-medium>.portlet-body,
        .portlet.solid.purple-medium>.portlet-title {
            border: 0;
            color: #FFF
        }
        
        .portlet.solid.purple-medium>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.solid.purple-medium>.portlet-title>.tools>a.remove {
            background-image: url(../../global/css/img/portlet-remove-icon-white.png)
        }
        
        .portlet.solid.purple-medium>.portlet-title>.tools>a.config {
            background-image: url(../../global/css/img/portlet-config-icon-white.png)
        }
        
        .portlet.solid.purple-medium>.portlet-title>.tools>a.reload {
            background-image: url(../../global/css/img/portlet-reload-icon-white.png)
        }
        
        .portlet.solid.purple-medium>.portlet-title>.tools>a.expand {
            background-image: url(../../global/css/img/portlet-expand-icon-white.png)
        }
        
        .portlet.solid.purple-medium>.portlet-title>.tools>a.collapse {
            background-image: url(../../global/css/img/portlet-collapse-icon-white.png)
        }
        
        .portlet.solid.purple-medium>.portlet-title>.tools>a.fullscreen {
            color: #fdfdfd
        }
        
        .portlet.box.purple-medium {
            border: 1px solid #d083f1;
            border-top: 0
        }
        
        .portlet.box.purple-medium>.portlet-title>.caption,
        .portlet.box.purple-medium>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.box.purple-medium>.portlet-title>.actions .btn-default {
            background: 0 0!important;
            border: 1px solid #e5baf7;
            color: #eed1fa
        }
        
        .portlet.box.purple-medium>.portlet-title>.actions .btn-default>i {
            color: #f3dffb
        }
        
        .portlet.box.purple-medium>.portlet-title>.actions .btn-default.active,
        .portlet.box.purple-medium>.portlet-title>.actions .btn-default:active,
        .portlet.box.purple-medium>.portlet-title>.actions .btn-default:focus,
        .portlet.box.purple-medium>.portlet-title>.actions .btn-default:hover {
            border: 1px solid #f6e8fc;
            color: #fff
        }
        
        .dashboard-stat.purple-medium {
            background-color: #BF55EC
        }
        
        .dashboard-stat.purple-medium.dashboard-stat-light:hover {
            background-color: #b843ea
        }
        
        .dashboard-stat.purple-medium .visual>i {
            color: #FFF;
            opacity: .1;
            filter: alpha(opacity=10)
        }
        
        .dashboard-stat.purple-medium .details .number {
            color: #FFF
        }
        
        .dashboard-stat.purple-medium .details .desc {
            color: #FFF;
            opacity: 1;
            filter: alpha(opacity=100)
        }
        
        .dashboard-stat.purple-medium .more {
            color: #FFF;
            background-color: #b843ea
        }
        
        .bg-purple-medium {
            border-color: #BF55EC!important;
            background-image: none!important;
            background-color: #BF55EC!important;
            color: #FFF!important
        }
        
        .font-purple-medium {
            color: #BF55EC!important
        }
        
        .progress-bar.purple-medium {
            background: #BF55EC!important;
            color: #FFF!important
        }
        
        .purple-studio.btn {
            color: #FFF;
            background-color: #8E44AD;
            border-color: ""
        }
        
        .open .purple-studio.btn.dropdown-toggle,
        .purple-studio.btn.active,
        .purple-studio.btn:active,
        .purple-studio.btn:focus,
        .purple-studio.btn:hover {
            color: #FFF;
            background-color: #793a93
        }
        
        .purple-studio.btn.active,
        .purple-studio.btn:active {
            background-image: none;
            background-color: #6a3381
        }
        
        .purple-studio.btn.active:hover,
        .purple-studio.btn:active:hover {
            background-color: #703688
        }
        
        .open .purple-studio.btn.dropdown-toggle {
            background-image: none
        }
        
        .purple-studio.btn.disabled,
        .purple-studio.btn.disabled.active,
        .purple-studio.btn.disabled:active,
        .purple-studio.btn.disabled:focus,
        .purple-studio.btn.disabled:hover,
        .purple-studio.btn[disabled],
        .purple-studio.btn[disabled].active,
        .purple-studio.btn[disabled]:active,
        .purple-studio.btn[disabled]:focus,
        .purple-studio.btn[disabled]:hover,
        fieldset[disabled] .purple-studio.btn,
        fieldset[disabled] .purple-studio.btn.active,
        fieldset[disabled] .purple-studio.btn:active,
        fieldset[disabled] .purple-studio.btn:focus,
        fieldset[disabled] .purple-studio.btn:hover {
            background-color: #8E44AD
        }
        
        .purple-studio.btn .badge {
            color: #8E44AD;
            background-color: #FFF
        }
        
        .portlet.box.purple-studio>.portlet-title,
        .portlet.purple-studio,
        .portlet>.portlet-body.purple-studio {
            background-color: #8E44AD
        }
        
        .btn.purple-studio-stripe {
            border-left: 3px solid #8E44AD
        }
        
        .portlet.solid.purple-studio>.portlet-body,
        .portlet.solid.purple-studio>.portlet-title {
            border: 0;
            color: #FFF
        }
        
        .portlet.solid.purple-studio>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.solid.purple-studio>.portlet-title>.tools>a.remove {
            background-image: url(../../global/css/img/portlet-remove-icon-white.png)
        }
        
        .portlet.solid.purple-studio>.portlet-title>.tools>a.config {
            background-image: url(../../global/css/img/portlet-config-icon-white.png)
        }
        
        .portlet.solid.purple-studio>.portlet-title>.tools>a.reload {
            background-image: url(../../global/css/img/portlet-reload-icon-white.png)
        }
        
        .portlet.solid.purple-studio>.portlet-title>.tools>a.expand {
            background-image: url(../../global/css/img/portlet-expand-icon-white.png)
        }
        
        .portlet.solid.purple-studio>.portlet-title>.tools>a.collapse {
            background-image: url(../../global/css/img/portlet-collapse-icon-white.png)
        }
        
        .portlet.solid.purple-studio>.portlet-title>.tools>a.fullscreen {
            color: #fdfdfd
        }
        
        .portlet.box.purple-studio {
            border: 1px solid #a563c1;
            border-top: 0
        }
        
        .portlet.box.purple-studio>.portlet-title>.caption,
        .portlet.box.purple-studio>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.box.purple-studio>.portlet-title>.actions .btn-default {
            background: 0 0!important;
            border: 1px solid #bf8ed3;
            color: #c9a1da
        }
        
        .portlet.box.purple-studio>.portlet-title>.actions .btn-default>i {
            color: #cfacde
        }
        
        .portlet.box.purple-studio>.portlet-title>.actions .btn-default.active,
        .portlet.box.purple-studio>.portlet-title>.actions .btn-default:active,
        .portlet.box.purple-studio>.portlet-title>.actions .btn-default:focus,
        .portlet.box.purple-studio>.portlet-title>.actions .btn-default:hover {
            border: 1px solid #d4b3e1;
            color: #dec5e8
        }
        
        .dashboard-stat.purple-studio {
            background-color: #8E44AD
        }
        
        .dashboard-stat.purple-studio.dashboard-stat-light:hover {
            background-color: #823e9e
        }
        
        .dashboard-stat.purple-studio .visual>i {
            color: #FFF;
            opacity: .1;
            filter: alpha(opacity=10)
        }
        
        .dashboard-stat.purple-studio .details .number {
            color: #FFF
        }
        
        .dashboard-stat.purple-studio .details .desc {
            color: #FFF;
            opacity: 1;
            filter: alpha(opacity=100)
        }
        
        .dashboard-stat.purple-studio .more {
            color: #FFF;
            background-color: #823e9e
        }
        
        .bg-purple-studio {
            border-color: #8E44AD!important;
            background-image: none!important;
            background-color: #8E44AD!important;
            color: #FFF!important
        }
        
        .font-purple-studio {
            color: #8E44AD!important
        }
        
        .progress-bar.purple-studio {
            background: #8E44AD!important;
            color: #FFF!important
        }
        
        .purple-wisteria.btn {
            color: #FFF;
            background-color: #9B59B6;
            border-color: ""
        }
        
        .open .purple-wisteria.btn.dropdown-toggle,
        .purple-wisteria.btn.active,
        .purple-wisteria.btn:active,
        .purple-wisteria.btn:focus,
        .purple-wisteria.btn:hover {
            color: #FFF;
            background-color: #8948a3
        }
        
        .purple-wisteria.btn.active,
        .purple-wisteria.btn:active {
            background-image: none;
            background-color: #7a4092
        }
        
        .purple-wisteria.btn.active:hover,
        .purple-wisteria.btn:active:hover {
            background-color: #804399
        }
        
        .open .purple-wisteria.btn.dropdown-toggle {
            background-image: none
        }
        
        .purple-wisteria.btn.disabled,
        .purple-wisteria.btn.disabled.active,
        .purple-wisteria.btn.disabled:active,
        .purple-wisteria.btn.disabled:focus,
        .purple-wisteria.btn.disabled:hover,
        .purple-wisteria.btn[disabled],
        .purple-wisteria.btn[disabled].active,
        .purple-wisteria.btn[disabled]:active,
        .purple-wisteria.btn[disabled]:focus,
        .purple-wisteria.btn[disabled]:hover,
        fieldset[disabled] .purple-wisteria.btn,
        fieldset[disabled] .purple-wisteria.btn.active,
        fieldset[disabled] .purple-wisteria.btn:active,
        fieldset[disabled] .purple-wisteria.btn:focus,
        fieldset[disabled] .purple-wisteria.btn:hover {
            background-color: #9B59B6
        }
        
        .purple-wisteria.btn .badge {
            color: #9B59B6;
            background-color: #FFF
        }
        
        .portlet.box.purple-wisteria>.portlet-title,
        .portlet.purple-wisteria,
        .portlet>.portlet-body.purple-wisteria {
            background-color: #9B59B6
        }
        
        .btn.purple-wisteria-stripe {
            border-left: 3px solid #9B59B6
        }
        
        .portlet.solid.purple-wisteria>.portlet-body,
        .portlet.solid.purple-wisteria>.portlet-title {
            border: 0;
            color: #FFF
        }
        
        .portlet.solid.purple-wisteria>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.solid.purple-wisteria>.portlet-title>.tools>a.remove {
            background-image: url(../../global/css/img/portlet-remove-icon-white.png)
        }
        
        .portlet.solid.purple-wisteria>.portlet-title>.tools>a.config {
            background-image: url(../../global/css/img/portlet-config-icon-white.png)
        }
        
        .portlet.solid.purple-wisteria>.portlet-title>.tools>a.reload {
            background-image: url(../../global/css/img/portlet-reload-icon-white.png)
        }
        
        .portlet.solid.purple-wisteria>.portlet-title>.tools>a.expand {
            background-image: url(../../global/css/img/portlet-expand-icon-white.png)
        }
        
        .portlet.solid.purple-wisteria>.portlet-title>.tools>a.collapse {
            background-image: url(../../global/css/img/portlet-collapse-icon-white.png)
        }
        
        .portlet.solid.purple-wisteria>.portlet-title>.tools>a.fullscreen {
            color: #fdfdfd
        }
        
        .portlet.box.purple-wisteria {
            border: 1px solid #b07cc6;
            border-top: 0
        }
        
        .portlet.box.purple-wisteria>.portlet-title>.caption,
        .portlet.box.purple-wisteria>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.box.purple-wisteria>.portlet-title>.actions .btn-default {
            background: 0 0!important;
            border: 1px solid #caa7d8;
            color: #d5b9e0
        }
        
        .portlet.box.purple-wisteria>.portlet-title>.actions .btn-default>i {
            color: #dbc3e5
        }
        
        .portlet.box.purple-wisteria>.portlet-title>.actions .btn-default.active,
        .portlet.box.purple-wisteria>.portlet-title>.actions .btn-default:active,
        .portlet.box.purple-wisteria>.portlet-title>.actions .btn-default:focus,
        .portlet.box.purple-wisteria>.portlet-title>.actions .btn-default:hover {
            border: 1px solid #dfcae8;
            color: #eadcf0
        }
        
        .dashboard-stat.purple-wisteria {
            background-color: #9B59B6
        }
        
        .dashboard-stat.purple-wisteria.dashboard-stat-light:hover {
            background-color: #924dae
        }
        
        .dashboard-stat.purple-wisteria .visual>i {
            color: #FFF;
            opacity: .1;
            filter: alpha(opacity=10)
        }
        
        .dashboard-stat.purple-wisteria .details .number {
            color: #FFF
        }
        
        .dashboard-stat.purple-wisteria .details .desc {
            color: #FFF;
            opacity: 1;
            filter: alpha(opacity=100)
        }
        
        .dashboard-stat.purple-wisteria .more {
            color: #FFF;
            background-color: #924dae
        }
        
        .bg-purple-wisteria {
            border-color: #9B59B6!important;
            background-image: none!important;
            background-color: #9B59B6!important;
            color: #FFF!important
        }
        
        .font-purple-wisteria {
            color: #9B59B6!important
        }
        
        .progress-bar.purple-wisteria {
            background: #9B59B6!important;
            color: #FFF!important
        }
        
        .purple-seance.btn {
            color: #FFF;
            background-color: #9A12B3;
            border-color: ""
        }
        
        .open .purple-seance.btn.dropdown-toggle,
        .purple-seance.btn.active,
        .purple-seance.btn:active,
        .purple-seance.btn:focus,
        .purple-seance.btn:hover {
            color: #FFF;
            background-color: #7e0f93
        }
        
        .purple-seance.btn.active,
        .purple-seance.btn:active {
            background-image: none;
            background-color: #6a0c7b
        }
        
        .purple-seance.btn.active:hover,
        .purple-seance.btn:active:hover {
            background-color: #720d85
        }
        
        .open .purple-seance.btn.dropdown-toggle {
            background-image: none
        }
        
        .purple-seance.btn.disabled,
        .purple-seance.btn.disabled.active,
        .purple-seance.btn.disabled:active,
        .purple-seance.btn.disabled:focus,
        .purple-seance.btn.disabled:hover,
        .purple-seance.btn[disabled],
        .purple-seance.btn[disabled].active,
        .purple-seance.btn[disabled]:active,
        .purple-seance.btn[disabled]:focus,
        .purple-seance.btn[disabled]:hover,
        fieldset[disabled] .purple-seance.btn,
        fieldset[disabled] .purple-seance.btn.active,
        fieldset[disabled] .purple-seance.btn:active,
        fieldset[disabled] .purple-seance.btn:focus,
        fieldset[disabled] .purple-seance.btn:hover {
            background-color: #9A12B3
        }
        
        .purple-seance.btn .badge {
            color: #9A12B3;
            background-color: #FFF
        }
        
        .portlet.box.purple-seance>.portlet-title,
        .portlet.purple-seance,
        .portlet>.portlet-body.purple-seance {
            background-color: #9A12B3
        }
        
        .btn.purple-seance-stripe {
            border-left: 3px solid #9A12B3
        }
        
        .portlet.solid.purple-seance>.portlet-body,
        .portlet.solid.purple-seance>.portlet-title {
            border: 0;
            color: #FFF
        }
        
        .portlet.solid.purple-seance>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.solid.purple-seance>.portlet-title>.tools>a.remove {
            background-image: url(../../global/css/img/portlet-remove-icon-white.png)
        }
        
        .portlet.solid.purple-seance>.portlet-title>.tools>a.config {
            background-image: url(../../global/css/img/portlet-config-icon-white.png)
        }
        
        .portlet.solid.purple-seance>.portlet-title>.tools>a.reload {
            background-image: url(../../global/css/img/portlet-reload-icon-white.png)
        }
        
        .portlet.solid.purple-seance>.portlet-title>.tools>a.expand {
            background-image: url(../../global/css/img/portlet-expand-icon-white.png)
        }
        
        .portlet.solid.purple-seance>.portlet-title>.tools>a.collapse {
            background-image: url(../../global/css/img/portlet-collapse-icon-white.png)
        }
        
        .portlet.solid.purple-seance>.portlet-title>.tools>a.fullscreen {
            color: #fdfdfd
        }
        
        .portlet.box.purple-seance {
            border: 1px solid #c217e1;
            border-top: 0
        }
        
        .portlet.box.purple-seance>.portlet-title>.caption,
        .portlet.box.purple-seance>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.box.purple-seance>.portlet-title>.actions .btn-default {
            background: 0 0!important;
            border: 1px solid #d349ed;
            color: #d960ef
        }
        
        .portlet.box.purple-seance>.portlet-title>.actions .btn-default>i {
            color: #dc6ef0
        }
        
        .portlet.box.purple-seance>.portlet-title>.actions .btn-default.active,
        .portlet.box.purple-seance>.portlet-title>.actions .btn-default:active,
        .portlet.box.purple-seance>.portlet-title>.actions .btn-default:focus,
        .portlet.box.purple-seance>.portlet-title>.actions .btn-default:hover {
            border: 1px solid #de77f1;
            color: #e48ef4
        }
        
        .dashboard-stat.purple-seance {
            background-color: #9A12B3
        }
        
        .dashboard-stat.purple-seance.dashboard-stat-light:hover {
            background-color: #8a10a0
        }
        
        .dashboard-stat.purple-seance .visual>i {
            color: #FFF;
            opacity: .1;
            filter: alpha(opacity=10)
        }
        
        .dashboard-stat.purple-seance .details .number {
            color: #FFF
        }
        
        .dashboard-stat.purple-seance .details .desc {
            color: #FFF;
            opacity: 1;
            filter: alpha(opacity=100)
        }
        
        .dashboard-stat.purple-seance .more {
            color: #FFF;
            background-color: #8a10a0
        }
        
        .bg-purple-seance {
            border-color: #9A12B3!important;
            background-image: none!important;
            background-color: #9A12B3!important;
            color: #FFF!important
        }
        
        .font-purple-seance {
            color: #9A12B3!important
        }
        
        .progress-bar.purple-seance {
            background: #9A12B3!important;
            color: #FFF!important
        }
        
        .purple-intense.btn {
            color: #FFF;
            background-color: #8775a7;
            border-color: ""
        }
        
        .open .purple-intense.btn.dropdown-toggle,
        .purple-intense.btn.active,
        .purple-intense.btn:active,
        .purple-intense.btn:focus,
        .purple-intense.btn:hover {
            color: #FFF;
            background-color: #746198
        }
        
        .purple-intense.btn.active,
        .purple-intense.btn:active {
            background-image: none;
            background-color: #685788
        }
        
        .purple-intense.btn.active:hover,
        .purple-intense.btn:active:hover {
            background-color: #6d5b8e
        }
        
        .open .purple-intense.btn.dropdown-toggle {
            background-image: none
        }
        
        .purple-intense.btn.disabled,
        .purple-intense.btn.disabled.active,
        .purple-intense.btn.disabled:active,
        .purple-intense.btn.disabled:focus,
        .purple-intense.btn.disabled:hover,
        .purple-intense.btn[disabled],
        .purple-intense.btn[disabled].active,
        .purple-intense.btn[disabled]:active,
        .purple-intense.btn[disabled]:focus,
        .purple-intense.btn[disabled]:hover,
        fieldset[disabled] .purple-intense.btn,
        fieldset[disabled] .purple-intense.btn.active,
        fieldset[disabled] .purple-intense.btn:active,
        fieldset[disabled] .purple-intense.btn:focus,
        fieldset[disabled] .purple-intense.btn:hover {
            background-color: #8775a7
        }
        
        .purple-intense.btn .badge {
            color: #8775a7;
            background-color: #FFF
        }
        
        .portlet.box.purple-intense>.portlet-title,
        .portlet.purple-intense,
        .portlet>.portlet-body.purple-intense {
            background-color: #8775a7
        }
        
        .btn.purple-intense-stripe {
            border-left: 3px solid #8775a7
        }
        
        .portlet.solid.purple-intense>.portlet-body,
        .portlet.solid.purple-intense>.portlet-title {
            border: 0;
            color: #FFF
        }
        
        .portlet.solid.purple-intense>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.solid.purple-intense>.portlet-title>.tools>a.remove {
            background-image: url(../../global/css/img/portlet-remove-icon-white.png)
        }
        
        .portlet.solid.purple-intense>.portlet-title>.tools>a.config {
            background-image: url(../../global/css/img/portlet-config-icon-white.png)
        }
        
        .portlet.solid.purple-intense>.portlet-title>.tools>a.reload {
            background-image: url(../../global/css/img/portlet-reload-icon-white.png)
        }
        
        .portlet.solid.purple-intense>.portlet-title>.tools>a.expand {
            background-image: url(../../global/css/img/portlet-expand-icon-white.png)
        }
        
        .portlet.solid.purple-intense>.portlet-title>.tools>a.collapse {
            background-image: url(../../global/css/img/portlet-collapse-icon-white.png)
        }
        
        .portlet.solid.purple-intense>.portlet-title>.tools>a.fullscreen {
            color: #fdfdfd
        }
        
        .portlet.box.purple-intense {
            border: 1px solid #a294bb;
            border-top: 0
        }
        
        .portlet.box.purple-intense>.portlet-title>.caption,
        .portlet.box.purple-intense>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.box.purple-intense>.portlet-title>.actions .btn-default {
            background: 0 0!important;
            border: 1px solid #c3bad3;
            color: #d0c9dd
        }
        
        .portlet.box.purple-intense>.portlet-title>.actions .btn-default>i {
            color: #d8d2e3
        }
        
        .portlet.box.purple-intense>.portlet-title>.actions .btn-default.active,
        .portlet.box.purple-intense>.portlet-title>.actions .btn-default:active,
        .portlet.box.purple-intense>.portlet-title>.actions .btn-default:focus,
        .portlet.box.purple-intense>.portlet-title>.actions .btn-default:hover {
            border: 1px solid #ded9e7;
            color: #ebe8f0
        }
        
        .dashboard-stat.purple-intense {
            background-color: #8775a7
        }
        
        .dashboard-stat.purple-intense.dashboard-stat-light:hover {
            background-color: #7c699f
        }
        
        .dashboard-stat.purple-intense .visual>i {
            color: #FFF;
            opacity: .1;
            filter: alpha(opacity=10)
        }
        
        .dashboard-stat.purple-intense .details .number {
            color: #FFF
        }
        
        .dashboard-stat.purple-intense .details .desc {
            color: #FFF;
            opacity: 1;
            filter: alpha(opacity=100)
        }
        
        .dashboard-stat.purple-intense .more {
            color: #FFF;
            background-color: #7c699f
        }
        
        .bg-purple-intense {
            border-color: #8775a7!important;
            background-image: none!important;
            background-color: #8775a7!important;
            color: #FFF!important
        }
        
        .font-purple-intense {
            color: #8775a7!important
        }
        
        .progress-bar.purple-intense {
            background: #8775a7!important;
            color: #FFF!important
        }
        
        .purple-sharp.btn {
            color: #FFF;
            background-color: #796799;
            border-color: ""
        }
        
        .open .purple-sharp.btn.dropdown-toggle,
        .purple-sharp.btn.active,
        .purple-sharp.btn:active,
        .purple-sharp.btn:focus,
        .purple-sharp.btn:hover {
            color: #FFF;
            background-color: #685884
        }
        
        .purple-sharp.btn.active,
        .purple-sharp.btn:active {
            background-image: none;
            background-color: #5c4e75
        }
        
        .purple-sharp.btn.active:hover,
        .purple-sharp.btn:active:hover {
            background-color: #61527b
        }
        
        .open .purple-sharp.btn.dropdown-toggle {
            background-image: none
        }
        
        .purple-sharp.btn.disabled,
        .purple-sharp.btn.disabled.active,
        .purple-sharp.btn.disabled:active,
        .purple-sharp.btn.disabled:focus,
        .purple-sharp.btn.disabled:hover,
        .purple-sharp.btn[disabled],
        .purple-sharp.btn[disabled].active,
        .purple-sharp.btn[disabled]:active,
        .purple-sharp.btn[disabled]:focus,
        .purple-sharp.btn[disabled]:hover,
        fieldset[disabled] .purple-sharp.btn,
        fieldset[disabled] .purple-sharp.btn.active,
        fieldset[disabled] .purple-sharp.btn:active,
        fieldset[disabled] .purple-sharp.btn:focus,
        fieldset[disabled] .purple-sharp.btn:hover {
            background-color: #796799
        }
        
        .purple-sharp.btn .badge {
            color: #796799;
            background-color: #FFF
        }
        
        .portlet.box.purple-sharp>.portlet-title,
        .portlet.purple-sharp,
        .portlet>.portlet-body.purple-sharp {
            background-color: #796799
        }
        
        .btn.purple-sharp-stripe {
            border-left: 3px solid #796799
        }
        
        .portlet.solid.purple-sharp>.portlet-body,
        .portlet.solid.purple-sharp>.portlet-title {
            border: 0;
            color: #FFF
        }
        
        .portlet.solid.purple-sharp>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.solid.purple-sharp>.portlet-title>.tools>a.remove {
            background-image: url(../../global/css/img/portlet-remove-icon-white.png)
        }
        
        .portlet.solid.purple-sharp>.portlet-title>.tools>a.config {
            background-image: url(../../global/css/img/portlet-config-icon-white.png)
        }
        
        .portlet.solid.purple-sharp>.portlet-title>.tools>a.reload {
            background-image: url(../../global/css/img/portlet-reload-icon-white.png)
        }
        
        .portlet.solid.purple-sharp>.portlet-title>.tools>a.expand {
            background-image: url(../../global/css/img/portlet-expand-icon-white.png)
        }
        
        .portlet.solid.purple-sharp>.portlet-title>.tools>a.collapse {
            background-image: url(../../global/css/img/portlet-collapse-icon-white.png)
        }
        
        .portlet.solid.purple-sharp>.portlet-title>.tools>a.fullscreen {
            color: #fdfdfd
        }
        
        .portlet.box.purple-sharp {
            border: 1px solid #9486ad;
            border-top: 0
        }
        
        .portlet.box.purple-sharp>.portlet-title>.caption,
        .portlet.box.purple-sharp>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.box.purple-sharp>.portlet-title>.actions .btn-default {
            background: 0 0!important;
            border: 1px solid #b4aac6;
            color: #c2b9d0
        }
        
        .portlet.box.purple-sharp>.portlet-title>.actions .btn-default>i {
            color: #cac3d6
        }
        
        .portlet.box.purple-sharp>.portlet-title>.actions .btn-default.active,
        .portlet.box.purple-sharp>.portlet-title>.actions .btn-default:active,
        .portlet.box.purple-sharp>.portlet-title>.actions .btn-default:focus,
        .portlet.box.purple-sharp>.portlet-title>.actions .btn-default:hover {
            border: 1px solid #cfc9db;
            color: #ddd8e5
        }
        
        .dashboard-stat.purple-sharp {
            background-color: #796799
        }
        
        .dashboard-stat.purple-sharp.dashboard-stat-light:hover {
            background-color: #6f5f8d
        }
        
        .dashboard-stat.purple-sharp .visual>i {
            color: #FFF;
            opacity: .1;
            filter: alpha(opacity=10)
        }
        
        .dashboard-stat.purple-sharp .details .number {
            color: #FFF
        }
        
        .dashboard-stat.purple-sharp .details .desc {
            color: #FFF;
            opacity: 1;
            filter: alpha(opacity=100)
        }
        
        .dashboard-stat.purple-sharp .more {
            color: #FFF;
            background-color: #6f5f8d
        }
        
        .bg-purple-sharp {
            border-color: #796799!important;
            background-image: none!important;
            background-color: #796799!important;
            color: #FFF!important
        }
        
        .font-purple-sharp {
            color: #796799!important
        }
        
        .progress-bar.purple-sharp {
            background: #796799!important;
            color: #FFF!important
        }
        
        .purple-soft.btn {
            color: #FFF;
            background-color: #8877a9;
            border-color: ""
        }
        
        .open .purple-soft.btn.dropdown-toggle,
        .purple-soft.btn.active,
        .purple-soft.btn:active,
        .purple-soft.btn:focus,
        .purple-soft.btn:hover {
            color: #FFF;
            background-color: #75629b
        }
        
        .purple-soft.btn.active,
        .purple-soft.btn:active {
            background-image: none;
            background-color: #69588b
        }
        
        .purple-soft.btn.active:hover,
        .purple-soft.btn:active:hover {
            background-color: #6e5c91
        }
        
        .open .purple-soft.btn.dropdown-toggle {
            background-image: none
        }
        
        .purple-soft.btn.disabled,
        .purple-soft.btn.disabled.active,
        .purple-soft.btn.disabled:active,
        .purple-soft.btn.disabled:focus,
        .purple-soft.btn.disabled:hover,
        .purple-soft.btn[disabled],
        .purple-soft.btn[disabled].active,
        .purple-soft.btn[disabled]:active,
        .purple-soft.btn[disabled]:focus,
        .purple-soft.btn[disabled]:hover,
        fieldset[disabled] .purple-soft.btn,
        fieldset[disabled] .purple-soft.btn.active,
        fieldset[disabled] .purple-soft.btn:active,
        fieldset[disabled] .purple-soft.btn:focus,
        fieldset[disabled] .purple-soft.btn:hover {
            background-color: #8877a9
        }
        
        .purple-soft.btn .badge {
            color: #8877a9;
            background-color: #FFF
        }
        
        .portlet.box.purple-soft>.portlet-title,
        .portlet.purple-soft,
        .portlet>.portlet-body.purple-soft {
            background-color: #8877a9
        }
        
        .btn.purple-soft-stripe {
            border-left: 3px solid #8877a9
        }
        
        .portlet.solid.purple-soft>.portlet-body,
        .portlet.solid.purple-soft>.portlet-title {
            border: 0;
            color: #FFF
        }
        
        .portlet.solid.purple-soft>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.solid.purple-soft>.portlet-title>.tools>a.remove {
            background-image: url(../../global/css/img/portlet-remove-icon-white.png)
        }
        
        .portlet.solid.purple-soft>.portlet-title>.tools>a.config {
            background-image: url(../../global/css/img/portlet-config-icon-white.png)
        }
        
        .portlet.solid.purple-soft>.portlet-title>.tools>a.reload {
            background-image: url(../../global/css/img/portlet-reload-icon-white.png)
        }
        
        .portlet.solid.purple-soft>.portlet-title>.tools>a.expand {
            background-image: url(../../global/css/img/portlet-expand-icon-white.png)
        }
        
        .portlet.solid.purple-soft>.portlet-title>.tools>a.collapse {
            background-image: url(../../global/css/img/portlet-collapse-icon-white.png)
        }
        
        .portlet.solid.purple-soft>.portlet-title>.tools>a.fullscreen {
            color: #fdfdfd
        }
        
        .portlet.box.purple-soft {
            border: 1px solid #a396bd;
            border-top: 0
        }
        
        .portlet.box.purple-soft>.portlet-title>.caption,
        .portlet.box.purple-soft>.portlet-title>.caption>i {
            color: #FFF
        }
        
        .portlet.box.purple-soft>.portlet-title>.actions .btn-default {
            background: 0 0!important;
            border: 1px solid #c4bcd4;
            color: #d2cbde
        }
        
        .portlet.box.purple-soft>.portlet-title>.actions .btn-default>i {
            color: #dad5e4
        }
        
        .portlet.box.purple-soft>.portlet-title>.actions .btn-default.active,
        .portlet.box.purple-soft>.portlet-title>.actions .btn-default:active,
        .portlet.box.purple-soft>.portlet-title>.actions .btn-default:focus,
        .portlet.box.purple-soft>.portlet-title>.actions .btn-default:hover {
            border: 1px solid #dfdbe8;
            color: #edebf2
        }
        
        .dashboard-stat.purple-soft {
            background-color: #8877a9
        }
        
        .dashboard-stat.purple-soft.dashboard-stat-light:hover {
            background-color: #7d6ba1
        }
        
        .dashboard-stat.purple-soft .visual>i {
            color: #FFF;
            opacity: .1;
            filter: alpha(opacity=10)
        }
        
        .dashboard-stat.purple-soft .details .number {
            color: #FFF
        }
        
        .dashboard-stat.purple-soft .details .desc {
            color: #FFF;
            opacity: 1;
            filter: alpha(opacity=100)
        }
        
        .dashboard-stat.purple-soft .more {
            color: #FFF;
            background-color: #7d6ba1
        }
        
        .bg-purple-soft {
            border-color: #8877a9!important;
            background-image: none!important;
            background-color: #8877a9!important;
            color: #FFF!important
        }
        
        .font-purple-soft {
            color: #8877a9!important
        }
        
        .progress-bar.purple-soft {
            background: #8877a9!important;
            color: #FFF!important
        }
        
        @-ms-viewport {
            width: device-width
        }
        
        @-o-viewport {
            width: device-width
        }
        
        @viewport {
            width: device-width
        }
        
        @-ms-viewport {
            width: auto!important
        }
        
        .alert,
        .badge,
        .btn,
        .btn-group>.btn,
        .btn.btn-link:hover,
        .icon-btn,
        .label,
        .list-group1,
        .md-shadow-z-1,
        .note,
        .social-icons li>a,
        .social-icons.social-icons-color>li>a,
        .well {
            box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .18)
        }
        
        .md-shadow-z-1-i {
            box-shadow: 0 1px 1px rgba(0, 0, 0, .1), 0 1px 1px rgba(0, 0, 0, .18)!important
        }
        
        .md-shadow-z-1-hover {
            box-shadow: 0 1px 1px rgba(0, 0, 0, .14), 0 1px 1px rgba(0, 0, 0, .22)
        }
        
        .md-shadow-z-2,
        .panel,
        .popover,
        .ver-inline-menu {
            box-shadow: 0 1px 1px rgba(0, 0, 0, .16), 0 1px 1px rgba(0, 0, 0, .22)
        }
        
        .btn-group>.dropdown-menu,
        .dropdown-menu,
        .md-shadow-z-2-i {
            box-shadow: 0 1px 1px rgba(0, 0, 0, .16), 0 1px 1px rgba(0, 0, 0, .22)!important
        }
        
        .btn:hover,
        .icon-btn:hover,
        .md-shadow-z-2-hover,
        .portlet.box.blue-chambray>.portlet-title>.actions .btn-default:hover,
        .portlet.box.blue-dark>.portlet-title>.actions .btn-default:hover,
        .portlet.box.blue-ebonyclay>.portlet-title>.actions .btn-default:hover,
        .portlet.box.blue-hoki>.portlet-title>.actions .btn-default:hover,
        .portlet.box.blue-madison>.portlet-title>.actions .btn-default:hover,
        .portlet.box.blue-sharp>.portlet-title>.actions .btn-default:hover,
        .portlet.box.blue-soft>.portlet-title>.actions .btn-default:hover,
        .portlet.box.blue-steel>.portlet-title>.actions .btn-default:hover,
        .portlet.box.blue>.portlet-title>.actions .btn-default:hover,
        .portlet.box.green-haze>.portlet-title>.actions .btn-default:hover,
        .portlet.box.green-jungle>.portlet-title>.actions .btn-default:hover,
        .portlet.box.green-meadow>.portlet-title>.actions .btn-default:hover,
        .portlet.box.green-seagreen>.portlet-title>.actions .btn-default:hover,
        .portlet.box.green-sharp>.portlet-title>.actions .btn-default:hover,
        .portlet.box.green-soft>.portlet-title>.actions .btn-default:hover,
        .portlet.box.green-turquoise>.portlet-title>.actions .btn-default:hover,
        .portlet.box.green>.portlet-title>.actions .btn-default:hover,
        .portlet.box.grey-cararra>.portlet-title>.actions .btn-default:hover,
        .portlet.box.grey-cascade>.portlet-title>.actions .btn-default:hover,
        .portlet.box.grey-gallery>.portlet-title>.actions .btn-default:hover,
        .portlet.box.grey-mint>.portlet-title>.actions .btn-default:hover,
        .portlet.box.grey-salsa>.portlet-title>.actions .btn-default:hover,
        .portlet.box.grey-salt>.portlet-title>.actions .btn-default:hover,
        .portlet.box.grey-silver>.portlet-title>.actions .btn-default:hover,
        .portlet.box.grey-steel>.portlet-title>.actions .btn-default:hover,
        .portlet.box.grey>.portlet-title>.actions .btn-default:hover,
        .portlet.box.purple-intense>.portlet-title>.actions .btn-default:hover,
        .portlet.box.purple-medium>.portlet-title>.actions .btn-default:hover,
        .portlet.box.purple-plum>.portlet-title>.actions .btn-default:hover,
        .portlet.box.purple-seance>.portlet-title>.actions .btn-default:hover,
        .portlet.box.purple-sharp>.portlet-title>.actions .btn-default:hover,
        .portlet.box.purple-soft>.portlet-title>.actions .btn-default:hover,
        .portlet.box.purple-studio>.portlet-title>.actions .btn-default:hover,
        .portlet.box.purple-wisteria>.portlet-title>.actions .btn-default:hover,
        .portlet.box.purple>.portlet-title>.actions .btn-default:hover,
        .portlet.box.red-flamingo>.portlet-title>.actions .btn-default:hover,
        .portlet.box.red-haze>.portlet-title>.actions .btn-default:hover,
        .portlet.box.red-intense>.portlet-title>.actions .btn-default:hover,
        .portlet.box.red-pink>.portlet-title>.actions .btn-default:hover,
        .portlet.box.red-soft>.portlet-title>.actions .btn-default:hover,
        .portlet.box.red-sunglo>.portlet-title>.actions .btn-default:hover,
        .portlet.box.red-thunderbird>.portlet-title>.actions .btn-default:hover,
        .portlet.box.red>.portlet-title>.actions .btn-default:hover,
        .portlet.box.yellow-casablanca>.portlet-title>.actions .btn-default:hover,
        .portlet.box.yellow-crusta>.portlet-title>.actions .btn-default:hover,
        .portlet.box.yellow-gold>.portlet-title>.actions .btn-default:hover,
        .portlet.box.yellow-lemon>.portlet-title>.actions .btn-default:hover,
        .portlet.box.yellow-saffron>.portlet-title>.actions .btn-default:hover,
        .portlet.box.yellow>.portlet-title>.actions .btn-default:hover,
        .social-icons li:hover>a,
        .social-icons.social-icons-color>li>a:hover {
            box-shadow: 0 1px 1px rgba(0, 0, 0, .2), 0 1px 1px rgba(0, 0, 0, .26)
        }
        
        .md-shadow-z-3,
        .modal .modal-content {
            box-shadow: 0 8px 18px rgba(0, 0, 0, .18), 0 6px 6px rgba(0, 0, 0, .23)
        }
        
        .md-shadow-z-3-i {
            box-shadow: 0 8px 18px rgba(0, 0, 0, .18), 0 6px 6px rgba(0, 0, 0, .24)!important
        }
        
        .btn:active,
        .md-shadow-z-3-hover,
        .portlet.box.blue-chambray>.portlet-title>.actions .btn-default:active,
        .portlet.box.blue-dark>.portlet-title>.actions .btn-default:active,
        .portlet.box.blue-ebonyclay>.portlet-title>.actions .btn-default:active,
        .portlet.box.blue-hoki>.portlet-title>.actions .btn-default:active,
        .portlet.box.blue-madison>.portlet-title>.actions .btn-default:active,
        .portlet.box.blue-sharp>.portlet-title>.actions .btn-default:active,
        .portlet.box.blue-soft>.portlet-title>.actions .btn-default:active,
        .portlet.box.blue-steel>.portlet-title>.actions .btn-default:active,
        .portlet.box.blue>.portlet-title>.actions .btn-default:active,
        .portlet.box.green-haze>.portlet-title>.actions .btn-default:active,
        .portlet.box.green-jungle>.portlet-title>.actions .btn-default:active,
        .portlet.box.green-meadow>.portlet-title>.actions .btn-default:active,
        .portlet.box.green-seagreen>.portlet-title>.actions .btn-default:active,
        .portlet.box.green-sharp>.portlet-title>.actions .btn-default:active,
        .portlet.box.green-soft>.portlet-title>.actions .btn-default:active,
        .portlet.box.green-turquoise>.portlet-title>.actions .btn-default:active,
        .portlet.box.green>.portlet-title>.actions .btn-default:active,
        .portlet.box.grey-cararra>.portlet-title>.actions .btn-default:active,
        .portlet.box.grey-cascade>.portlet-title>.actions .btn-default:active,
        .portlet.box.grey-gallery>.portlet-title>.actions .btn-default:active,
        .portlet.box.grey-mint>.portlet-title>.actions .btn-default:active,
        .portlet.box.grey-salsa>.portlet-title>.actions .btn-default:active,
        .portlet.box.grey-salt>.portlet-title>.actions .btn-default:active,
        .portlet.box.grey-silver>.portlet-title>.actions .btn-default:active,
        .portlet.box.grey-steel>.portlet-title>.actions .btn-default:active,
        .portlet.box.grey>.portlet-title>.actions .btn-default:active,
        .portlet.box.purple-intense>.portlet-title>.actions .btn-default:active,
        .portlet.box.purple-medium>.portlet-title>.actions .btn-default:active,
        .portlet.box.purple-plum>.portlet-title>.actions .btn-default:active,
        .portlet.box.purple-seance>.portlet-title>.actions .btn-default:active,
        .portlet.box.purple-sharp>.portlet-title>.actions .btn-default:active,
        .portlet.box.purple-soft>.portlet-title>.actions .btn-default:active,
        .portlet.box.purple-studio>.portlet-title>.actions .btn-default:active,
        .portlet.box.purple-wisteria>.portlet-title>.actions .btn-default:active,
        .portlet.box.purple>.portlet-title>.actions .btn-default:active,
        .portlet.box.red-flamingo>.portlet-title>.actions .btn-default:active,
        .portlet.box.red-haze>.portlet-title>.actions .btn-default:active,
        .portlet.box.red-intense>.portlet-title>.actions .btn-default:active,
        .portlet.box.red-pink>.portlet-title>.actions .btn-default:active,
        .portlet.box.red-soft>.portlet-title>.actions .btn-default:active,
        .portlet.box.red-sunglo>.portlet-title>.actions .btn-default:active,
        .portlet.box.red-thunderbird>.portlet-title>.actions .btn-default:active,
        .portlet.box.red>.portlet-title>.actions .btn-default:active,
        .portlet.box.yellow-casablanca>.portlet-title>.actions .btn-default:active,
        .portlet.box.yellow-crusta>.portlet-title>.actions .btn-default:active,
        .portlet.box.yellow-gold>.portlet-title>.actions .btn-default:active,
        .portlet.box.yellow-lemon>.portlet-title>.actions .btn-default:active,
        .portlet.box.yellow-saffron>.portlet-title>.actions .btn-default:active,
        .portlet.box.yellow>.portlet-title>.actions .btn-default:active {
            box-shadow: 0 8px 18px rgba(0, 0, 0, .22), 0 6px 6px rgba(0, 0, 0, .26)
        }
        
        .md-shadow-z-4 {
            box-shadow: 0 14px 28px rgba(0, 0, 0, .26), 0 10px 10px rgba(0, 0, 0, .22)
        }
        
        .md-shadow-z-4-i {
            box-shadow: 0 14px 28px rgba(0, 0, 0, .26), 0 10px 10px rgba(0, 0, 0, .22)!important
        }
        
        .md-shadow-z-5 {
            box-shadow: 0 19px 38px rgba(0, 0, 0, .28), 0 15px 12px rgba(0, 0, 0, .22)
        }
        
        .md-shadow-z-5-i {
            box-shadow: 0 19px 38px rgba(0, 0, 0, .28), 0 15px 12px rgba(0, 0, 0, .22)!important
        }
        
        .md-shadow-none {
            box-shadow: none!important
        }
        
        .md-click-circle {
            display: block;
            position: absolute;
            background: rgba(0, 0, 0, .2);
            border-radius: 50%;
            -webkit-animation: scale(0);
            -moz-transform: scale(0);
            transform: scale(0)
        }
        
        .md-click-circle.md-click-animate {
            -webkit-animation: mdClickEffect .55s linear;
            -moz-animation: mdClickEffect .55s linear;
            animation: mdClickEffect .55s linear
        }
        
        @-webkit-keyframes mdClickEffect {
            100% {
                opacity: 0;
                -webkit-transform: scale(1.5)
            }
        }
        
        @-moz-keyframes mdClickEffect {
            100% {
                opacity: 0;
                -moz-transform: scale(2.5)
            }
        }
        
        @keyframes mdClickEffect {
            100% {
                opacity: 0;
                transform: scale(2.5)
            }
        }
        
        .md-checkbox {
            position: relative
        }
        
        .md-checkbox.md-checkbox-inline {
            display: inline-block
        }
        
        .form-inline .md-checkbox.md-checkbox-inline {
            margin-right: 20px;
            top: 3px
        }
        
        .md-checkbox input[type=checkbox] {
            visibility: hidden;
            position: absolute
        }
        
        .md-checkbox label {
            cursor: pointer;
            padding-left: 30px
        }
        
        .md-checkbox label>span {
            display: block;
            position: absolute;
            left: 0;
            -webkit-transition-duration: .3s;
            -moz-transition-duration: .3s;
            transition-duration: .3s
        }
        
        .md-checkbox label>span.inc {
            background: #fff;
            left: -20px;
            top: -20px;
            height: 60px;
            width: 60px;
            opacity: 0;
            border-radius: 50%!important;
            -moz-border-radius: 50%!important;
            -webkit-border-radius: 50%!important;
            -webkit-animation: growCircle .3s ease;
            -moz-animation: growCircle .3s ease;
            animation: growCircle .3s ease
        }
        
        .md-checkbox label>.box {
            top: 0;
            border: 2px solid #666;
            height: 20px;
            width: 20px;
            z-index: 5;
            -webkit-transition-delay: .2s;
            -moz-transition-delay: .2s;
            transition-delay: .2s
        }
        
        .md-checkbox label>.check {
            top: -4px;
            left: 6px;
            width: 10px;
            height: 20px;
            border: 2px solid #26A69A;
            border-top: none;
            border-left: none;
            opacity: 0;
            z-index: 5;
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            transform: rotate(180deg);
            -webkit-transition-delay: .3s;
            -moz-transition-delay: .3s;
            transition-delay: .3s
        }
        
        .md-checkbox input[type=checkbox]:checked~label>.box {
            opacity: 0;
            -webkit-transform: scale(0) rotate(-180deg);
            -moz-transform: scale(0) rotate(-180deg);
            transform: scale(0) rotate(-180deg)
        }
        
        .md-checkbox input[type=checkbox]:checked~label>.check {
            opacity: 1;
            -webkit-transform: scale(1) rotate(45deg);
            -moz-transform: scale(1) rotate(45deg);
            transform: scale(1) rotate(45deg)
        }
        
        .md-checkbox input[type=checkbox]:disabled:checked~label>.check,
        .md-checkbox input[type=checkbox]:disabled~label,
        .md-checkbox input[type=checkbox]:disabled~label>.box,
        .md-checkbox input[type=checkbox][disabled]:checked~label>.check,
        .md-checkbox input[type=checkbox][disabled]~label,
        .md-checkbox input[type=checkbox][disabled]~label>.box {
            cursor: not-allowed;
            opacity: .7;
            filter: alpha(opacity=70)
        }
        
        .md-checkbox.has-error label {
            color: #F3565D
        }
        
        .md-checkbox.has-error label>.box {
            border-color: #f13e64
        }
        
        .md-checkbox.has-error label>.check {
            border-color: #F3565D
        }
        
        .md-checkbox.has-info label {
            color: #89C4F4
        }
        
        .md-checkbox.has-info label>.box {
            border-color: #68caf1
        }
        
        .md-checkbox.has-info label>.check {
            border-color: #89C4F4
        }
        
        .md-checkbox.has-success label {
            color: #26A69A
        }
        
        .md-checkbox.has-success label>.box {
            border-color: #219174
        }
        
        .md-checkbox.has-success label>.check {
            border-color: #26A69A
        }
        
        .md-checkbox.has-warning label {
            color: #ff5722
        }
        
        .md-checkbox.has-warning label>.box {
            border-color: #ff1b08
        }
        
        .md-checkbox.has-warning label>.check {
            border-color: #ff5722
        }
        
        .form-md-checkboxes>label {
            font-size: 13px;
            color: #888;
            opacity: 1;
            filter: alpha(opacity=100)
        }
        
        .form-md-checkboxes.has-error>label {
            color: #F3565D
        }
        
        .form-md-checkboxes.has-info>label {
            color: #89C4F4
        }
        
        .form-md-checkboxes.has-success>label {
            color: #26A69A
        }
        
        .form-md-checkboxes.has-warning>label {
            color: #ff5722
        }
        
        .md-checkbox-list {
            margin: 10px 0
        }
        
        .form-horizontal .md-checkbox-list {
            margin-top: 0
        }
        
        .md-checkbox-list .md-checkbox {
            display: block;
            margin-bottom: 10px
        }
        
        .md-checkbox-inline {
            margin: 10px 0
        }
        
        .form-horizontal .md-checkbox-inline {
            margin-top: 5px
        }
        
        .md-checkbox-inline .md-checkbox {
            display: inline-block;
            margin-right: 20px
        }
        
        .md-checkbox-inline .md-checkbox:last-child {
            margin-right: 0
        }
        
        @-webkit-keyframes growCircle {
            0%,
            100% {
                -webkit-transform: scale(0);
                opacity: 1
            }
            70% {
                background: #eee;
                -webkit-transform: scale(1.25)
            }
        }
        
        @-moz-keyframes growCircle {
            0%,
            100% {
                -moz-transform: scale(0);
                opacity: 1
            }
            70% {
                background: #eee;
                -moz-transform: scale(1.25)
            }
        }
        
        @keyframes growCircle {
            0%,
            100% {
                transform: scale(0);
                opacity: 1
            }
            70% {
                background: #eee;
                transform: scale(1.25)
            }
        }
        
        .dropdown-menu-v2 {
            top: 100%;
            right: 0;
            z-index: 1001;
            display: none;
            float: left;
            min-width: 225px;
            padding: 20px 0;
            margin: 25px 0 0;
            font-size: 13px;
            text-align: left;
            list-style: none;
            position: absolute;
            background: #242b31;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -ms-border-radius: 2px;
            -o-border-radius: 2px;
            border-radius: 2px;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
            transition-duration: .3s;
            transition-property: all;
            transition-timing-function: cubic-bezier(.7, 1, .7, 1)
        }
        
        .dropdown-menu-v2:before {
            top: -10px;
            right: 0;
            width: 0;
            height: 0;
            content: ' ';
            position: absolute;
            border-style: solid;
            display: inline-block;
            border-width: 0 0 15px 15px;
            border-color: transparent transparent #242b31
        }
        
        .dropdown-menu-v2>li>a {
            color: #606e7a;
            display: block;
            font-weight: 600;
            padding: 8px 20px;
            position: relative;
            white-space: nowrap;
            line-height: 1.42857143;
            text-transform: uppercase
        }
        
        .dropdown-menu-v2>li>a:focus,
        .dropdown-menu-v2>li>a:hover {
            background: #21282e;
            text-decoration: none;
            color: #009dc7
        }
        
        .dropdown-menu-v2 .active>a,
        .dropdown-menu-v2 .active>a:focus,
        .dropdown-menu-v2 .active>a:hover {
            outline: 0;
            text-decoration: none;
            background-color: #21282e;
            color: #009dc7
        }
        
        .dropdown-menu-v2 .disabled>a,
        .dropdown-menu-v2 .disabled>a:focus,
        .dropdown-menu-v2 .disabled>a:hover {
            color: #009dc7
        }
        
        .dropdown-menu-v2 .disabled>a:focus,
        .dropdown-menu-v2 .disabled>a:hover {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none
        }
        
        .dropdown-menu-v2 .divider {
            height: 1px;
            margin: 9px 0;
            overflow: hidden;
            background: #2e353c
        }
        
        .dropdown-menu-v2 .badge {
            top: 8px;
            right: 10px;
            position: absolute
        }
        
        .dropdown-menu-v2.pull-right,
        .pull-right>.dropdown-menu-v2 {
            right: 0;
            left: auto
        }
        
        .open>.dropdown-menu-v2 {
            display: block
        }
        
        .btn {
            transition: box-shadow .28s cubic-bezier(.4, 0, .2, 1);
            overflow: hidden;
            position: relative
        }
        
        .btn-group.open>.dropdown-menu {
            transition: opacity 1.5s cubic-bezier(.23, 1, .32, 1) 0s;
            opacity: 1;
            filter: alpha(opacity=100)
        }
        
        .btn-transparent.btn {
            background: 0 0;
            color: #888;
            border-width: 0!important;
            box-shadow: 0 0 0 rgba(0, 0, 0, .1), 0 0 0 rgba(0, 0, 0, .18)!important
        }
        
        .md-editor {
            display: block;
            border: 1px solid #ddd
        }
        
        .md-editor .md-footer,
        .md-editor>.md-header {
            display: block;
            padding: 6px 4px;
            background: #f5f5f5
        }
        
        .md-editor>.md-header {
            margin: 0
        }
        
        .md-editor>.md-preview {
            background: #fff;
            border-top: 1px dashed #ddd;
            border-bottom: 1px dashed #ddd;
            min-height: 10px;
            overflow: auto
        }
        
        .md-editor>textarea {
            font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
            font-size: 14px;
            outline: 0;
            margin: 0;
            display: block;
            padding: 0;
            width: 100%;
            border: 0;
            border-top: 1px dashed #ddd;
            border-bottom: 1px dashed #ddd;
            border-radius: 0;
            box-shadow: none;
            background: #eee
        }
        
        .md-editor>textarea:focus {
            box-shadow: none;
            background: #fff
        }
        
        .md-editor.active {
            outline: 0
        }
        
        .md-editor .md-controls {
            float: right;
            padding: 3px
        }
        
        .md-editor .md-controls .md-control {
            right: 5px;
            color: #bebebe;
            padding: 3px 3px 3px 10px
        }
        
        .md-editor .md-controls .md-control:hover {
            color: #333
        }
        
        .md-editor.md-fullscreen-mode {
            width: 100%;
            height: 100%;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 99999;
            padding: 60px 30px 15px;
            background: #fff!important;
            border: 0!important
        }
        
        .md-editor.md-fullscreen-mode .md-footer {
            display: none
        }
        
        .md-editor.md-fullscreen-mode .md-input,
        .md-editor.md-fullscreen-mode .md-preview {
            margin: 0 auto!important;
            height: 100%!important;
            font-size: 20px!important;
            padding: 20px!important;
            color: #999;
            line-height: 1.6em!important;
            resize: none!important;
            box-shadow: none!important;
            background: #fff!important;
            border: 0!important
        }
        
        .md-editor.md-fullscreen-mode .md-preview {
            color: #333;
            overflow: auto
        }
        
        .md-editor.md-fullscreen-mode .md-input:focus,
        .md-editor.md-fullscreen-mode .md-input:hover {
            color: #333;
            background: #fff!important
        }
        
        .md-editor.md-fullscreen-mode .md-header {
            background: 0 0;
            text-align: center;
            position: fixed;
            width: 100%;
            top: 20px
        }
        
        .md-editor.md-fullscreen-mode .btn-group {
            float: none
        }
        
        .md-editor.md-fullscreen-mode .btn {
            border: 0;
            background: 0 0;
            color: #b3b3b3
        }
        
        .md-editor.md-fullscreen-mode .btn.active,
        .md-editor.md-fullscreen-mode .btn:active,
        .md-editor.md-fullscreen-mode .btn:focus,
        .md-editor.md-fullscreen-mode .btn:hover {
            box-shadow: none;
            color: #333
        }
        
        .md-editor.md-fullscreen-mode .md-fullscreen-controls {
            position: absolute;
            top: 20px;
            right: 20px;
            text-align: right;
            z-index: 1002;
            display: block
        }
        
        .md-editor.md-fullscreen-mode .md-fullscreen-controls a {
            color: #b3b3b3;
            clear: right;
            margin: 10px;
            width: 30px;
            height: 30px;
            text-align: center
        }
        
        .dataTable,
        .fc-clear,
        .form-recaptcha-img,
        .page-lock .page-body:after,
        .scroller-footer:after,
        .tags_clear,
        .tasks-widget .task-footer:after,
        .tasks-widget:after {
            clear: both
        }
        
        .md-editor.md-fullscreen-mode .md-fullscreen-controls a:hover {
            color: #333;
            text-decoration: none
        }
        
        .md-editor.md-fullscreen-mode .md-editor {
            height: 100%!important;
            position: relative
        }
        
        .md-editor .md-fullscreen-controls {
            display: none
        }
        
        .md-nooverflow {
            overflow: hidden;
            position: fixed;
            width: 100%
        }
        
        .twitter-typeahead {
            width: 100%;
            display: table!important
        }
        
        .twitter-typeahead .form-control {
            margin: 0!important
        }
        
        .tt-hint,
        .tt-input {
            color: #FAFAFA;
            height: 34px;
            padding: 6px 12px;
            font-size: 14px;
            line-height: 1.428571429;
            width: 100%
        }
        
        .tt-hint[disabled] {
            background-color: #fff!important
        }
        
        .tt-dropdown-menu {
            min-width: 160px;
            margin-top: 2px;
            padding: 5px 0;
            background-color: rgba(71, 91, 105, .9);
            border: 2px solid #ebebeb;
            -webkit-background-clip: padding-box;
            -moz-background-clip: padding;
            background-clip: padding-box;
            width: 100%;
            overflow-y: auto;
            max-height: 250px;
            text-align: left
        }
        
        .tt-dropdown-menu h3 {
            margin: 5px 0;
            padding: 6px 12px;
            font-size: 18px;
            font-weight: 700;
            border-bottom: 1px solid #eee;
            text-align: left
        }
        
        .modal-open .tt-dropdown-menu {
            z-index: 10055!important
        }
        
        .tt-suggestion {
            padding: 6px 12px;
            font-size: 14px;
            line-height: 16px
        }
        
        .tt-suggestion.tt-cursor {
            cursor: pointer;
            background-color: #333
        }
        
        .tt-suggestions .media h4 {
            color: #fff;
            font-weight: 700
        }
        
        .tt-suggestion.tt-cursor .meida-heading {
            color: #ccc!important
        }
        
        .tt-suggestion:hover .media h4 {
            color: #ccc!important;
            font-weight: 700
        }
        
        .tt-suggestion p {
            margin: 0
        }
        
        .jstree-children,
        .jstree-container-ul,
        .jstree-node {
            display: block;
            margin: 0;
            padding: 0;
            list-style-type: none;
            list-style-image: none
        }
        
        .jstree-anchor,
        .jstree-icon,
        .jstree-icon:empty {
            display: inline-block;
            margin: 0;
            vertical-align: top
        }
        
        .jstree-node {
            white-space: nowrap
        }
        
        .jstree-anchor {
            white-space: nowrap;
            padding: 0 4px 0 1px
        }
        
        .jstree-anchor:focus {
            outline: 0
        }
        
        .jstree-anchor,
        .jstree-anchor:active,
        .jstree-anchor:hover,
        .jstree-anchor:link,
        .jstree-anchor:visited {
            text-decoration: none;
            color: inherit
        }
        
        .jstree-icon,
        .jstree-icon:empty {
            text-decoration: none;
            padding: 0;
            text-align: center
        }
        
        .jstree-ocl {
            cursor: pointer
        }
        
        .jstree-leaf>.jstree-ocl {
            cursor: default
        }
        
        .jstree-wholerow-ul .jstree-leaf>.jstree-ocl,
        .tasks-widget .task-list>li>.task-checkbox input[type=checkbox] {
            cursor: pointer
        }
        
        .jstree .jstree-open>.jstree-children {
            display: block
        }
        
        .jstree .jstree-closed>.jstree-children,
        .jstree .jstree-leaf>.jstree-children,
        .jstree-anchor>.jstree-themeicon-hidden,
        .jstree-no-icons .jstree-themeicon {
            display: none
        }
        
        .jstree-anchor>.jstree-themeicon {
            margin-right: 2px
        }
        
        .jstree-rtl .jstree-anchor {
            padding: 0 1px 0 4px
        }
        
        .jstree-rtl .jstree-anchor>.jstree-themeicon {
            margin-left: 2px;
            margin-right: 0
        }
        
        .jstree-rtl .jstree-node {
            margin-left: 0
        }
        
        .jstree-rtl .jstree-container-ul>.jstree-node {
            margin-right: 0
        }
        
        .jstree-wholerow-ul {
            position: relative;
            display: inline-block;
            min-width: 100%
        }
        
        .jstree-wholerow-ul .jstree-anchor,
        .jstree-wholerow-ul .jstree-icon {
            position: relative
        }
        
        .jstree-wholerow-ul .jstree-wholerow {
            width: 100%;
            cursor: pointer;
            position: absolute;
            left: 0;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none
        }
        
        .vakata-context {
            display: none
        }
        
        .vakata-context,
        .vakata-context ul {
            margin: 0;
            position: absolute;
            background: #f5f5f5;
            -moz-box-shadow: 5px 5px 4px -4px #666;
            -webkit-box-shadow: 2px 2px 2px #999
        }
        
        .vakata-context ul {
            list-style: none;
            left: 100%;
            margin-top: -2.7em;
            margin-left: -4px
        }
        
        .vakata-context .vakata-context-right ul {
            left: auto;
            right: 100%;
            margin-left: auto;
            margin-right: -4px
        }
        
        .vakata-context li {
            list-style: none;
            display: inline
        }
        
        .vakata-context li>a {
            display: block;
            padding: 0 2em;
            text-decoration: none;
            width: auto;
            color: #000;
            white-space: nowrap;
            line-height: 2.4em;
            -moz-text-shadow: 1px 1px 0 #fff;
            -webkit-text-shadow: 1px 1px 0 #fff;
            text-shadow: 1px 1px 0 #fff;
            -moz-border-radius: 1px;
            -webkit-border-radius: 1px;
            border-radius: 1px
        }
        
        .vakata-context li>a>i,
        .vakata-context li>a>i:empty {
            width: 2.4em;
            line-height: 2.4em
        }
        
        .vakata-context li>a:hover {
            position: relative;
            background-color: #e8eff7;
            -moz-box-shadow: 0 0 2px #0a6aa1;
            -webkit-box-shadow: 0 0 2px #0a6aa1;
            box-shadow: 0 0 2px #0a6aa1
        }
        
        .vakata-context li>a.vakata-context-parent {
            background-image: url(../images/jstree/data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==);
            background-position: right center;
            background-repeat: no-repeat
        }
        
        .vakata-context li>a:focus {
            outline: 0
        }
        
        .vakata-context .vakata-context-hover>a {
            position: relative;
            -moz-box-shadow: 0 0 2px #0a6aa1;
            -webkit-box-shadow: 0 0 2px #0a6aa1
        }
        
        .vakata-context .vakata-context-separator a,
        .vakata-context .vakata-context-separator a:hover {
            background: #fff;
            border: 0;
            border-top: 1px solid #e2e3e3;
            height: 1px;
            min-height: 1px;
            max-height: 1px;
            padding: 0;
            margin: 0 0 0 2.4em;
            border-left: 1px solid #e0e0e0;
            -moz-text-shadow: 0 0 0 transparent;
            -webkit-text-shadow: 0 0 0 transparent;
            text-shadow: 0 0 0 transparent;
            -moz-box-shadow: 0 0 0 transparent;
            -webkit-box-shadow: 0 0 0 transparent;
            box-shadow: 0 0 0 transparent;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            border-radius: 0
        }
        
        .vakata-context .vakata-contextmenu-disabled a,
        .vakata-context .vakata-contextmenu-disabled a:hover {
            color: silver;
            background-color: transparent;
            border: 0;
            box-shadow: 0 0 0
        }
        
        .vakata-context li>a>i {
            text-decoration: none;
            display: inline-block;
            height: 2.4em;
            background: 0 0;
            margin: 0 0 0 -2em;
            vertical-align: top;
            text-align: center
        }
        
        .vakata-context li>a .vakata-contextmenu-sep {
            display: inline-block;
            width: 1px;
            height: 2.4em;
            background: #fff;
            margin: 0 .5em 0 0;
            border-left: 1px solid #e2e3e3
        }
        
        .vakata-context .vakata-contextmenu-shortcut {
            font-size: .8em;
            color: silver;
            opacity: .5;
            display: none
        }
        
        .vakata-context-rtl ul {
            left: auto;
            right: 100%;
            margin-left: auto;
            margin-right: -4px
        }
        
        .vakata-context-rtl li>a.vakata-context-parent {
            background-image: url(../images/jstree/data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7);
            background-position: left center;
            background-repeat: no-repeat
        }
        
        .vakata-context-rtl .vakata-context-separator>a {
            margin: 0 2.4em 0 0;
            border-left: 0;
            border-right: 1px solid #e2e3e3
        }
        
        .vakata-context-rtl .vakata-context-left ul {
            right: auto;
            left: 100%;
            margin-left: -4px;
            margin-right: auto
        }
        
        .vakata-context-rtl li>a>i {
            margin: 0 -2em 0 0
        }
        
        .vakata-context-rtl li>a .vakata-contextmenu-sep {
            margin: 0 0 0 .5em;
            border-left-color: #fff;
            background: #e2e3e3
        }
        
        #jstree-marker {
            position: absolute;
            top: 0;
            left: 0;
            margin: 0;
            padding: 0;
            border-right: 0;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-left: 5px solid;
            width: 0;
            height: 0;
            font-size: 0;
            line-height: 0
        }
        
        #jstree-dnd {
            line-height: 16px;
            margin: 0;
            padding: 4px
        }
        
        #jstree-dnd .jstree-copy,
        #jstree-dnd .jstree-icon {
            display: inline-block;
            text-decoration: none;
            margin: 0 2px 0 0;
            padding: 0;
            width: 16px;
            height: 16px
        }
        
        #jstree-dnd .jstree-ok {
            background: green
        }
        
        #jstree-dnd .jstree-er {
            background: red
        }
        
        #jstree-dnd .jstree-copy {
            margin: 0 2px
        }
        
        .jstree-default .jstree-icon,
        .jstree-default .jstree-node {
            background-repeat: no-repeat;
            background-color: transparent
        }
        
        .jstree-default .jstree-anchor,
        .jstree-default .jstree-wholerow {
            transition: background-color .15s, box-shadow .15s
        }
        
        .jstree-default .jstree-hovered {
            background: #e7f4f9;
            border-radius: 2px
        }
        
        .jstree-default .jstree-clicked {
            background: #beebff;
            border-radius: 2px
        }
        
        .jstree-default .jstree-no-icons .jstree-anchor>.jstree-themeicon {
            display: none
        }
        
        .jstree-default .jstree-disabled {
            color: #666
        }
        
        .jstree-default .jstree-disabled.jstree-hovered {
            box-shadow: none
        }
        
        .jstree-default .jstree-disabled>.jstree-icon {
            opacity: .8;
            filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
            filter: gray;
            -webkit-filter: grayscale(100%)
        }
        
        .jstree-default .jstree-search {
            font-style: italic;
            color: #8b0000;
            font-weight: 700
        }
        
        .jstree-default .jstree-no-checkboxes .jstree-checkbox {
            display: none!important
        }
        
        .jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
            background: 0 0;
            box-shadow: none
        }
        
        .jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
            background: #e7f4f9
        }
        
        .jstree-default.jstree-checkbox-no-clicked>.jstree-wholerow-ul .jstree-wholerow-clicked {
            background: 0 0
        }
        
        .jstree-default.jstree-checkbox-no-clicked>.jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
            background: #e7f4f9
        }
        
        #jstree-dnd.jstree-default .jstree-er,
        #jstree-dnd.jstree-default .jstree-ok {
            background-image: url(../images/jstree/32px.png);
            background-repeat: no-repeat;
            background-color: transparent
        }
        
        #jstree-dnd.jstree-default i {
            background: 0 0;
            width: 16px;
            height: 16px
        }
        
        #jstree-dnd.jstree-default .jstree-ok {
            background-position: -9px -71px
        }
        
        #jstree-dnd.jstree-default .jstree-er {
            background-position: -39px -71px
        }
        
        .jstree-default>.jstree-striped {
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==) left top
        }
        
        .jstree-default>.jstree-wholerow-ul .jstree-clicked,
        .jstree-default>.jstree-wholerow-ul .jstree-hovered {
            background: 0 0;
            box-shadow: none;
            border-radius: 0
        }
        
        .jstree-default .jstree-wholerow {
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            height: 24px
        }
        
        .jstree-default .jstree-wholerow-hovered {
            background: #e7f4f9
        }
        
        .jstree-default .jstree-node {
            min-height: 24px;
            line-height: 24px;
            margin-left: 24px;
            min-width: 24px;
            background-position: -292px -4px;
            background-repeat: repeat-y
        }
        
        .jstree-default .jstree-anchor {
            line-height: 24px;
            height: 24px
        }
        
        .jstree-default .jstree-icon,
        .jstree-default .jstree-icon:empty {
            width: 24px;
            height: 24px;
            line-height: 24px
        }
        
        .jstree-default .jstree-icon,
        .jstree-default .jstree-node {
            background-image: url(../images/jstree/32px.png)
        }
        
        .jstree-default .jstree-last {
            background: 0 0
        }
        
        .jstree-default .jstree-open>.jstree-ocl {
            background-position: -132px -4px
        }
        
        .jstree-default .jstree-closed>.jstree-ocl {
            background-position: -100px -4px
        }
        
        .jstree-default .jstree-leaf>.jstree-ocl {
            background-position: -68px -4px
        }
        
        .jstree-default .jstree-themeicon {
            background-position: -260px -4px
        }
        
        .jstree-default>.jstree-no-dots .jstree-leaf>.jstree-ocl,
        .jstree-default>.jstree-no-dots .jstree-node {
            background: 0 0
        }
        
        .jstree-default>.jstree-no-dots .jstree-open>.jstree-ocl {
            background-position: -36px -4px
        }
        
        .jstree-default>.jstree-no-dots .jstree-closed>.jstree-ocl {
            background-position: -4px -4px
        }
        
        .jstree-default .jstree-disabled,
        .jstree-default .jstree-disabled.jstree-hovered {
            background: 0 0
        }
        
        .jstree-default .jstree-disabled.jstree-clicked {
            background: #efefef
        }
        
        .jstree-default .jstree-checkbox {
            background-position: -164px -4px
        }
        
        .jstree-default .jstree-checkbox:hover {
            background-position: -164px -36px
        }
        
        .jstree-default .jstree-clicked>.jstree-checkbox {
            background-position: -228px -4px
        }
        
        .jstree-default .jstree-clicked>.jstree-checkbox:hover {
            background-position: -228px -36px
        }
        
        .jstree-default .jstree-anchor>.jstree-undetermined {
            background-position: -196px -4px
        }
        
        .jstree-default .jstree-anchor>.jstree-undetermined:hover {
            background-position: -196px -36px
        }
        
        .jstree-default>.jstree-striped {
            background-size: auto 48px
        }
        
        .jstree-default.jstree-rtl .jstree-node {
            margin-right: 24px;
            background-position: 100% 1px;
            background-repeat: repeat-y
        }
        
        .jstree-default.jstree-rtl .jstree-open>.jstree-ocl {
            background-position: -132px -36px
        }
        
        .jstree-default.jstree-rtl .jstree-closed>.jstree-ocl {
            background-position: -100px -36px
        }
        
        .jstree-default.jstree-rtl .jstree-leaf>.jstree-ocl {
            background-position: -68px -36px
        }
        
        .jstree-default.jstree-rtl>.jstree-no-dots .jstree-leaf>.jstree-ocl,
        .jstree-default.jstree-rtl>.jstree-no-dots .jstree-node {
            background: 0 0
        }
        
        .jstree-default.jstree-rtl>.jstree-no-dots .jstree-open>.jstree-ocl {
            background-position: -36px -36px
        }
        
        .jstree-default.jstree-rtl>.jstree-no-dots .jstree-closed>.jstree-ocl {
            background-position: -4px -36px
        }
        
        .jstree-default .jstree-themeicon-custom {
            background-color: transparent;
            background-image: none;
            background-position: 0 0
        }
        
        .jstree-default>.jstree-container-ul .jstree-loading>.jstree-ocl {
            background: url(throbber.gif) center center no-repeat
        }
        
        .jstree-default .jstree-file {
            background: url(32px.png) -100px -68px no-repeat
        }
        
        .jstree-default .jstree-folder {
            background: url(32px.png) -260px -4px no-repeat
        }
        
        .jstree-default.jstree-rtl .jstree-node {
            background-image: url(../images/jstree/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==)
        }
        
        .jstree-default-small .jstree-node {
            min-height: 18px;
            line-height: 18px;
            margin-left: 18px;
            min-width: 18px;
            background-position: -295px -7px;
            background-repeat: repeat-y
        }
        
        .jstree-default-small .jstree-anchor {
            line-height: 18px;
            height: 18px
        }
        
        .jstree-default-small .jstree-icon,
        .jstree-default-small .jstree-icon:empty {
            width: 18px;
            height: 18px;
            line-height: 18px
        }
        
        .jstree-default-small .jstree-wholerow {
            height: 18px
        }
        
        .jstree-default-small .jstree-icon,
        .jstree-default-small .jstree-node {
            background-image: url(../images/jstree/32px.png)
        }
        
        .jstree-default-small .jstree-last {
            background: 0 0
        }
        
        .jstree-default-small .jstree-open>.jstree-ocl {
            background-position: -135px -7px
        }
        
        .jstree-default-small .jstree-closed>.jstree-ocl {
            background-position: -103px -7px
        }
        
        .jstree-default-small .jstree-leaf>.jstree-ocl {
            background-position: -71px -7px
        }
        
        .jstree-default-small .jstree-themeicon {
            background-position: -263px -7px
        }
        
        .jstree-default-small>.jstree-no-dots .jstree-leaf>.jstree-ocl,
        .jstree-default-small>.jstree-no-dots .jstree-node {
            background: 0 0
        }
        
        .jstree-default-small>.jstree-no-dots .jstree-open>.jstree-ocl {
            background-position: -39px -7px
        }
        
        .jstree-default-small>.jstree-no-dots .jstree-closed>.jstree-ocl {
            background-position: -7px -7px
        }
        
        .jstree-default-small .jstree-disabled,
        .jstree-default-small .jstree-disabled.jstree-hovered {
            background: 0 0
        }
        
        .jstree-default-small .jstree-disabled.jstree-clicked {
            background: #efefef
        }
        
        .jstree-default-small .jstree-checkbox {
            background-position: -167px -7px
        }
        
        .jstree-default-small .jstree-checkbox:hover {
            background-position: -167px -39px
        }
        
        .jstree-default-small .jstree-clicked>.jstree-checkbox {
            background-position: -231px -7px
        }
        
        .jstree-default-small .jstree-clicked>.jstree-checkbox:hover {
            background-position: -231px -39px
        }
        
        .jstree-default-small .jstree-anchor>.jstree-undetermined {
            background-position: -199px -7px
        }
        
        .jstree-default-small .jstree-anchor>.jstree-undetermined:hover {
            background-position: -199px -39px
        }
        
        .jstree-default-small>.jstree-striped {
            background-size: auto 36px
        }
        
        .jstree-default-small.jstree-rtl .jstree-node {
            margin-right: 18px;
            background-position: 100% 1px;
            background-repeat: repeat-y
        }
        
        .jstree-default-small.jstree-rtl .jstree-open>.jstree-ocl {
            background-position: -135px -39px
        }
        
        .jstree-default-small.jstree-rtl .jstree-closed>.jstree-ocl {
            background-position: -103px -39px
        }
        
        .jstree-default-small.jstree-rtl .jstree-leaf>.jstree-ocl {
            background-position: -71px -39px
        }
        
        .jstree-default-small.jstree-rtl>.jstree-no-dots .jstree-leaf>.jstree-ocl,
        .jstree-default-small.jstree-rtl>.jstree-no-dots .jstree-node {
            background: 0 0
        }
        
        .jstree-default-small.jstree-rtl>.jstree-no-dots .jstree-open>.jstree-ocl {
            background-position: -39px -39px
        }
        
        .jstree-default-small.jstree-rtl>.jstree-no-dots .jstree-closed>.jstree-ocl {
            background-position: -7px -39px
        }
        
        .jstree-default-small .jstree-themeicon-custom {
            background-color: transparent;
            background-image: none;
            background-position: 0 0
        }
        
        .jstree-default-small>.jstree-container-ul .jstree-loading>.jstree-ocl {
            background: url(throbber.gif) center center no-repeat
        }
        
        .jstree-default-small .jstree-file {
            background: url(32px.png) -103px -71px no-repeat
        }
        
        .jstree-default-small .jstree-folder {
            background: url(32px.png) -263px -7px no-repeat
        }
        
        .jstree-default-small.jstree-rtl .jstree-node {
            background-image: url(../images/jstree/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg==)
        }
        
        .jstree-default-small.jstree-rtl .jstree-last {
            background: 0 0
        }
        
        .jstree-default-large .jstree-node {
            min-height: 32px;
            line-height: 32px;
            margin-left: 32px;
            min-width: 32px;
            background-position: -288px 0;
            background-repeat: repeat-y
        }
        
        .jstree-default-large .jstree-anchor {
            line-height: 32px;
            height: 32px
        }
        
        .jstree-default-large .jstree-icon,
        .jstree-default-large .jstree-icon:empty {
            width: 32px;
            height: 32px;
            line-height: 32px
        }
        
        .jstree-default-large .jstree-wholerow {
            height: 32px
        }
        
        .jstree-default-large .jstree-icon,
        .jstree-default-large .jstree-node {
            background-image: url(../images/jstree/32px.png)
        }
        
        .jstree-default-large .jstree-last {
            background: 0 0
        }
        
        .jstree-default-large .jstree-open>.jstree-ocl {
            background-position: -128px 0
        }
        
        .jstree-default-large .jstree-closed>.jstree-ocl {
            background-position: -96px 0
        }
        
        .jstree-default-large .jstree-leaf>.jstree-ocl {
            background-position: -64px 0
        }
        
        .jstree-default-large .jstree-themeicon {
            background-position: -256px 0
        }
        
        .jstree-default-large>.jstree-no-dots .jstree-leaf>.jstree-ocl,
        .jstree-default-large>.jstree-no-dots .jstree-node {
            background: 0 0
        }
        
        .jstree-default-large>.jstree-no-dots .jstree-open>.jstree-ocl {
            background-position: -32px 0
        }
        
        .jstree-default-large>.jstree-no-dots .jstree-closed>.jstree-ocl {
            background-position: 0 0
        }
        
        .jstree-default-large .jstree-disabled,
        .jstree-default-large .jstree-disabled.jstree-hovered {
            background: 0 0
        }
        
        .jstree-default-large .jstree-disabled.jstree-clicked {
            background: #efefef
        }
        
        .jstree-default-large .jstree-checkbox {
            background-position: -160px 0
        }
        
        .jstree-default-large .jstree-checkbox:hover {
            background-position: -160px -32px
        }
        
        .jstree-default-large .jstree-clicked>.jstree-checkbox {
            background-position: -224px 0
        }
        
        .jstree-default-large .jstree-clicked>.jstree-checkbox:hover {
            background-position: -224px -32px
        }
        
        .jstree-default-large .jstree-anchor>.jstree-undetermined {
            background-position: -192px 0
        }
        
        .jstree-default-large .jstree-anchor>.jstree-undetermined:hover {
            background-position: -192px -32px
        }
        
        .jstree-default-large>.jstree-striped {
            background-size: auto 64px
        }
        
        .jstree-default-large.jstree-rtl .jstree-node {
            margin-right: 32px;
            background-position: 100% 1px;
            background-repeat: repeat-y
        }
        
        .jstree-default-large.jstree-rtl .jstree-open>.jstree-ocl {
            background-position: -128px -32px
        }
        
        .jstree-default-large.jstree-rtl .jstree-closed>.jstree-ocl {
            background-position: -96px -32px
        }
        
        .jstree-default-large.jstree-rtl .jstree-leaf>.jstree-ocl {
            background-position: -64px -32px
        }
        
        .jstree-default-large.jstree-rtl>.jstree-no-dots .jstree-leaf>.jstree-ocl,
        .jstree-default-large.jstree-rtl>.jstree-no-dots .jstree-node {
            background: 0 0
        }
        
        .jstree-default-large.jstree-rtl>.jstree-no-dots .jstree-open>.jstree-ocl {
            background-position: -32px -32px
        }
        
        .jstree-default-large.jstree-rtl>.jstree-no-dots .jstree-closed>.jstree-ocl {
            background-position: 0 -32px
        }
        
        .jstree-default-large .jstree-themeicon-custom {
            background-color: transparent;
            background-image: none;
            background-position: 0 0
        }
        
        .jstree-default-large>.jstree-container-ul .jstree-loading>.jstree-ocl {
            background: url(throbber.gif) center center no-repeat
        }
        
        .jstree-default-large .jstree-file {
            background: url(32px.png) -96px -64px no-repeat
        }
        
        .jstree-default-large .jstree-folder {
            background: url(32px.png) -256px 0 no-repeat
        }
        
        .jstree-default-large.jstree-rtl .jstree-node {
            background-image: url(../images/jstree/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg==)
        }
        
        .jstree-default-large.jstree-rtl .jstree-last {
            background: 0 0
        }
        
        @media (max-width:768px) {
            .jstree-default-responsive .jstree-leaf>.jstree-ocl,
            .jstree-default-responsive .jstree-node {
                background: 0 0
            }
            .jstree-default-responsive .jstree-node {
                min-height: 40px;
                line-height: 40px;
                margin-left: 40px;
                min-width: 40px;
                white-space: nowrap
            }
            .jstree-default-responsive .jstree-anchor {
                line-height: 40px;
                height: 40px;
                font-weight: 700;
                font-size: 1.1em;
                text-shadow: 1px 1px #fff
            }
            .jstree-default-responsive .jstree-icon,
            .jstree-default-responsive .jstree-icon:empty {
                width: 40px;
                height: 40px;
                line-height: 40px
            }
            .jstree-default-responsive>.jstree-container-ul>.jstree-node {
                margin-left: 0
            }
            .jstree-default-responsive.jstree-rtl .jstree-node {
                margin-left: 0;
                margin-right: 40px
            }
            .jstree-default-responsive.jstree-rtl .jstree-container-ul>.jstree-node {
                margin-right: 0
            }
            .jstree-default-responsive .jstree-checkbox,
            .jstree-default-responsive .jstree-ocl,
            .jstree-default-responsive .jstree-themeicon {
                background-size: 120px 200px
            }
            .jstree-default-responsive .jstree-leaf>.jstree-ocl {
                background: 0 0
            }
            .jstree-default-responsive .jstree-open>.jstree-ocl {
                background-position: 0 0!important
            }
            .jstree-default-responsive .jstree-closed>.jstree-ocl {
                background-position: 0 -40px!important
            }
            .jstree-default-responsive.jstree-rtl .jstree-closed>.jstree-ocl {
                background-position: -40px 0!important
            }
            .jstree-default-responsive .jstree-themeicon {
                background-position: -40px -40px
            }
            .jstree-default-responsive .jstree-checkbox,
            .jstree-default-responsive .jstree-checkbox:hover {
                background-position: -40px -80px
            }
            .jstree-default-responsive .jstree-clicked>.jstree-checkbox,
            .jstree-default-responsive .jstree-clicked>.jstree-checkbox:hover {
                background-position: 0 -80px
            }
            .jstree-default-responsive .jstree-anchor>.jstree-undetermined,
            .jstree-default-responsive .jstree-anchor>.jstree-undetermined:hover {
                background-position: 0 -120px
            }
            .jstree-default-responsive>.jstree-striped {
                background: 0 0
            }
            .jstree-default-responsive .jstree-wholerow {
                border-top: 1px solid rgba(255, 255, 255, .7);
                border-bottom: 1px solid rgba(64, 64, 64, .2);
                background: #ebebeb;
                height: 40px
            }
            .jstree-default-responsive .jstree-wholerow-hovered {
                background: #e7f4f9
            }
            .jstree-default-responsive .jstree-wholerow-clicked {
                background: #beebff
            }
            .jstree-default-responsive .jstree-children .jstree-last>.jstree-wholerow {
                box-shadow: inset 0 -6px 3px -5px #666
            }
            .jstree-default-responsive .jstree-children .jstree-open>.jstree-wholerow {
                box-shadow: inset 0 6px 3px -5px #666;
                border-top: 0
            }
            .jstree-default-responsive .jstree-children .jstree-open+.jstree-open {
                box-shadow: none
            }
            .jstree-default-responsive .jstree-checkbox,
            .jstree-default-responsive .jstree-icon,
            .jstree-default-responsive .jstree-node,
            .jstree-default-responsive .jstree-node>.jstree-ocl,
            .jstree-default-responsive .jstree-themeicon {
                background-image: url(../images/jstree/40px.png);
                background-size: 120px 200px
            }
            .jstree-default-responsive .jstree-node {
                background-position: -80px 0;
                background-repeat: repeat-y
            }
            .jstree-default-responsive .jstree-last {
                background: 0 0
            }
            .jstree-default-responsive .jstree-leaf>.jstree-ocl {
                background-position: -40px -120px
            }
            .jstree-default-responsive .jstree-last>.jstree-ocl {
                background-position: -40px -160px
            }
            .jstree-default-responsive .jstree-themeicon-custom {
                background-color: transparent;
                background-image: none;
                background-position: 0 0
            }
            .jstree-default-responsive .jstree-file {
                background: url(40px.png) 0 -160px no-repeat;
                background-size: 120px 200px
            }
            .jstree-default-responsive .jstree-folder {
                background: url(40px.png) -40px -40px no-repeat;
                background-size: 120px 200px
            }
        }
        
        .jstree-default>.jstree-container-ul>.jstree-node {
            margin-left: 0;
            margin-right: 0
        }
        
        .profile-sidebar {
            float: left;
            width: 300px;
            margin-right: 20px
        }
        
        .profile-content {
            overflow: hidden
        }
        
        .profile-sidebar-portlet {
            padding: 30px 0 0!important
        }
        
        .profile-userpic img {
            float: none;
            margin: 0 auto;
            width: 50%;
            height: 50%;
            -webkit-border-radius: 50%!important;
            -moz-border-radius: 50%!important;
            border-radius: 50%!important
        }
        
        .profile-usertitle {
            text-align: center;
            margin-top: 20px
        }
        
        .profile-usertitle-name {
            color: #5a7391;
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 7px
        }
        
        .profile-usertitle-job {
            text-transform: uppercase;
            color: #5b9bd1;
            font-size: 13px;
            font-weight: 800;
            margin-bottom: 7px
        }
        
        .profile-userbuttons {
            text-align: center;
            margin-top: 10px
        }
        
        .profile-userbuttons .btn {
            margin-right: 5px
        }
        
        .profile-userbuttons .btn:last-child {
            margin-right: 0
        }
        
        .profile-userbuttons button {
            text-transform: uppercase;
            font-size: 11px;
            font-weight: 600;
            padding: 6px 15px
        }
        
        .profile-usermenu {
            margin-top: 30px;
            padding-bottom: 20px
        }
        
        .profile-usermenu ul li {
            border-bottom: 1px solid #f0f4f7
        }
        
        .profile-usermenu ul li:last-child {
            border-bottom: none
        }
        
        .profile-usermenu ul li a {
            color: #93a3b5;
            font-size: 16px;
            font-weight: 400
        }
        
        .profile-usermenu ul li a i {
            margin-right: 8px;
            font-size: 16px
        }
        
        .profile-usermenu ul li a:hover {
            background-color: #fafcfd;
            color: #5b9bd1
        }
        
        .profile-usermenu ul li.active a {
            color: #5b9bd1;
            background-color: #f6f9fb;
            border-left: 2px solid #5b9bd1;
            margin-left: -2px
        }
        
        .profile-stat {
            padding-bottom: 20px;
            border-bottom: 1px solid #f0f4f7
        }
        
        .profile-stat-title {
            color: #7f90a4;
            font-size: 25px;
            text-align: center
        }
        
        .profile-stat-text {
            color: #5b9bd1;
            font-size: 11px;
            font-weight: 800;
            text-align: center
        }
        
        .profile-desc-title {
            color: #7f90a4;
            font-size: 17px;
            font-weight: 600
        }
        
        .profile-desc-text {
            color: #7e8c9e;
            font-size: 14px
        }
        
        .profile-desc-link i {
            width: 22px;
            font-size: 19px;
            color: #abb6c4;
            margin-right: 5px
        }
        
        .profile-desc-link a {
            font-size: 14px;
            font-weight: 600;
            color: #5b9bd1
        }
        
        @media (max-width:991px) {
            .profile-sidebar {
                float: none;
                width: 100%!important;
                margin: 0
            }
            .profile-sidebar>.portlet {
                margin-bottom: 20px
            }
            .profile-content {
                overflow: visible
            }
        }
        
        .select2-container--bootstrap .select2-results>.select2-results__options,
        .select2-container--classic .select2-results>.select2-results__options,
        .select2-container--default .select2-results>.select2-results__options {
            max-height: 200px;
            overflow-y: auto
        }
        /*!

 * FullCalendar v2.1.1 Stylesheet
 * Docs & License: http://arshaw.com/fullcalendar/
 * (c) 2013 Adam Shaw
 */
        
        .fc-button-group,
        .fc-icon {
            display: inline-block
        }
        
        .fc-ltr .fc-popover .fc-header .fc-title,
        .fc-rtl .fc-popover .fc-header .fc-close,
        .fc-toolbar .fc-left {
            float: left
        }
        
        .fc {
            text-align: left
        }
        
        .fc-rtl {
            text-align: right
        }
        
        .fc th,
        .fc-basic-view .fc-week-number,
        .fc-toolbar {
            text-align: center
        }
        
        body .fc {
            font-size: 1em
        }
        
        .fc-unthemed .fc-popover,
        .fc-unthemed .fc-row,
        .fc-unthemed hr,
        .fc-unthemed tbody,
        .fc-unthemed td,
        .fc-unthemed th,
        .fc-unthemed thead {
            border-color: #ddd
        }
        
        .fc-unthemed .fc-popover {
            background-color: #fff
        }
        
        .fc-unthemed .fc-popover .fc-header,
        .fc-unthemed hr {
            background: #eee
        }
        
        .fc-unthemed .fc-popover .fc-header .fc-close {
            color: #666
        }
        
        .fc-unthemed .fc-today {
            background: #fcf8e3
        }
        
        .fc-highlight {
            background: #bce8f1;
            opacity: .3;
            filter: alpha(opacity=30)
        }
        
        .fc-icon {
            font-size: 2em;
            line-height: .5em;
            height: .5em;
            font-family: "Courier New", Courier, monospace
        }
        
        .fc-icon-left-single-arrow:after {
            content: "\02039";
            font-weight: 700
        }
        
        .fc-icon-right-single-arrow:after {
            content: "\0203A";
            font-weight: 700
        }
        
        .fc-icon-left-double-arrow:after {
            content: "\000AB"
        }
        
        .fc-icon-right-double-arrow:after {
            content: "\000BB"
        }
        
        .fc-icon-x:after {
            content: "\000D7"
        }
        
        .fc button {
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            margin: 0;
            height: 2.1em;
            padding: 0 .6em;
            font-size: 1em;
            white-space: nowrap;
            cursor: pointer
        }
        
        .fc button::-moz-focus-inner {
            margin: 0;
            padding: 0
        }
        
        .fc-state-default {
            border: 1px solid;
            background-color: #f5f5f5;
            background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
            background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
            background-image: -o-linear-gradient(top, #fff, #e6e6e6);
            background-image: linear-gradient(to bottom, #fff, #e6e6e6);
            background-repeat: repeat-x;
            border-color: #e6e6e6 #e6e6e6 #bfbfbf;
            border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
            color: #333;
            text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05)
        }
        
        .fc-state-default.fc-corner-left {
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px
        }
        
        .fc-state-default.fc-corner-right {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px
        }
        
        .fc button .fc-icon {
            position: relative;
            top: .05em;
            margin: 0 .1em
        }
        
        .fc-state-active,
        .fc-state-disabled,
        .fc-state-down,
        .fc-state-hover {
            color: #333;
            background-color: #e6e6e6
        }
        
        .fc-state-hover {
            color: #333;
            text-decoration: none;
            background-position: 0 -15px;
            -webkit-transition: background-position .1s linear;
            -moz-transition: background-position .1s linear;
            -o-transition: background-position .1s linear;
            transition: background-position .1s linear
        }
        
        .fc-state-active,
        .fc-state-down {
            background-color: #ccc;
            background-image: none;
            box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05)
        }
        
        .fc-state-disabled {
            cursor: default;
            background-image: none;
            opacity: .65;
            filter: alpha(opacity=65);
            box-shadow: none
        }
        
        .fc-event.fc-draggable,
        .fc-event[href],
        .fc-popover .fc-header .fc-close {
            cursor: pointer
        }
        
        .fc .fc-button-group>* {
            float: left;
            margin: 0 0 0 -1px
        }
        
        .fc-ltr .fc-popover .fc-header .fc-close,
        .fc-rtl .fc-popover .fc-header .fc-title,
        .fc-toolbar .fc-right {
            float: right
        }
        
        .fc .fc-button-group>:first-child {
            margin-left: 0
        }
        
        .fc-popover {
            position: absolute;
            box-shadow: 0 2px 6px rgba(0, 0, 0, .15)
        }
        
        .fc-popover .fc-header {
            padding: 2px 4px
        }
        
        .fc-popover .fc-header .fc-title {
            margin: 0 2px
        }
        
        .fc-unthemed .fc-popover {
            border-width: 1px;
            border-style: solid
        }
        
        .fc-unthemed .fc-popover .fc-header .fc-close {
            font-size: 25px;
            margin-top: 4px
        }
        
        .fc-popover>.ui-widget-header+.ui-widget-content {
            border-top: 0
        }
        
        .fc hr {
            height: 0;
            margin: 0;
            padding: 0 0 2px;
            border-style: solid;
            border-width: 1px 0
        }
        
        .fc-bg table,
        .fc-row .fc-highlight-skeleton table {
            height: 100%
        }
        
        .fc-bg,
        .fc-helper-skeleton,
        .fc-highlight-skeleton {
            position: absolute;
            top: 0;
            left: 0;
            right: 0
        }
        
        .fc-event,
        .fc-row,
        .fc-scroller>* {
            position: relative
        }
        
        .fc-bg {
            bottom: 0
        }
        
        .fc table {
            width: 100%;
            table-layout: fixed;
            font-size: 1em
        }
        
        .fc td,
        .fc th {
            border-style: solid;
            border-width: 1px;
            padding: 0;
            vertical-align: top
        }
        
        .fc td.fc-today {
            border-style: double
        }
        
        .fc .fc-row {
            border-style: solid;
            border-width: 0
        }
        
        .fc-row table {
            border-left: 0 hidden transparent;
            border-right: 0 hidden transparent;
            border-bottom: 0 hidden transparent
        }
        
        .fc-row:first-child table {
            border-top: 0 hidden transparent
        }
        
        .fc-row .fc-bg {
            z-index: 1
        }
        
        .fc-row .fc-highlight-skeleton {
            z-index: 2;
            bottom: 0
        }
        
        .fc-row .fc-highlight-skeleton td {
            border-color: transparent
        }
        
        .fc-row .fc-content-skeleton {
            position: relative;
            z-index: 3;
            padding-bottom: 2px
        }
        
        .fc-row .fc-helper-skeleton {
            z-index: 4
        }
        
        .fc-row .fc-content-skeleton td,
        .fc-row .fc-helper-skeleton td {
            background: 0 0;
            border-color: transparent;
            border-bottom: 0
        }
        
        .fc-row .fc-content-skeleton tbody td,
        .fc-row .fc-helper-skeleton tbody td {
            border-top: 0
        }
        
        .fc-scroller>* {
            width: 100%
        }
        
        .fc-event {
            display: block;
            font-size: .85em;
            line-height: 1.3;
            border-radius: 3px;
            border: 1px solid #3a87ad;
            background-color: #3a87ad;
            font-weight: 400
        }
        
        .fc-day-grid-event .fc-time,
        .toast-close-button,
        .toast-title {
            font-weight: 700
        }
        
        .fc-event,
        .fc-event:hover,
        .ui-widget .fc-event {
            color: #fff;
            text-decoration: none
        }
        
        .fc-day-grid-event {
            margin: 1px 2px 0;
            padding: 0 1px
        }
        
        .fc-ltr .fc-day-grid-event.fc-not-start,
        .fc-rtl .fc-day-grid-event.fc-not-end {
            margin-left: 0;
            border-left-width: 0;
            padding-left: 1px;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }
        
        .fc-ltr .fc-day-grid-event.fc-not-end,
        .fc-rtl .fc-day-grid-event.fc-not-start {
            margin-right: 0;
            border-right-width: 0;
            padding-right: 1px;
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }
        
        .fc-day-grid-event>.fc-content {
            white-space: nowrap
        }
        
        .fc-day-grid-event .fc-resizer {
            position: absolute;
            top: 0;
            bottom: 0;
            width: 7px
        }
        
        .fc-ltr .fc-day-grid-event .fc-resizer {
            right: -3px;
            cursor: e-resize
        }
        
        .fc-rtl .fc-day-grid-event .fc-resizer {
            left: -3px;
            cursor: w-resize
        }
        
        a.fc-more {
            margin: 1px 3px;
            font-size: .85em;
            cursor: pointer;
            text-decoration: none
        }
        
        a.fc-more:hover {
            text-decoration: underline
        }
        
        .fc-limited {
            display: none
        }
        
        .fc-day-grid .fc-row {
            z-index: 1
        }
        
        .fc-more-popover {
            z-index: 2;
            width: 220px
        }
        
        .fc-more-popover .fc-event-container {
            padding: 10px
        }
        
        .fc-toolbar {
            margin-bottom: 1em
        }
        
        .fc-toolbar .fc-center {
            display: inline-block
        }
        
        .fc .fc-toolbar>*>* {
            float: left;
            margin-left: .75em
        }
        
        .fc .fc-toolbar>*>:first-child {
            margin-left: 0
        }
        
        .fc-toolbar h2 {
            margin: 0
        }
        
        .fc-toolbar button {
            position: relative
        }
        
        .fc-toolbar .fc-state-hover,
        .fc-toolbar .ui-state-hover {
            z-index: 2
        }
        
        .fc-toolbar .fc-state-down {
            z-index: 3
        }
        
        .fc-toolbar .fc-state-active,
        .fc-toolbar .ui-state-active {
            z-index: 4
        }
        
        .fc-toolbar button:focus {
            z-index: 5
        }
        
        .fc-view-container *,
        .fc-view-container :after,
        .fc-view-container :before {
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box
        }
        
        .fc-view,
        .fc-view>table {
            position: relative;
            z-index: 1
        }
        
        .fc-basicDay-view .fc-content-skeleton,
        .fc-basicWeek-view .fc-content-skeleton {
            padding-top: 1px;
            padding-bottom: 1em
        }
        
        .fc-basic-view tbody .fc-row {
            min-height: 4em
        }
        
        .fc-row.fc-rigid .fc-content-skeleton {
            position: absolute;
            top: 0;
            left: 0;
            right: 0
        }
        
        .fc-basic-view .fc-day-number,
        .fc-basic-view .fc-week-number {
            padding: 0 2px
        }
        
        .fc-basic-view td.fc-day-number,
        .fc-basic-view td.fc-week-number span {
            padding-top: 2px;
            padding-bottom: 2px
        }
        
        .fc-basic-view .fc-week-number span {
            display: inline-block;
            min-width: 1.25em
        }
        
        .fc-ltr .fc-basic-view .fc-day-number {
            text-align: right
        }
        
        .fc-rtl .fc-basic-view .fc-day-number {
            text-align: left
        }
        
        .fc-day-number.fc-other-month {
            opacity: .3;
            filter: alpha(opacity=30)
        }
        
        .fc-agenda-view .fc-day-grid {
            position: relative;
            z-index: 2
        }
        
        .fc-agenda-view .fc-day-grid .fc-row {
            min-height: 3em
        }
        
        .fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
            padding-top: 1px;
            padding-bottom: 1em
        }
        
        .fc .fc-axis {
            vertical-align: middle;
            padding: 0 4px;
            white-space: nowrap
        }
        
        .fc-ltr .fc-axis {
            text-align: right
        }
        
        .fc-rtl .fc-axis {
            text-align: left
        }
        
        .pricing-footer,
        .pricing-head {
            text-align: center
        }
        
        .ui-widget td.fc-axis {
            font-weight: 400
        }
        
        .fc-time-grid,
        .fc-time-grid-container {
            position: relative;
            z-index: 1
        }
        
        .fc-time-grid {
            min-height: 100%
        }
        
        .fc-time-grid table {
            border: 0 hidden transparent
        }
        
        .fc-time-grid>.fc-bg {
            z-index: 1
        }
        
        .fc-time-grid .fc-slats,
        .fc-time-grid>hr {
            position: relative;
            z-index: 2
        }
        
        .fc-time-grid .fc-highlight-skeleton {
            z-index: 3
        }
        
        .fc-time-grid .fc-content-skeleton {
            position: absolute;
            z-index: 4;
            top: 0;
            left: 0;
            right: 0
        }
        
        .fc-time-grid>.fc-helper-skeleton {
            z-index: 5
        }
        
        .fc-slats td {
            height: 1.5em;
            border-bottom: 0
        }
        
        .fc-slats .fc-minor td {
            border-top-style: dotted
        }
        
        .fc-slats .ui-widget-content {
            background: 0 0
        }
        
        .fc-time-grid .fc-highlight-container {
            position: relative
        }
        
        .fc-time-grid .fc-highlight {
            position: absolute;
            left: 0;
            right: 0
        }
        
        .fc-time-grid .fc-event-container {
            position: relative
        }
        
        .fc-ltr .fc-time-grid .fc-event-container {
            margin: 0 2.5% 0 2px
        }
        
        .fc-rtl .fc-time-grid .fc-event-container {
            margin: 0 2px 0 2.5%
        }
        
        .fc-time-grid .fc-event {
            position: absolute;
            z-index: 1
        }
        
        .fc-time-grid-event.fc-not-start {
            border-top-width: 0;
            padding-top: 1px;
            border-top-left-radius: 0;
            border-top-right-radius: 0
        }
        
        .fc-time-grid-event.fc-not-end {
            border-bottom-width: 0;
            padding-bottom: 1px;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0
        }
        
        .fc-time-grid-event>.fc-content {
            position: relative;
            z-index: 2
        }
        
        .fc-time-grid-event .fc-time,
        .fc-time-grid-event .fc-title {
            padding: 0 1px
        }
        
        .fc-time-grid-event .fc-time {
            font-size: .85em;
            white-space: nowrap
        }
        
        .fc-time-grid-event .fc-bg {
            z-index: 1;
            background: #fff;
            opacity: .25;
            filter: alpha(opacity=25)
        }
        
        .fc-time-grid-event.fc-short .fc-content {
            white-space: nowrap
        }
        
        .fc-time-grid-event.fc-short .fc-time,
        .fc-time-grid-event.fc-short .fc-title {
            display: inline-block;
            vertical-align: top
        }
        
        .fc-time-grid-event.fc-short .fc-time span {
            display: none
        }
        
        .icheckbox_flat,
        .icheckbox_flat-aero,
        .icheckbox_flat-blue,
        .icheckbox_flat-green,
        .icheckbox_flat-grey,
        .icheckbox_flat-orange,
        .icheckbox_flat-pink,
        .icheckbox_flat-purple,
        .icheckbox_flat-red,
        .icheckbox_flat-yellow,
        .iradio_flat,
        .iradio_flat-aero,
        .iradio_flat-blue,
        .iradio_flat-green,
        .iradio_flat-grey,
        .iradio_flat-orange,
        .iradio_flat-pink,
        .iradio_flat-purple,
        .iradio_flat-red,
        .iradio_flat-yellow {
            display: inline-block;
            margin: 0;
            padding: 0;
            border: none;
            width: 20px;
            vertical-align: middle
        }
        
        .fc-time-grid-event.fc-short .fc-time:before {
            content: attr(data-start)
        }
        
        .fc-time-grid-event.fc-short .fc-time:after {
            content: "\000A0-\000A0"
        }
        
        .fc-time-grid-event.fc-short .fc-title {
            font-size: .85em;
            padding: 0
        }
        
        .fc-time-grid-event .fc-resizer {
            position: absolute;
            z-index: 3;
            left: 0;
            right: 0;
            bottom: 0;
            height: 8px;
            overflow: hidden;
            line-height: 8px;
            font-size: 11px;
            font-family: monospace;
            text-align: center;
            cursor: s-resize
        }
        
        .fc-time-grid-event .fc-resizer:after {
            content: "="
        }
        
        .icheckbox_flat,
        .iradio_flat {
            height: 20px;
            background: url(../images/icheck/flat.png) no-repeat;
            cursor: pointer
        }
        
        .icheckbox_flat {
            background-position: 0 0
        }
        
        .icheckbox_flat.checked {
            background-position: -22px 0
        }
        
        .icheckbox_flat.disabled {
            background-position: -44px 0;
            cursor: default
        }
        
        .icheckbox_flat.checked.disabled {
            background-position: -66px 0
        }
        
        .iradio_flat {
            background-position: -88px 0
        }
        
        .iradio_flat.checked {
            background-position: -110px 0
        }
        
        .iradio_flat.disabled {
            background-position: -132px 0;
            cursor: default
        }
        
        .iradio_flat.checked.disabled {
            background-position: -154px 0
        }
        
        @media (-o-min-device-pixel-ratio:5/4),
        (-webkit-min-device-pixel-ratio:1.25),
        (min-resolution:120dpi) {
            .icheckbox_flat,
            .iradio_flat {
                background-image: url(flat@2x.png);
                -webkit-background-size: 176px 22px;
                background-size: 176px 22px
            }
        }
        
        .icheckbox_flat-red,
        .iradio_flat-red {
            height: 20px;
            background: url(../images/icheck/red.png) no-repeat;
            cursor: pointer
        }
        
        .icheckbox_flat-red {
            background-position: 0 0
        }
        
        .icheckbox_flat-red.checked {
            background-position: -22px 0
        }
        
        .icheckbox_flat-red.disabled {
            background-position: -44px 0;
            cursor: default
        }
        
        .icheckbox_flat-red.checked.disabled {
            background-position: -66px 0
        }
        
        .iradio_flat-red {
            background-position: -88px 0
        }
        
        .iradio_flat-red.checked {
            background-position: -110px 0
        }
        
        .iradio_flat-red.disabled {
            background-position: -132px 0;
            cursor: default
        }
        
        .iradio_flat-red.checked.disabled {
            background-position: -154px 0
        }
        
        @media (-o-min-device-pixel-ratio:5/4),
        (-webkit-min-device-pixel-ratio:1.25),
        (min-resolution:120dpi) {
            .icheckbox_flat-red,
            .iradio_flat-red {
                background-image: url(red@2x.png);
                -webkit-background-size: 176px 22px;
                background-size: 176px 22px
            }
        }
        
        .icheckbox_flat-green,
        .iradio_flat-green {
            height: 20px;
            background: url(../images/icheck/green.png) no-repeat;
            cursor: pointer
        }
        
        .icheckbox_flat-green {
            background-position: 0 0
        }
        
        .icheckbox_flat-green.checked {
            background-position: -22px 0
        }
        
        .icheckbox_flat-green.disabled {
            background-position: -44px 0;
            cursor: default
        }
        
        .icheckbox_flat-green.checked.disabled {
            background-position: -66px 0
        }
        
        .iradio_flat-green {
            background-position: -88px 0
        }
        
        .iradio_flat-green.checked {
            background-position: -110px 0
        }
        
        .iradio_flat-green.disabled {
            background-position: -132px 0;
            cursor: default
        }
        
        .iradio_flat-green.checked.disabled {
            background-position: -154px 0
        }
        
        @media (-o-min-device-pixel-ratio:5/4),
        (-webkit-min-device-pixel-ratio:1.25),
        (min-resolution:120dpi) {
            .icheckbox_flat-green,
            .iradio_flat-green {
                background-image: url(green@2x.png);
                -webkit-background-size: 176px 22px;
                background-size: 176px 22px
            }
        }
        
        .icheckbox_flat-blue,
        .iradio_flat-blue {
            height: 20px;
            background: url(../images/icheck/blue.png) no-repeat;
            cursor: pointer
        }
        
        .icheckbox_flat-blue {
            background-position: 0 0
        }
        
        .icheckbox_flat-blue.checked {
            background-position: -22px 0
        }
        
        .icheckbox_flat-blue.disabled {
            background-position: -44px 0;
            cursor: default
        }
        
        .icheckbox_flat-blue.checked.disabled {
            background-position: -66px 0
        }
        
        .iradio_flat-blue {
            background-position: -88px 0
        }
        
        .iradio_flat-blue.checked {
            background-position: -110px 0
        }
        
        .iradio_flat-blue.disabled {
            background-position: -132px 0;
            cursor: default
        }
        
        .iradio_flat-blue.checked.disabled {
            background-position: -154px 0
        }
        
        @media (-o-min-device-pixel-ratio:5/4),
        (-webkit-min-device-pixel-ratio:1.25),
        (min-resolution:120dpi) {
            .icheckbox_flat-blue,
            .iradio_flat-blue {
                background-image: url(blue@2x.png);
                -webkit-background-size: 176px 22px;
                background-size: 176px 22px
            }
        }
        
        .icheckbox_flat-aero,
        .iradio_flat-aero {
            height: 20px;
            background: url(../images/icheck/aero.png) no-repeat;
            cursor: pointer
        }
        
        .icheckbox_flat-aero {
            background-position: 0 0
        }
        
        .icheckbox_flat-aero.checked {
            background-position: -22px 0
        }
        
        .icheckbox_flat-aero.disabled {
            background-position: -44px 0;
            cursor: default
        }
        
        .icheckbox_flat-aero.checked.disabled {
            background-position: -66px 0
        }
        
        .iradio_flat-aero {
            background-position: -88px 0
        }
        
        .iradio_flat-aero.checked {
            background-position: -110px 0
        }
        
        .iradio_flat-aero.disabled {
            background-position: -132px 0;
            cursor: default
        }
        
        .iradio_flat-aero.checked.disabled {
            background-position: -154px 0
        }
        
        @media (-o-min-device-pixel-ratio:5/4),
        (-webkit-min-device-pixel-ratio:1.25),
        (min-resolution:120dpi) {
            .icheckbox_flat-aero,
            .iradio_flat-aero {
                background-image: url(aero@2x.png);
                -webkit-background-size: 176px 22px;
                background-size: 176px 22px
            }
        }
        
        .icheckbox_flat-grey,
        .iradio_flat-grey {
            height: 20px;
            background: url(../images/icheck/grey.png) no-repeat;
            cursor: pointer
        }
        
        .icheckbox_flat-grey {
            background-position: 0 0
        }
        
        .icheckbox_flat-grey.checked {
            background-position: -22px 0
        }
        
        .icheckbox_flat-grey.disabled {
            background-position: -44px 0;
            cursor: default
        }
        
        .icheckbox_flat-grey.checked.disabled {
            background-position: -66px 0
        }
        
        .iradio_flat-grey {
            background-position: -88px 0
        }
        
        .iradio_flat-grey.checked {
            background-position: -110px 0
        }
        
        .iradio_flat-grey.disabled {
            background-position: -132px 0;
            cursor: default
        }
        
        .iradio_flat-grey.checked.disabled {
            background-position: -154px 0
        }
        
        @media (-o-min-device-pixel-ratio:5/4),
        (-webkit-min-device-pixel-ratio:1.25),
        (min-resolution:120dpi) {
            .icheckbox_flat-grey,
            .iradio_flat-grey {
                background-image: url(grey@2x.png);
                -webkit-background-size: 176px 22px;
                background-size: 176px 22px
            }
        }
        
        .icheckbox_flat-orange,
        .iradio_flat-orange {
            height: 20px;
            background: url(../images/icheck/orange.png) no-repeat;
            cursor: pointer
        }
        
        .icheckbox_flat-orange {
            background-position: 0 0
        }
        
        .icheckbox_flat-orange.checked {
            background-position: -22px 0
        }
        
        .icheckbox_flat-orange.disabled {
            background-position: -44px 0;
            cursor: default
        }
        
        .icheckbox_flat-orange.checked.disabled {
            background-position: -66px 0
        }
        
        .iradio_flat-orange {
            background-position: -88px 0
        }
        
        .iradio_flat-orange.checked {
            background-position: -110px 0
        }
        
        .iradio_flat-orange.disabled {
            background-position: -132px 0;
            cursor: default
        }
        
        .iradio_flat-orange.checked.disabled {
            background-position: -154px 0
        }
        
        @media (-o-min-device-pixel-ratio:5/4),
        (-webkit-min-device-pixel-ratio:1.25),
        (min-resolution:120dpi) {
            .icheckbox_flat-orange,
            .iradio_flat-orange {
                background-image: url(orange@2x.png);
                -webkit-background-size: 176px 22px;
                background-size: 176px 22px
            }
        }
        
        .icheckbox_flat-yellow,
        .iradio_flat-yellow {
            height: 20px;
            background: url(../images/icheck/yellow.png) no-repeat;
            cursor: pointer
        }
        
        .icheckbox_flat-yellow {
            background-position: 0 0
        }
        
        .icheckbox_flat-yellow.checked {
            background-position: -22px 0
        }
        
        .icheckbox_flat-yellow.disabled {
            background-position: -44px 0;
            cursor: default
        }
        
        .icheckbox_flat-yellow.checked.disabled {
            background-position: -66px 0
        }
        
        .iradio_flat-yellow {
            background-position: -88px 0
        }
        
        .iradio_flat-yellow.checked {
            background-position: -110px 0
        }
        
        .iradio_flat-yellow.disabled {
            background-position: -132px 0;
            cursor: default
        }
        
        .iradio_flat-yellow.checked.disabled {
            background-position: -154px 0
        }
        
        @media (-o-min-device-pixel-ratio:5/4),
        (-webkit-min-device-pixel-ratio:1.25),
        (min-resolution:120dpi) {
            .icheckbox_flat-yellow,
            .iradio_flat-yellow {
                background-image: url(yellow@2x.png);
                -webkit-background-size: 176px 22px;
                background-size: 176px 22px
            }
        }
        
        .icheckbox_flat-pink,
        .iradio_flat-pink {
            height: 20px;
            background: url(../images/icheck/pink.png) no-repeat;
            cursor: pointer
        }
        
        .icheckbox_flat-pink {
            background-position: 0 0
        }
        
        .icheckbox_flat-pink.checked {
            background-position: -22px 0
        }
        
        .icheckbox_flat-pink.disabled {
            background-position: -44px 0;
            cursor: default
        }
        
        .icheckbox_flat-pink.checked.disabled {
            background-position: -66px 0
        }
        
        .iradio_flat-pink {
            background-position: -88px 0
        }
        
        .iradio_flat-pink.checked {
            background-position: -110px 0
        }
        
        .iradio_flat-pink.disabled {
            background-position: -132px 0;
            cursor: default
        }
        
        .iradio_flat-pink.checked.disabled {
            background-position: -154px 0
        }
        
        @media (-o-min-device-pixel-ratio:5/4),
        (-webkit-min-device-pixel-ratio:1.25),
        (min-resolution:120dpi) {
            .icheckbox_flat-pink,
            .iradio_flat-pink {
                background-image: url(pink@2x.png);
                -webkit-background-size: 176px 22px;
                background-size: 176px 22px
            }
        }
        
        .icheckbox_flat-purple,
        .iradio_flat-purple {
            height: 20px;
            background: url(../images/icheck/purple.png) no-repeat;
            cursor: pointer
        }
        
        .icheckbox_flat-purple {
            background-position: 0 0
        }
        
        .icheckbox_flat-purple.checked {
            background-position: -22px 0
        }
        
        .icheckbox_flat-purple.disabled {
            background-position: -44px 0;
            cursor: default
        }
        
        .icheckbox_flat-purple.checked.disabled {
            background-position: -66px 0
        }
        
        .iradio_flat-purple {
            background-position: -88px 0
        }
        
        .iradio_flat-purple.checked {
            background-position: -110px 0
        }
        
        .iradio_flat-purple.disabled {
            background-position: -132px 0;
            cursor: default
        }
        
        .iradio_flat-purple.checked.disabled {
            background-position: -154px 0
        }
        
        @media (-o-min-device-pixel-ratio:5/4),
        (-webkit-min-device-pixel-ratio:1.25),
        (min-resolution:120dpi) {
            .icheckbox_flat-purple,
            .iradio_flat-purple {
                background-image: url(purple@2x.png);
                -webkit-background-size: 176px 22px;
                background-size: 176px 22px
            }
        }
        
        .pricing {
            position: relative;
            margin-bottom: 15px;
            border: 3px solid #eee
        }
        
        .pricing-active {
            border: 3px solid #36d7ac;
            margin-top: -10px;
            box-shadow: 7px 7px rgba(54, 215, 172, .2)
        }
        
        .pricing:hover {
            border: 3px solid #6EB4D6
        }
        
        .pricing:hover h4 {
            color: #6EB4D6
        }
        
        .pricing-head h3,
        .pricing-head h4 {
            margin: 0
        }
        
        .pricing-head h3 span,
        .pricing-head h4 span {
            font-size: 14px;
            font-style: italic
        }
        
        .pricing-head h3 {
            font-weight: 300;
            color: #fafafa;
            padding: 12px 0;
            font-size: 27px;
            background: #6EB4D6;
            border-bottom: solid 1px #4D5B69
        }
        
        .pricing-head h4 {
            color: #bac39f;
            padding: 5px 0;
            font-size: 24px;
            font-weight: 300;
            background: #fbfef2;
            border-bottom: solid 1px #f5f9e7
        }
        
        .pricing-head-active h4 {
            color: #36d7ac
        }
        
        .pricing-head h4 i {
            font-size: 28px;
            font-style: normal;
            position: relative
        }
        
        .pricing-head h4 span {
            font-size: 36px;
            font-style: normal
        }
        
        .pricing-head .moneda {
            font-size: 16px;
            font-style: normal
        }
        
        .pricing-content li {
            color: #888;
            font-size: 12px;
            padding: 7px 15px;
            border-bottom: solid 1px #f5f9e7
        }
        
        .pricing-content li i {
            top: 2px;
            color: #36d7ac;
            font-size: 16px;
            margin-right: 5px;
            position: relative
        }
        
        .pricing-footer {
            color: #777;
            font-size: 11px;
            line-height: 17px;
            padding: 0 20px 19px
        }
        
        .price-active,
        .pricing:hover {
            z-index: 9
        }
        
        .price-active h4 {
            color: #36d7ac
        }
        
        .no-space-pricing .pricing:hover {
            transition: box-shadow .2s ease-in-out
        }
        
        .no-space-pricing .price-active .pricing-head h4,
        .no-space-pricing .pricing:hover .pricing-head h4 {
            color: #36d7ac;
            padding: 15px 0;
            font-size: 80px;
            transition: color .5s ease-in-out
        }
        
        .colorpicker.dropdown-menu,
        .datepicker.dropdown-menu,
        .daterangepicker.dropdown-menu,
        .datetimepicker.dropdown-menu {
            padding: 5px
        }
        
        .datepicker .active,
        .datepicker .active:hover,
        .datepicker .selected,
        .datepicker .today {
            background-image: none!important;
            filter: none!important
        }
        
        .modal-open .colorpicker,
        .modal-open .datepicker,
        .modal-open .daterangepicker,
        .modal-open .datetimepicker {
            z-index: 10055!important
        }
        
        .input-group.color .input-group-btn i {
            position: absolute;
            display: block;
            cursor: pointer;
            width: 20px;
            height: 20px;
            right: 6px
        }
        
        .datepaginator a {
            font-family: 'Open Sans';
            font-size: 13px;
            font-weight: 300
        }
        
        .datepicker table td,
        .datepicker table th,
        .datetimepicker table td,
        .datetimepicker table th {
            font-family: 'Open Sans'!important
        }
        
        #dp-calendar {
            right: 4px!important
        }
        
        .datepaginator .fa-angle-right:before {
            content: "\f105"
        }
        
        .datepaginator .fa-angle-left:before {
            content: "\f104"
        }
        
        .datepicker .selected {
            background-color: #909090!important
        }
        
        .datepicker .active {
            background-color: #4b8df8!important
        }
        
        .datepicker .active:hover {
            background-color: #2678FC!important
        }
        
        .datepicker .input-daterange input {
            text-align: left
        }
        
        .datepicker table td {
            color: #000;
            font-weight: 300!important
        }
        
        .datepicker table th {
            color: #333;
            font-weight: 400!important
        }
        
        .daterangepicker {
            margin-top: 4px
        }
        
        .daterangepicker td {
            text-shadow: none
        }
        
        .daterangepicker td.active {
            background-color: #4b8df8;
            background-image: none;
            filter: none
        }
        
        .datetimepicker .active,
        .datetimepicker .active:hover {
            filter: none!important;
            background-image: none!important
        }
        
        .daterangepicker th {
            font-weight: 400;
            font-size: 14px
        }
        
        .daterangepicker .ranges input[type=text] {
            width: 70px!important;
            font-size: 11px;
            vertical-align: middle
        }
        
        .daterangepicker .ranges label {
            font-weight: 300;
            display: block
        }
        
        .daterangepicker .ranges .btn {
            margin-top: 10px
        }
        
        .daterangepicker .ranges li {
            color: #333
        }
        
        .daterangepicker .ranges li.active,
        .daterangepicker .ranges li:hover {
            background: #4b8df8!important;
            border: 1px solid #4b8df8!important;
            color: #fff
        }
        
        .daterangepicker .range_inputs input {
            margin-bottom: 0!important
        }
        
        .daterangepicker .fa-angle-right:before {
            content: "\f105"
        }
        
        .daterangepicker .fa-angle-left:before,
        .datetimepicker .fa-angle-left:before {
            content: "\f104"
        }
        
        .datetimepicker table td {
            color: #000;
            font-weight: 300!important
        }
        
        .datetimepicker table th {
            font-weight: 400!important
        }
        
        .datetimepicker .active {
            background-color: #4b8df8!important
        }
        
        .datetimepicker .active:hover {
            background-color: #2678FC!important
        }
        
        .datetimepicker .fa-angle-right:before {
            content: "\f105"
        }
        
        .editable-input table,
        .editable-input table td,
        .editable-input table th,
        .editable-input table tr {
            border: 0!important
        }
        
        .editable-input .combodate select {
            margin-bottom: 5px
        }
        
        .fileinput .close {
            float: none
        }
        
        .fileinput .input-group {
            white-space: nowrap
        }
        
        .md-input {
            padding: 5px!important;
            border-bottom: 0!important;
            -webkit-border-radius: 0 0 4px 4px;
            -moz-border-radius: 0 0 4px 4px;
            -ms-border-radius: 0 0 4px 4px;
            -o-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px
        }
        
        .md-editor {
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px
        }
        
        .md-editor .btn-toolbar {
            margin-left: 0;
            -webkit-border-radius: 4px 4px 0 0;
            -moz-border-radius: 4px 4px 0 0;
            -ms-border-radius: 4px 4px 0 0;
            -o-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0
        }
        
        .md-editor .btn-toolbar .btn-group .btn-sm.btn {
            padding-bottom: 3px
        }
        
        .md-editor .btn-toolbar .btn-group .btn-primary {
            padding-top: 5px;
            padding-bottom: 7px
        }
        
        .md-editor.active {
            border: 1px solid #999;
            box-shadow: none!important
        }
        
        .has-error .md-editor {
            border: 1px solid #ebccd1!important
        }
        
        .has-success .md-editor {
            border: 1px solid #d6e9c6!important
        }
        
        .has-warning .md-editor {
            border: 1px solid #faebcc!important
        }
        
        .modal-open.page-overflow .modal-scrollable,
        .modal-open.page-overflow .page-container,
        .modal-open.page-overflow .page-container .navbar-fixed-bottom,
        .modal-open.page-overflow .page-container .navbar-fixed-top {
            overflow-y: auto!important
        }
        
        .modal-scrollable {
            overflow: hidden!important
        }
        
        .modal-backdrop {
            position: fixed;
            bottom: 0
        }
        
        .bootstrap-select .btn {
            border-color: #e5e5e5;
            max-width: calc(100% - 0px)!important
        }
        
        .filter-option {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis
        }
        
        .has-error .bootstrap-select .btn {
            border-color: #ebccd1
        }
        
        .has-success .bootstrap-select .btn {
            border-color: #d6e9c6
        }
        
        .has-warning .bootstrap-select .btn {
            border-color: #faebcc
        }
        
        .bootstrap-select.open .btn,
        .bootstrap-select.open.dropup .btn {
            border-color: #999
        }
        
        .bootstrap-select .btn:focus {
            outline: 0!important;
            outline-offset: 0
        }
        
        .bootstrap-select.btn-group .dropdown-menu {
            margin-top: 1px
        }
        
        .bootstrap-select.btn-group .dropdown-menu>li>dt>.text {
            font-weight: 600;
            font-family: 'Open Sans';
            font-size: 14px
        }
        
        .bootstrap-select.btn-group .dropdown-menu .text-muted {
            color: #999!important
        }
        
        .bootstrap-select .caret {
            border: 0;
            width: auto;
            height: auto;
            margin-top: -10px!important
        }
        
        .bootstrap-select .caret:before {
            content: "\f107";
            display: inline-block;
            border: 0;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: 400
        }
        
        .form-wizard .steps>li>a.step>.desc,
        .form-wizard .steps>li>a.step>.number {
            display: inline-block;
            font-size: 16px;
            font-weight: 300
        }
        
        .bootstrap-select .selected i {
            color: #aaa
        }
        
        .bootstrap-select .dropdown-menu {
            z-index: 9999!important
        }
        
        .portlet>.portlet-title>.actions>.bootstrap-switch {
            border-color: transparent;
            margin-top: 0
        }
        
        .bootstrap-timepicker-widget table td a {
            padding: 4px 0
        }
        
        .bootstrap-timepicker-widget input,
        .bootstrap-timepicker-widget input:focus {
            outline: 0!important;
            border: 0
        }
        
        .modal-open .bootstrap-timepicker-widget {
            z-index: 10055!important
        }
        
        .bootstrap-timepicker-widget.timepicker-orient-bottom:after,
        .bootstrap-timepicker-widget.timepicker-orient-bottom:before {
            top: auto
        }
        
        .toast {
            -webkit-box-shadow: none!important;
            -moz-box-shadow: none!important;
            box-shadow: none!important;
            background-color: #030303
        }
        
        .toast .toast-close-button {
            display: inline-block;
            margin-top: 0;
            margin-right: 0;
            text-indent: -100000px;
            width: 11px;
            height: 16px;
            background-repeat: no-repeat!important;
            background-image: url(../img/portlet-remove-icon-white.png)!important
        }
        
        .toast-bottom-center,
        .toast-top-center {
            margin: 0 auto 0 -150px;
            left: 50%
        }
        
        .form-wizard .steps,
        .form-wizard .steps>li>a.step {
            background-color: #fff;
            background-image: none;
            border: 0;
            box-shadow: none;
            filter: none
        }
        
        .form-wizard .progress {
            margin-bottom: 30px
        }
        
        .form-wizard .steps {
            padding: 10px 0;
            margin-bottom: 15px
        }
        
        .form-wizard .steps>li>a.step:hover {
            background: 0 0
        }
        
        .form-wizard .steps>li>a.step>.number {
            background-color: #eee;
            text-align: center!important;
            padding: 11px 15px 13px;
            margin-right: 10px;
            height: 45px;
            width: 45px;
            -webkit-border-radius: 50%!important;
            -moz-border-radius: 50%!important;
            border-radius: 50%!important
        }
        
        .form-wizard .steps>li>a.step>.desc>i {
            display: none
        }
        
        .form-wizard .steps>li.active>a.step .number {
            background-color: #45B6AF;
            color: #fff
        }
        
        .form-wizard .steps>li.active>a.step .desc {
            color: #333
        }
        
        .form-wizard .steps>li.done>a.step .number {
            background-color: #dfba49;
            color: #fff
        }
        
        .form-wizard .steps>li.done>a.step .desc {
            color: #333
        }
        
        .form-wizard .steps>li.done>a.step .desc i {
            font-size: 12px;
            font-weight: 400;
            color: #999;
            display: inline-block
        }
        
        @media (min-width:768px) and (max-width:1200px) {
            .form-wizard .step .desc {
                margin-top: 10px;
                display: block
            }
        }
        
        .wysihtml5-sandbox {
            width: 100%!important
        }
        
        .wysihtml5-toolbar li {
            margin: 0;
            height: 29px
        }
        
        .wysihtml5-toolbar li .dropdown-menu {
            margin-top: 5px
        }
        
        .has-error .wysihtml5-sandbox {
            border: 1px solid #ebccd1!important
        }
        
        .has-success .wysihtml5-sandbox {
            border: 1px solid #d6e9c6!important
        }
        
        .has-warning .wysihtml5-sandbox {
            border: 1px solid #faebcc!important
        }
        
        .note-editor {
            border: 1px solid #e5e5e5;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px
        }
        
        .note-editor .note-toolbar {
            border-bottom: 1px solid #e5e5e5;
            -webkit-border-radius: 4px 4px 0 0;
            -moz-border-radius: 4px 4px 0 0;
            -ms-border-radius: 4px 4px 0 0;
            -o-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0
        }
        
        .note-editor .note-statusbar {
            -webkit-border-radius: 0 0 4px 4px;
            -moz-border-radius: 0 0 4px 4px;
            -ms-border-radius: 0 0 4px 4px;
            -o-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px
        }
        
        .note-editor .note-statusbar .note-resizebar {
            border-top: 1px solid #e5e5e5
        }
        
        .note-editor.fullscreen {
            z-index: 11000;
            width: 100%!important
        }
        
        .note-editor .dropdown-menu:before {
            left: 9px;
            right: auto
        }
        
        .note-editor .dropdown-menu:after {
            left: 10px;
            right: auto
        }
        
        .note-link-dialog .checkbox {
            margin-left: 20px
        }
        
        .has-error .note-editor {
            border: 1px solid #ebccd1!important
        }
        
        .has-success .note-editor {
            border: 1px solid #d6e9c6!important
        }
        
        .has-warning .note-editor {
            border: 1px solid #faebcc!important
        }
        
        .bootbox .bootbox-close-button {
            margin-top: 0!important
        }
        
        .cke {
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px
        }
        
        .cke .cke-top {
            -webkit-border-radius: 4px 4px 0 0;
            -moz-border-radius: 4px 4px 0 0;
            -ms-border-radius: 4px 4px 0 0;
            -o-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0
        }
        
        .cke .cke-bottom {
            -webkit-border-radius: 0 0 4px 4px;
            -moz-border-radius: 0 0 4px 4px;
            -ms-border-radius: 0 0 4px 4px;
            -o-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px
        }
        
        .cke_bottom,
        .cke_dialog,
        .cke_dialog_footer,
        .cke_dialog_title,
        .cke_inner,
        .cke_reset,
        .cke_top {
            background-image: none!important;
            filter: none;
            border-top: 0;
            border-bottom: 0;
            -webkit-box-shadow: none!important;
            -moz-box-shadow: none!important;
            box-shadow: none!important;
            text-shadow: none
        }
        
        .cke_dialog_tab,
        .cke_dialog_ui_button,
        .cke_dialog_ui_input_text {
            filter: none;
            -webkit-box-shadow: none!important;
            -moz-box-shadow: none!important;
            background-image: none!important
        }
        
        .cke_dialog_tab,
        .cke_dialog_ui_button {
            box-shadow: none!important;
            text-shadow: none!important
        }
        
        .cke_dialog_tab:hover,
        .cke_dialog_ui_button:hover {
            text-decoration: none;
            text-shadow: none
        }
        
        .cke_dialog_ui_input_text {
            box-shadow: none!important
        }
        
        .cke_button,
        .cke_combo_button,
        .cke_toolbar,
        .cke_toolgroup {
            background-image: none!important;
            filter: none!important;
            border: 0;
            -webkit-box-shadow: none!important;
            -moz-box-shadow: none!important;
            box-shadow: none!important
        }
        
        .cke_button,
        .cke_combo_button,
        .cke_hc.cke_panel_listItem a,
        .cke_panel_grouptitle {
            background-image: none!important;
            filter: none;
            text-shadow: none
        }
        
        .cke_button:hover,
        .cke_combo_button:hover {
            background-color: #ddd
        }
        
        .cke_toolbar_break {
            background-image: none!important;
            filter: none!important;
            border: 0;
            box-shadow: none!important;
            -webkit-box-shadow: none!important;
            -moz-box-shadow: none!important;
            -ms-box-shadow: none!important;
            -o-box-shadow: none!important
        }
        
        .has-error .cke {
            border: 1px solid #ebccd1!important
        }
        
        .has-success .cke {
            border: 1px solid #d6e9c6!important
        }
        
        .has-warning .cke {
            border: 1px solid #faebcc!important
        }
        
        .modal-open .clockface {
            z-index: 10055!important
        }
        
        .clockface .cell .inner.active,
        .clockface .cell .outer.active {
            background-color: #4b8df8!important;
            background-image: none;
            filter: none
        }
        
        .dataTable {
            width: 100%;
            margin-top: 5px
        }
        
        .dataTables_filter .form-control {
            margin-left: 4px
        }
        
        .dataTables_filter label {
            line-height: 32px
        }
        
        .dataTable .row-details {
            margin-top: 3px;
            display: inline-block;
            cursor: pointer;
            width: 14px;
            height: 14px
        }
        
        .dataTable .row-details.row-details-close {
            background: url(../img/datatable-row-openclose.png) no-repeat
        }
        
        .dataTable .row-details.row-details-open {
            background: url(../img/datatable-row-openclose.png) 0 -23px no-repeat
        }
        
        .dataTable .details {
            background-color: #eee
        }
        
        .dataTable .details td,
        .dataTable .details th {
            padding: 4px;
            background: 0 0;
            border: 0
        }
        
        .dataTable .details tr:hover td,
        .dataTable .details tr:hover th {
            background: 0 0
        }
        
        .dataTable .details tr:nth-child(even) td,
        .dataTable .details tr:nth-child(even) th,
        .dataTable .details tr:nth-child(odd) td,
        .dataTable .details tr:nth-child(odd) th {
            background-color: #eee
        }
        
        .dataTable>thead>tr>th.sorting,
        .dataTable>thead>tr>th.sorting_asc,
        .dataTable>thead>tr>th.sorting_desc {
            padding-right: 18px
        }
        
        .dataTable .table-checkbox {
            width: 8px!important
        }
        
        @media (max-width:768px) {
            .form-wizard .steps>li>a {
                text-align: left
            }
            .dataTables_wrapper .dataTables_filter .form-control,
            .dataTables_wrapper .dataTables_length .form-control {
                display: inline-block
            }
            .dataTables_wrapper .dataTables_info {
                top: 17px
            }
            .dataTables_wrapper .dataTables_paginate {
                margin-top: -15px
            }
        }
        
        @media (max-width:480px) {
            .dataTables_wrapper .dataTables_filter .form-control {
                width: 175px!important
            }
            .dataTables_wrapper .dataTables_paginate {
                float: left;
                margin-top: 20px
            }
        }
        
        .dataTables_processing {
            position: fixed;
            top: 50%;
            left: 50%;
            min-width: 125px;
            margin-left: 0;
            padding: 7px;
            text-align: center;
            color: #333;
            font-size: 13px;
            border: 1px solid #ddd;
            background-color: #eee;
            vertical-align: middle;
            -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .1);
            -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, .1);
            box-shadow: 0 1px 8px rgba(0, 0, 0, .1)
        }
        
        .dataTables_processing span {
            line-height: 15px;
            vertical-align: middle
        }
        
        .dataTables_empty {
            text-align: center
        }
        
        .tabletools-btn-group {
            margin: 0 0 10px
        }
        
        .tabletools-btn-group>.btn {
            margin-right: 5px
        }
        
        .tabletools-btn-group>.btn:last-child {
            margin-right: 0
        }
        
        .tabletools-dropdown-on-portlet {
            margin-top: -45px;
            float: right
        }
        
        .tabletools-dropdown-on-portlet>.btn {
            margin-right: 5px
        }
        
        .tabletools-dropdown-on-portlet>.btn:last-child {
            margin-right: 0
        }
        
        .DTTT_Print {
            background-color: #fff
        }
        
        .DTTT_Print .DTTT_PrintMessage {
            display: none
        }
        
        @media print {
            .DTTT_Print .DTTT_PrintMessage {
                display: inline-block
            }
        }
        
        .DTTT_Print .DTTT_Print_Info {
            display: block;
            position: fixed;
            top: 35px;
            font-size: 18px;
            width: 700px;
            left: 50%;
            margin-left: -350px;
            text-align: center
        }
        
        .DTTT_Print .page-footer,
        .DTTT_Print .page-header,
        .DTTT_Print .page-sidebar {
            display: none
        }
        
        .DTTT_Print .page-content-wrapper {
            float: none
        }
        
        .DTTT_Print .row,
        .DTTT_Print [class*=col-] {
            padding: 0;
            margin: 0
        }
        
        .DTTT_Print .page-content {
            margin: 50px auto!important;
            border: 0!important;
            width: 800px!important;
            padding: 0!important
        }
        
        .DTTT_Print .page-content .portlet {
            border: 0;
            padding: 0
        }
        
        .DTTT_Print .page-content .portlet .portlet-body {
            padding: 0
        }
        
        .DTTT_Print .page-content .dataTables_wrapper {
            padding: 0;
            margin: 0;
            box-shadow: 5px 5px rgba(102, 102, 102, .1)
        }
        
        @media print {
            .DTTT_Print .page-content .dataTables_wrapper {
                box-shadow: none
            }
        }
        
        .paging_bootstrap_extended {
            margin: 0!important;
            padding: 0!important;
            float: none!important;
            font-size: 13px
        }
        
        .dataTables_extended_wrapper .seperator {
            padding: 0 2px
        }
        
        .dataTables_extended_wrapper div.dataTables_info,
        .dataTables_extended_wrapper div.dataTables_length,
        .dataTables_extended_wrapper div.dataTables_paginate {
            display: inline-block;
            float: none!important;
            padding: 0!important;
            margin: 0!important;
            position: static!important
        }
        
        @media (max-width:480px) {
            .dataTables_extended_wrapper div.dataTables_info,
            .dataTables_extended_wrapper div.dataTables_length,
            .dataTables_extended_wrapper div.dataTables_paginate {
                display: block;
                margin-bottom: 10px!important
            }
            .dataTables_extended_wrapper .seperator {
                display: none!important
            }
        }
        
        .dataTables_extended_wrapper div.dataTables_length label {
            margin: 0!important;
            padding: 0!important;
            font-size: 13px;
            float: none!important;
            display: inline-block!important
        }
        
        .table-container .table-actions-wrapper {
            display: none
        }
        
        .dataTables_scroll {
            margin-bottom: 10px
        }
        
        .dataTables_scrollHead {
            border-bottom: 2px solid #ddd!important
        }
        
        .dataTables_scrollHead thead th {
            border-bottom: 0!important
        }
        
        .dataTables_scrollBody {
            border-bottom: 1px solid #ddd!important
        }
        
        .dropzone {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0
        }
        
        .fancybox-overlay {
            z-index: 100000
        }
        
        .fancybox-opened {
            z-index: 100001
        }
        
        .spinner-buttons.btn-group-vertical .btn {
            text-align: center;
            margin: 0;
            height: 17px;
            width: 22px;
            padding-left: 6px;
            padding-right: 6px;
            padding-top: 0
        }
        
        .page-style-rounded .spinner-buttons.btn-group-vertical .btn.spinner-up {
            border-radius: 0;
            border-top-right-radius: 4px!important
        }
        
        .page-style-rounded .spinner-buttons.btn-group-vertical .btn.spinner-down {
            border-radius: 0 0 4px
        }
        
        .external-event {
            display: inline-block;
            cursor: move;
            margin-bottom: 5px;
            margin-left: 5px
        }
        
        .bootstrap-select.btn-group .dropdown-menu li.disabled a,
        .bootstrap-select.btn-group.disabled,
        .bootstrap-select.btn-group>.disabled,
        div.checker.disabled:hover,
        div.radio.disabled:hover {
            cursor: not-allowed
        }
        
        .fc-scroller {
            overflow-y: auto;
            overflow-x: hidden
        }
        
        .fc-month-view .fc-scroller {
            height: auto!important
        }
        
        .portlet .event-form-title {
            font-size: 14px;
            margin-top: 4px;
            font-weight: 400;
            margin-bottom: 10px
        }
        
        .portlet.calendar .fc-button {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            text-shadow: none;
            border: 0 #ddd;
            height: 35px;
            padding: 6px 8px 7px;
            margin-left: 2px;
            background: 0 0;
            color: #fff;
            top: -45px;
            outline: 0!important;
            -webkit-border-radius: 4px 4px 0 0;
            -moz-border-radius: 4px 4px 0 0;
            -ms-border-radius: 4px 4px 0 0;
            -o-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
            border-style: none solid
        }
        
        .portlet.calendar .fc-toolbar {
            margin-bottom: 0
        }
        
        .portlet.calendar .fc-toolbar h2 {
            margin-top: 3px;
            font-size: 17px
        }
        
        .portlet.calendar .fc-button .fc-icon-left-single-arrow,
        .portlet.calendar .fc-button .fc-icon-right-single-arrow {
            font-family: FontAwesome;
            font-size: 16px
        }
        
        .portlet.calendar .fc-header {
            margin-bottom: -21px
        }
        
        .portlet.calendar .fc-button-prev {
            padding-right: 10px;
            padding-left: 8px
        }
        
        .portlet.calendar .fc-button-next {
            padding-right: 8px;
            padding-left: 10px
        }
        
        .portlet.calendar .fc-button.fc-state-active,
        .portlet.calendar .fc-button.fc-state-hover {
            color: #666;
            background-color: #fff
        }
        
        .portlet.calendar .fc-button.fc-state-disabled {
            color: #ddd
        }
        
        .portlet.calendar .fc-button .fc-icon-left-single-arrow:after {
            content: ""
        }
        
        .portlet.calendar .fc-button .fc-icon-left-single-arrow:before {
            content: "\f104"
        }
        
        .portlet.calendar .fc-button .fc-icon-right-single-arrow:after {
            content: ""
        }
        
        .portlet.calendar .fc-button .fc-icon-right-single-arrow:before {
            content: "\f105"
        }
        
        .portlet.calendar .fc-text-arrow {
            font-size: 22px;
            font-family: "Courier New", Courier, monospace;
            vertical-align: baseline
        }
        
        .portlet.calendar .fc-event .fc-time,
        .portlet.calendar .fc-event .fc-title {
            color: #fff;
            font-size: 13px;
            font-weight: 300;
            text-align: left;
            float: left
        }
        
        .portlet.calendar .fc-event {
            border: 0;
            background-color: #69a4e0;
            color: #fff
        }
        
        .portlet.calendar .fc-event .fc-content {
            border: 0
        }
        
        .portlet.calendar .fc-header-title h2 {
            font-size: 14px;
            line-height: 20px;
            font-weight: 400;
            color: #111
        }
        
        .portlet.calendar .fc-widget-header {
            background-image: none;
            filter: none;
            background-color: #eee;
            text-transform: uppercase;
            font-weight: 300
        }
        
        .portlet.calendar.light .fc-button {
            top: -60px;
            color: #666;
            text-transform: uppercase;
            font-size: 12px;
            padding-bottom: 35px
        }
        
        .portlet.calendar.light .fc-button .fc-text-arrow {
            margin-top: -6px;
            display: inline-block
        }
        
        .portlet.calendar.light .fc-button.fc-state-active,
        .portlet.calendar.light .fc-button.fc-state-hover {
            color: #333;
            border-bottom: 2px solid #45B6AF
        }
        
        .portlet.calendar.light .fc-button.fc-state-disabled {
            color: #aaa
        }
        
        .portlet.calendar .mobile .fc-button {
            padding: 0 6px 20px;
            margin-left: 2px;
            border: 0;
            background-color: #ddd;
            background-image: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            color: #000;
            text-shadow: none;
            text-align: center
        }
        
        .portlet.calendar .mobile .fc-button.fc-state-active,
        .portlet.calendar .mobile .fc-button.fc-state-hover {
            background-color: #eee
        }
        
        .portlet.calendar .mobile .fc-button.fc-state-disabled {
            color: #bbb
        }
        
        .portlet.calendar .mobile .fc-button-prev {
            margin-right: 5px;
            margin-top: -2px
        }
        
        .portlet.calendar .mobile .fc-button-next {
            margin-right: 0;
            margin-top: -2px
        }
        
        .portlet.calendar .mobile .fc-header-space {
            margin: 0;
            padding: 0;
            width: 0
        }
        
        .portlet.calendar .mobile .fc-header-left {
            position: absolute;
            z-index: 10
        }
        
        .portlet.calendar .mobile .fc-header-left .fc-button {
            top: -2px
        }
        
        .portlet.calendar .mobile .fc-header-right {
            position: relative;
            right: 0
        }
        
        .portlet.calendar .mobile .fc-header-right .fc-button {
            top: 35px
        }
        
        .portlet.calendar .mobile .fc-content {
            margin-top: 53px
        }
        
        .gmaps {
            height: 300px;
            width: 100%
        }
        
        .gmaps img {
            max-width: none
        }
        
        #gmap_static div {
            background-repeat: no-repeat;
            background-position: 50% 50%;
            display: block;
            height: 300px
        }
        
        #gmap_routes_instructions {
            margin-top: 10px;
            margin-bottom: 0
        }
        
        #gritter-notice-wrapper {
            right: 1px!important
        }
        
        .gritter-close {
            left: auto!important;
            right: 3px!important
        }
        
        .gritter-title {
            font-family: "Open Sans";
            font-size: 18px;
            font-weight: 300
        }
        
        .easy-pie-chart .number {
            font-size: 14px!important;
            position: relative;
            text-align: center;
            height: 75px;
            line-height: 75px
        }
        
        .easy-pie-chart .number canvas {
            position: absolute;
            top: 0;
            left: 0
        }
        
        .fa-ul>li,
        .sparkline-chart,
        .vmaps {
            position: relative
        }
        
        .blueimp-gallery .close {
            background-image: url(../img/portlet-remove-icon-white.png)!important;
            margin-top: -2px
        }
        
        .blueimp-gallery .next,
        .blueimp-gallery .prev {
            border-radius: 23px!important
        }
        
        .ms-container .ms-list {
            border: 1px solid #e5e5e5;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none
        }
        
        .ms-container .ms-optgroup-label {
            font-size: 14px
        }
        
        .jquery-notific8-message,
        .ms-container .ms-selectable li.ms-elem-selectable,
        .ms-container .ms-selection li.ms-elem-selection {
            font-size: 13px
        }
        
        .ms-container .ms-list.ms-focus {
            border-color: #999;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none
        }
        
        .ms-container .ms-selectable li.ms-hover,
        .ms-container .ms-selection li.ms-hover {
            color: #333;
            background-color: #eee
        }
        
        .ms-container .form-control {
            margin-bottom: 5px
        }
        
        [class*=jquery-notific8],
        [class*=jquery-notific8]:after,
        [class*=jquery-notific8]:before {
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box
        }
        
        .left .jquery-notific8-close-sticky span,
        .right .jquery-notific8-close-sticky span {
            font-size: 10px
        }
        
        .jquery-notific8-heading {
            font-weight: 300;
            font-size: 16px
        }
        
        .password-strength .password-verdict {
            display: inline-block;
            margin-top: 6px;
            margin-left: 5px
        }
        
        .password-strength .progress {
            margin-top: 5px;
            margin-bottom: 0
        }
        
        .password-strength .progress-bar {
            padding: 2px
        }
        
        .scroller {
            padding: 0 12px 0 0;
            margin: 0;
            overflow: hidden
        }
        
        .scroller-footer {
            margin-top: 10px
        }
        
        .scroller-footer:after,
        .scroller-footer:before {
            content: " ";
            display: table
        }
        
        .portlet-body .slimScrollBar {
            margin-right: 0
        }
        
        .jqstooltip {
            width: auto!important;
            height: auto!important
        }
        
        .easy-pie-chart,
        .sparkline-chart {
            text-align: center
        }
        
        .sparkline-chart {
            margin-top: 15px
        }
        
        .easy-pie-chart .number {
            font-weight: 300;
            width: 85px;
            margin: 0 auto
        }
        
        .sparkline-chart .number {
            width: 100px;
            margin: 0 auto 10px
        }
        
        .easy-pie-chart .title,
        .sparkline-chart .title {
            display: block;
            text-align: center;
            color: #333;
            font-weight: 300;
            font-size: 16px;
            margin-top: 5px;
            margin-bottom: 10px
        }
        
        .easy-pie-chart .title:hover,
        .sparkline-chart .title:hover {
            color: #666;
            text-decoration: none
        }
        
        .easy-pie-chart .title>i,
        .sparkline-chart .title>i {
            margin-top: 5px
        }
        
        div.tagsinput {
            min-height: 35px;
            height: auto!important;
            margin: 0;
            overflow: auto
        }
        
        .sr-only,
        .vmaps {
            overflow: hidden
        }
        
        div.tagsinput span.tag {
            margin-top: 0
        }
        
        div.tagsinput input {
            width: 75px!important
        }
        
        div.tagsinput .not_valid {
            color: #fff;
            padding: 3px 6px;
            background-color: #e02222
        }
        
        .slider {
            border: 0;
            padding: 0;
            display: block;
            margin: 12px 5px;
            min-height: 11px
        }
        
        .vakata-context li a .vakata-contextmenu-sep,
        .vakata-context li a i,
        iframe[src="about:blank"] {
            display: none
        }
        
        .ui-slider-vertical {
            width: 11px
        }
        
        .ui-slider-horizontal .ui-slider-handle {
            top: -3px
        }
        
        .ui-slider-vertical .ui-slider-handle {
            left: -3px
        }
        
        .ui-slider-handle,
        .ui-slider-vertical {
            filter: none!important;
            background-image: none!important
        }
        
        .jqvmap-zoomin,
        .jqvmap-zoomout {
            height: 16px;
            width: 16px;
            background-color: #666
        }
        
        .vmaps {
            height: 300px
        }
        
        .jstree-default .jstree-clicked {
            border: 0;
            background-color: #e1e1e1;
            box-shadow: none
        }
        
        .jstree-default .jstree-hovered {
            border: 0;
            background-color: #eee;
            box-shadow: none
        }
        
        .jstree-default .jstree-wholerow-clicked,
        .jstree-wholerow .jstree-wholerow-clicked {
            background: #e1e1e1;
            border: 0;
            box-shadow: none
        }
        
        .jstree-default .jstree-wholerow-hovered,
        .jstree-wholerow .jstree-wholerow-hovered {
            border: 0;
            background-color: #eee;
            box-shadow: none
        }
        
        .jstree-icon.icon-lg {
            margin-top: 1px
        }
        
        .jstree-open>.jstree-anchor>.fa-folder:before {
            margin-left: 2px;
            content: "\f07c"
        }
        
        .jstree-default.jstree-rtl .jstree-last {
            background: no-repeat
        }
        
        .vakata-context,
        .vakata-context ul {
            padding: 0;
            min-width: 125px;
            background-color: #fff;
            font-size: 14px;
            font-family: "Segoe UI", Helvetica, Arial, sans-serif;
            box-shadow: 5px 5px rgba(102, 102, 102, .1);
            border: 1px solid #efefef
        }
        
        .vakata-context li {
            border: 0
        }
        
        .vakata-context li a {
            padding: 0 10px;
            border: 0
        }
        
        .vakata-context .vakata-context-hover>a,
        .vakata-context li a:hover {
            background-color: #eee;
            color: #333;
            box-shadow: none;
            margin: 0
        }
        
        .vakata-context .vakata-context-hover>a .ins,
        .vakata-context .vakata-context-hover>a .span,
        .vakata-context li a:hover .ins,
        .vakata-context li a:hover .span {
            border: 0!important
        }
        
        .vakata-context li a ins,
        .vakata-context li a span {
            display: none;
            border: 0!important
        }
        
        .vakata-context .vakata-context-separator a,
        .vakata-context-rtl .vakata-context-separator a {
            margin: 0;
            border: 0
        }
        
        .jstree-rename-input {
            background-color: #fff!important;
            border: 1px solid #e5e5e5!important;
            outline: 0!important;
            padding: 2px 6px!important;
            margin-right: -4px!important
        }
        
        .noUi-control {
            margin: 9px 0
        }
        
        .noUi-primary .noUi-connect,
        .noUi-primary.noUi-connect {
            background: #428bca
        }
        
        .noUi-info .noUi-connect,
        .noUi-info.noUi-connect {
            background: #89C4F4
        }
        
        .noUi-success .noUi-connect,
        .noUi-success.noUi-connect {
            background: #45B6AF
        }
        
        .noUi-warning .noUi-connect,
        .noUi-warning.noUi-connect {
            background: #dfba49
        }
        
        .noUi-danger .noUi-connect,
        .noUi-danger.noUi-connect {
            background: #F3565D
        }
        
        .noUi-default .noUi-connect,
        .noUi-default.noUi-connect {
            background: #c6c6c6
        }
        
        .form-recaptcha-img {
            margin-bottom: 10px;
            border: 1px solid #e5e5e5;
            padding: 5px
        }
        
        .form-control .select2-choice {
            border: 1px solid #e5e5e5;
            background-color: #fff;
            background-image: none;
            filter: none;
            height: 34px;
            padding: 3px 0 0 12px
        }
        
        .select2-container.select2-drop-above .select2-choice {
            border-bottom-color: #e5e5e5;
            background-color: #fff;
            background-image: none;
            filter: none
        }
        
        .select2-drop {
            border: 1px solid #e5e5e5;
            background-color: #fff;
            background-image: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            filter: none;
            border-top: 0
        }
        
        .select2-drop-auto-width {
            border-top: 1px solid #e5e5e5
        }
        
        .select2-drop.select2-drop-above {
            border-top: 1px solid #e5e5e5;
            -webkit-box-shadow: none;
            box-shadow: none
        }
        
        .select2-drop-active {
            border: 1px solid #999;
            border-top: 0
        }
        
        .select2-container .select2-choice .select2-arrow {
            background-image: none;
            background-color: #fff;
            filter: none;
            border-left: 1px solid #e5e5e5
        }
        
        .select2-container.select2-container-active .select2-arrow,
        .select2-container.select2-dropdown-open .select2-arrow {
            border-left: 0!important
        }
        
        .select2-container .select2-choice .select2-arrow b {
            background-position: 0 1px
        }
        
        .select2-search input {
            background-color: #fff!important;
            filter: none;
            margin: 5px 0 0;
            border: 1px solid #e5e5e5;
            webkit-appearance: none!important;
            color: #333;
            outline: 0;
            height: auto!important;
            min-height: 26px;
            padding: 6px!important;
            line-height: 20px;
            font-size: 14px;
            font-weight: 400;
            vertical-align: top;
            -webkit-box-shadow: none;
            box-shadow: none
        }
        
        .form-control.select2-container {
            border: 0;
            height: auto!important;
            padding: 0
        }
        
        .select2-container-active .select2-choice,
        .select2-container-active .select2-choices {
            border: 1px solid #999!important;
            -webkit-box-shadow: none!important;
            box-shadow: none!important
        }
        
        .select2-dropdown-open .select2-choice {
            border-bottom: 0!important;
            background-image: none;
            background-color: #fff;
            filter: none;
            -webkit-box-shadow: none!important;
            box-shadow: none!important
        }
        
        .select2-dropdown-open.select2-drop-above .select2-choice,
        .select2-dropdown-open.select2-drop-above .select2-choices {
            border: 1px solid #999!important;
            border-top: 0!important;
            background-image: none;
            background-color: #fff;
            filter: none;
            -webkit-box-shadow: none!important;
            box-shadow: none!important
        }
        
        .select2-drop.select2-drop-above.select2-drop-active {
            border: 1px solid #999!important;
            border-bottom: 0!important
        }
        
        .select2-dropdown-open .select2-choice .select2-arrow b {
            background-position: -18px 1px
        }
        
        .select2-results {
            margin: 5px 0
        }
        
        .select2-results .select2-highlighted {
            background: #eee;
            color: #333
        }
        
        .select2-results li em {
            background: #feffde;
            font-style: normal
        }
        
        .select2-results .select2-highlighted em {
            background: 0 0
        }
        
        .select2-results .select2-highlighted ul {
            background: #fff;
            color: #000
        }
        
        .select2-results .select2-no-results,
        .select2-results .select2-searching,
        .select2-results .select2-selection-limit {
            padding: 3px 7px 4px;
            background: #f4f4f4;
            display: list-item
        }
        
        .select2-container-multi,
        .select2-container-multi .select2-choices {
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px
        }
        
        .select2-container-multi.select2-dropdown-open,
        .select2-container-multi.select2-dropdown-open .select2-choices {
            -webkit-border-radius: 4px 4px 0 0;
            -moz-border-radius: 4px 4px 0 0;
            -ms-border-radius: 4px 4px 0 0;
            -o-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0
        }
        
        .select2-container-multi.select2-dropdown-open.select2-drop-above,
        .select2-container-multi.select2-dropdown-open.select2-drop-above .select2-choices {
            -webkit-border-radius: 0 0 4px 4px;
            -moz-border-radius: 0 0 4px 4px;
            -ms-border-radius: 0 0 4px 4px;
            -o-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px
        }
        
        .select2-container-multi .select2-choices {
            padding-left: 6px;
            min-height: 34px;
            border: 1px solid #e5e5e5;
            background-image: none;
            background-color: #fff;
            filter: none;
            -webkit-box-shadow: none!important;
            box-shadow: none!important
        }
        
        .select2-container-multi.select2-container-active .select2-choices {
            border: 1px solid #999!important;
            background-image: none;
            background-color: #fff;
            filter: none;
            -webkit-box-shadow: none!important;
            box-shadow: none!important
        }
        
        .select2-container-multi .select2-choices .select2-search-choice {
            padding: 3px 5px 3px 18px;
            margin: 5px 0 3px 5px;
            border: 1px solid #e5e5e5;
            background-image: none;
            background-color: #fff;
            filter: none;
            -webkit-box-shadow: none!important;
            box-shadow: none!important
        }
        
        .has-warning .select2-container .select2-choice,
        .has-warning .select2-container .select2-choices,
        .has-warning .select2-container.select2-dropdown-open .select2-choice,
        .has-warning .select2-container.select2-dropdown-open .select2-choices {
            border-color: #faebcc
        }
        
        .has-warning .select2-container.select2-dropdown-open .select2-choice>span {
            color: #faebcc
        }
        
        .has-error .select2-container .select2-choice,
        .has-error .select2-container .select2-choices,
        .has-error .select2-container.select2-dropdown-open .select2-choice,
        .has-error .select2-container.select2-dropdown-open .select2-choices {
            border-color: #ebccd1
        }
        
        .has-error .select2-container.select2-dropdown-open .select2-choice>span {
            color: #ebccd1
        }
        
        .has-success .select2-container .select2-choice,
        .has-success .select2-container .select2-choices,
        .has-success .select2-container.select2-dropdown-open .select2-choice,
        .has-success .select2-container.select2-dropdown-open .select2-choices {
            border-color: #d6e9c6
        }
        
        .has-success .select2-container.select2-dropdown-open .select2-choice>span {
            color: #d6e9c6
        }
        
        .modal-open .select2-drop-mask {
            z-index: 10051
        }
        
        .modal-open .select2-drop {
            z-index: 10052
        }
        
        .modal-open .select2-search {
            z-index: 10053
        }
        
        .form-control.input-lg .select2-choice {
            height: 46px;
            padding: 10px 16px
        }
        
        .select2-container.input-lg .select2-choice .select2-arrow b {
            background-position: 0 7px
        }
        
        .form-control.input-sm .select2-choice {
            height: 30px;
            padding: 1px 10px 5px
        }
        
        .select2-container.input-sm .select2-choice .select2-arrow b {
            background-position: 0 0
        }
        
        .checker {
            margin-top: -2px!important;
            margin-right: 2px!important
        }
        
        .checker input,
        .radio input {
            outline: 0!important
        }
        
        div.checker.disabled span,
        div.checker.disabled.active span {
            background-position: -152px -260px
        }
        
        div.checker,
        div.radio {
            margin-right: 0;
            margin-left: 3px
        }
        
        .portlet-body-morris-fit {
            margin-right: -20px;
            margin-left: -20px;
            margin-bottom: -15px
        }
        
        .portlet-body-morris-fit>svg {
            -webkit-border-radius: 0 0 4px 4px;
            -moz-border-radius: 0 0 4px 4px;
            -ms-border-radius: 0 0 4px 4px;
            -o-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px
        }
        
        .morris-hover.morris-default-style .morris-hover-row-label {
            text-align: left;
            font-weight: 400;
            font-size: 15px;
            color: #7D8C9D;
            font-family: "Open Sans", sans-serif
        }
        
        .morris-hover.morris-default-style .morris-hover-point {
            text-align: left;
            font-size: 14px;
            font-weight: 400;
            font-family: "Open Sans", sans-serif
        }
        
        .icheck-list>label {
            display: block;
            margin-bottom: 8px
        }
        
        .icheck-list>label:last-child {
            margin-bottom: 0
        }
        
        .form-horizontal .icheck-inline {
            margin-top: 8px
        }
        
        .icheck-inline>label {
            display: inline-block;
            margin-left: 15px
        }
        
        .icheck-inline>label:first-child {
            margin-left: 0
        }
        
        div[class*=icheckbox_],
        div[class*=iradio_] {
            margin-right: 5px;
            top: -1px!important
        }
        
        .icheck-colors {
            padding: 0;
            margin: 0;
            list-style: none
        }
        
        .icheck-colors>li {
            padding: 0;
            margin: 4px;
            float: left;
            display: inline-block;
            height: 20px;
            width: 20px;
            background: #000;
            opacity: .6;
            filter: alpha(opacity=60)
        }
        
        .fa.fa-pull-left,
        .fa.pull-left {
            margin-right: .3em
        }
        
        .icheck-colors>li:first-child {
            margin-left: 0
        }
        
        .icheck-colors>li:hover {
            opacity: 1;
            filter: alpha(opacity=100);
            cursor: pointer
        }
        
        .icheck-colors>li.active {
            height: 26px;
            margin-top: 0;
            opacity: .6;
            filter: alpha(opacity=60)
        }
        
        .icheck-colors>li.red {
            background: #d54e21
        }
        
        .icheck-colors>li.green {
            background: #78a300
        }
        
        .icheck-colors>li.blue {
            background: #0e76a8
        }
        
        .icheck-colors>li.aero {
            background: #9cc2cb
        }
        
        .icheck-colors>li.grey {
            background: #73716e
        }
        
        .icheck-colors>li.orange {
            background: #f70
        }
        
        .icheck-colors>li.yellow {
            background: #fc0
        }
        
        .icheck-colors>li.pink {
            background: #ff66b5
        }
        
        .icheck-colors>li.purple {
            background: #6a5a8c
        }
        
        .ui-select-match-close {
            margin-top: 5px!important;
            margin-left: 5px!important
        }
        /*font awsome*/
        
        @font-face {
            font-family: FontAwesome;
            src: url(../fonts/fontawesome-webfont.eot?v=4.6.3);
            src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'), url(../fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'), url(../fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'), url(../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');
            font-weight: 400;
            font-style: normal
        }
        
        .fa {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome !important;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased
        }
        
        .fa-lg {
            font-size: 1.33333333em;
            line-height: .75em;
            vertical-align: -15%
        }
        
        .btn-file,
        .fa-stack,
        .fileinput .btn,
        .fileinput .form-control,
        .fileinput .thumbnail,
        .fileinput-filename {
            vertical-align: middle
        }
        
        .fa-2x {
            font-size: 2em
        }
        
        .fa-3x {
            font-size: 3em
        }
        
        .fa-4x {
            font-size: 4em
        }
        
        .fa-5x {
            font-size: 5em
        }
        
        .fa-fw {
            width: 1.28571429em;
            text-align: center
        }
        
        .fa-ul {
            padding-left: 0;
            margin-left: 2.14285714em;
            list-style-type: none
        }
        
        .fa.fa-pull-right,
        .fa.pull-right {
            margin-left: .3em
        }
        
        .fa-li {
            position: absolute;
            left: -2.14285714em;
            width: 2.14285714em;
            top: .14285714em;
            text-align: center
        }
        
        .fa-li.fa-lg {
            left: -1.85714286em
        }
        
        .fa-border {
            padding: .2em .25em .15em;
            border: .08em solid #eee;
            border-radius: .1em
        }
        
        .fa-pull-left {
            float: left
        }
        
        .datetimepicker.datetimepicker-rtl table tr td span,
        .fa-pull-right,
        .pull-right {
            float: right
        }
        
        .fa-spin {
            -webkit-animation: fa-spin 2s infinite linear;
            animation: fa-spin 2s infinite linear
        }
        
        .fa-pulse {
            -webkit-animation: fa-spin 1s infinite steps(8);
            animation: fa-spin 1s infinite steps(8)
        }
        
        @-webkit-keyframes fa-spin {
            0% {
                -webkit-transform: rotate(0);
                transform: rotate(0)
            }
            100% {
                -webkit-transform: rotate(359deg);
                transform: rotate(359deg)
            }
        }
        
        @keyframes fa-spin {
            0% {
                -webkit-transform: rotate(0);
                transform: rotate(0)
            }
            100% {
                -webkit-transform: rotate(359deg);
                transform: rotate(359deg)
            }
        }
        
        .fa-rotate-90 {
            -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg)
        }
        
        .fa-rotate-180 {
            -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg)
        }
        
        .fa-rotate-270 {
            -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
            -webkit-transform: rotate(270deg);
            -ms-transform: rotate(270deg);
            transform: rotate(270deg)
        }
        
        .fa-flip-horizontal {
            -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
            -webkit-transform: scale(-1, 1);
            -ms-transform: scale(-1, 1);
            transform: scale(-1, 1)
        }
        
        .fa-flip-vertical {
            -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
            -webkit-transform: scale(1, -1);
            -ms-transform: scale(1, -1);
            transform: scale(1, -1)
        }
        
         :root .fa-flip-horizontal,
         :root .fa-flip-vertical,
         :root .fa-rotate-180,
         :root .fa-rotate-270,
         :root .fa-rotate-90 {
            filter: none
        }
        
        .fa-stack {
            position: relative;
            display: inline-block;
            width: 2em;
            height: 2em;
            line-height: 2em
        }
        
        .fa-stack-1x,
        .fa-stack-2x {
            position: absolute;
            left: 0;
            width: 100%;
            text-align: center
        }
        
        .fa-stack-1x {
            line-height: inherit
        }
        
        .fa-stack-2x {
            font-size: 2em
        }
        
        .fa-inverse {
            color: #fff
        }
        
        .fa-glass:before {
            content: "\f000"
        }
        
        .fa-music:before {
            content: "\f001"
        }
        
        .fa-search:before {
            content: "\f002"
        }
        
        .fa-envelope-o:before {
            content: "\f003"
        }
        
        .fa-heart:before {
            content: "\f004"
        }
        
        .fa-star:before {
            content: "\f005"
        }
        
        .fa-star-o:before {
            content: "\f006"
        }
        
        .fa-user:before {
            content: "\f007"
        }
        
        .fa-film:before {
            content: "\f008"
        }
        
        .fa-th-large:before {
            content: "\f009"
        }
        
        .fa-th:before {
            content: "\f00a"
        }
        
        .fa-th-list:before {
            content: "\f00b"
        }
        
        .fa-check:before {
            content: "\f00c"
        }
        
        .fa-close:before,
        .fa-remove:before,
        .fa-times:before {
            content: "\f00d"
        }
        
        .fa-search-plus:before {
            content: "\f00e"
        }
        
        .fa-search-minus:before {
            content: "\f010"
        }
        
        .fa-power-off:before {
            content: "\f011"
        }
        
        .fa-signal:before {
            content: "\f012"
        }
        
        .fa-cog:before,
        .fa-gear:before {
            content: "\f013"
        }
        
        .fa-trash-o:before {
            content: "\f014"
        }
        
        .fa-home:before {
            content: "\f015"
        }
        
        .fa-file-o:before {
            content: "\f016"
        }
        
        .fa-clock-o:before {
            content: "\f017"
        }
        
        .fa-road:before {
            content: "\f018"
        }
        
        .fa-download:before {
            content: "\f019"
        }
        
        .fa-arrow-circle-o-down:before {
            content: "\f01a"
        }
        
        .fa-arrow-circle-o-up:before {
            content: "\f01b"
        }
        
        .fa-inbox:before {
            content: "\f01c"
        }
        
        .fa-play-circle-o:before {
            content: "\f01d"
        }
        
        .fa-repeat:before,
        .fa-rotate-right:before {
            content: "\f01e"
        }
        
        .fa-refresh:before {
            content: "\f021"
        }
        
        .fa-list-alt:before {
            content: "\f022"
        }
        
        .fa-lock:before {
            content: "\f023"
        }
        
        .fa-flag:before {
            content: "\f024"
        }
        
        .fa-headphones:before {
            content: "\f025"
        }
        
        .fa-volume-off:before {
            content: "\f026"
        }
        
        .fa-volume-down:before {
            content: "\f027"
        }
        
        .fa-volume-up:before {
            content: "\f028"
        }
        
        .fa-qrcode:before {
            content: "\f029"
        }
        
        .fa-barcode:before {
            content: "\f02a"
        }
        
        .fa-tag:before {
            content: "\f02b"
        }
        
        .fa-tags:before {
            content: "\f02c"
        }
        
        .fa-book:before {
            content: "\f02d"
        }
        
        .fa-bookmark:before {
            content: "\f02e"
        }
        
        .fa-print:before {
            content: "\f02f"
        }
        
        .fa-camera:before {
            content: "\f030"
        }
        
        .fa-font:before {
            content: "\f031"
        }
        
        .fa-bold:before {
            content: "\f032"
        }
        
        .fa-italic:before {
            content: "\f033"
        }
        
        .fa-text-height:before {
            content: "\f034"
        }
        
        .fa-text-width:before {
            content: "\f035"
        }
        
        .fa-align-left:before {
            content: "\f036"
        }
        
        .fa-align-center:before {
            content: "\f037"
        }
        
        .fa-align-right:before {
            content: "\f038"
        }
        
        .fa-align-justify:before {
            content: "\f039"
        }
        
        .fa-list:before {
            content: "\f03a"
        }
        
        .fa-dedent:before,
        .fa-outdent:before {
            content: "\f03b"
        }
        
        .fa-indent:before {
            content: "\f03c"
        }
        
        .fa-video-camera:before {
            content: "\f03d"
        }
        
        .fa-image:before,
        .fa-photo:before,
        .fa-picture-o:before {
            content: "\f03e"
        }
        
        .fa-pencil:before {
            content: "\f040"
        }
        
        .fa-map-marker:before {
            content: "\f041"
        }
        
        .fa-adjust:before {
            content: "\f042"
        }
        
        .fa-tint:before {
            content: "\f043"
        }
        
        .fa-edit:before,
        .fa-pencil-square-o:before {
            content: "\f044"
        }
        
        .fa-share-square-o:before {
            content: "\f045"
        }
        
        .fa-check-square-o:before {
            content: "\f046"
        }
        
        .fa-arrows:before {
            content: "\f047"
        }
        
        .fa-step-backward:before {
            content: "\f048"
        }
        
        .fa-fast-backward:before {
            content: "\f049"
        }
        
        .fa-backward:before {
            content: "\f04a"
        }
        
        .fa-play:before {
            content: "\f04b"
        }
        
        .fa-pause:before {
            content: "\f04c"
        }
        
        .fa-stop:before {
            content: "\f04d"
        }
        
        .fa-forward:before {
            content: "\f04e"
        }
        
        .fa-fast-forward:before {
            content: "\f050"
        }
        
        .fa-step-forward:before {
            content: "\f051"
        }
        
        .fa-eject:before {
            content: "\f052"
        }
        
        .fa-chevron-left:before {
            content: "\f053"
        }
        
        .fa-chevron-right:before {
            content: "\f054"
        }
        
        .fa-plus-circle:before {
            content: "\f055"
        }
        
        .fa-minus-circle:before {
            content: "\f056"
        }
        
        .fa-times-circle:before {
            content: "\f057"
        }
        
        .fa-check-circle:before {
            content: "\f058"
        }
        
        .fa-question-circle:before {
            content: "\f059"
        }
        
        .fa-info-circle:before {
            content: "\f05a"
        }
        
        .fa-crosshairs:before {
            content: "\f05b"
        }
        
        .fa-times-circle-o:before {
            content: "\f05c"
        }
        
        .fa-check-circle-o:before {
            content: "\f05d"
        }
        
        .fa-ban:before {
            content: "\f05e"
        }
        
        .fa-arrow-left:before {
            content: "\f060"
        }
        
        .fa-arrow-right:before {
            content: "\f061"
        }
        
        .fa-arrow-up:before {
            content: "\f062"
        }
        
        .fa-arrow-down:before {
            content: "\f063"
        }
        
        .fa-mail-forward:before,
        .fa-share:before {
            content: "\f064"
        }
        
        .fa-expand:before {
            content: "\f065"
        }
        
        .fa-compress:before {
            content: "\f066"
        }
        
        .fa-plus:before {
            content: "\f067"
        }
        
        .fa-minus:before {
            content: "\f068"
        }
        
        .fa-asterisk:before {
            content: "\f069"
        }
        
        .fa-exclamation-circle:before {
            content: "\f06a"
        }
        
        .fa-gift:before {
            content: "\f06b"
        }
        
        .fa-leaf:before {
            content: "\f06c"
        }
        
        .fa-fire:before {
            content: "\f06d"
        }
        
        .fa-eye:before {
            content: "\f06e"
        }
        
        .fa-eye-slash:before {
            content: "\f070"
        }
        
        .fa-exclamation-triangle:before,
        .fa-warning:before {
            content: "\f071"
        }
        
        .fa-plane:before {
            content: "\f072"
        }
        
        .fa-calendar:before {
            content: "\f073"
        }
        
        .fa-random:before {
            content: "\f074"
        }
        
        .fa-comment:before {
            content: "\f075"
        }
        
        .fa-magnet:before {
            content: "\f076"
        }
        
        .fa-chevron-up:before {
            content: "\f077"
        }
        
        .fa-chevron-down:before {
            content: "\f078"
        }
        
        .fa-retweet:before {
            content: "\f079"
        }
        
        .fa-shopping-cart:before {
            content: "\f07a"
        }
        
        .fa-folder:before {
            content: "\f07b"
        }
        
        .fa-folder-open:before {
            content: "\f07c"
        }
        
        .fa-arrows-v:before {
            content: "\f07d"
        }
        
        .fa-arrows-h:before {
            content: "\f07e"
        }
        
        .fa-bar-chart-o:before,
        .fa-bar-chart:before {
            content: "\f080"
        }
        
        .fa-twitter-square:before {
            content: "\f081"
        }
        
        .fa-facebook-square:before {
            content: "\f082"
        }
        
        .fa-camera-retro:before {
            content: "\f083"
        }
        
        .fa-key:before {
            content: "\f084"
        }
        
        .fa-cogs:before,
        .fa-gears:before {
            content: "\f085"
        }
        
        .fa-comments:before {
            content: "\f086"
        }
        
        .fa-thumbs-o-up:before {
            content: "\f087"
        }
        
        .fa-thumbs-o-down:before {
            content: "\f088"
        }
        
        .fa-star-half:before {
            content: "\f089"
        }
        
        .fa-heart-o:before {
            content: "\f08a"
        }
        
        .fa-sign-out:before {
            content: "\f08b"
        }
        
        .fa-linkedin-square:before {
            content: "\f08c"
        }
        
        .fa-thumb-tack:before {
            content: "\f08d"
        }
        
        .fa-external-link:before {
            content: "\f08e"
        }
        
        .fa-sign-in:before {
            content: "\f090"
        }
        
        .fa-trophy:before {
            content: "\f091"
        }
        
        .fa-github-square:before {
            content: "\f092"
        }
        
        .fa-upload:before {
            content: "\f093"
        }
        
        .fa-lemon-o:before {
            content: "\f094"
        }
        
        .fa-phone:before {
            content: "\f095"
        }
        
        .fa-square-o:before {
            content: "\f096"
        }
        
        .fa-bookmark-o:before {
            content: "\f097"
        }
        
        .fa-phone-square:before {
            content: "\f098"
        }
        
        .fa-twitter:before {
            content: "\f099"
        }
        
        .fa-facebook-f:before,
        .fa-facebook:before {
            content: "\f09a"
        }
        
        .fa-github:before {
            content: "\f09b"
        }
        
        .fa-unlock:before {
            content: "\f09c"
        }
        
        .fa-credit-card:before {
            content: "\f09d"
        }
        
        .fa-feed:before,
        .fa-rss:before {
            content: "\f09e"
        }
        
        .fa-hdd-o:before {
            content: "\f0a0"
        }
        
        .fa-bullhorn:before {
            content: "\f0a1"
        }
        
        .fa-bell:before {
            content: "\f0f3"
        }
        
        .fa-certificate:before {
            content: "\f0a3"
        }
        
        .fa-hand-o-right:before {
            content: "\f0a4"
        }
        
        .fa-hand-o-left:before {
            content: "\f0a5"
        }
        
        .fa-hand-o-up:before {
            content: "\f0a6"
        }
        
        .fa-hand-o-down:before {
            content: "\f0a7"
        }
        
        .fa-arrow-circle-left:before {
            content: "\f0a8"
        }
        
        .fa-arrow-circle-right:before {
            content: "\f0a9"
        }
        
        .fa-arrow-circle-up:before {
            content: "\f0aa"
        }
        
        .fa-arrow-circle-down:before {
            content: "\f0ab"
        }
        
        .fa-globe:before {
            content: "\f0ac"
        }
        
        .fa-wrench:before {
            content: "\f0ad"
        }
        
        .fa-tasks:before {
            content: "\f0ae"
        }
        
        .fa-filter:before {
            content: "\f0b0"
        }
        
        .fa-briefcase:before {
            content: "\f0b1"
        }
        
        .fa-arrows-alt:before {
            content: "\f0b2"
        }
        
        .fa-group:before,
        .fa-users:before {
            content: "\f0c0"
        }
        
        .fa-chain:before,
        .fa-link:before {
            content: "\f0c1"
        }
        
        .fa-cloud:before {
            content: "\f0c2"
        }
        
        .fa-flask:before {
            content: "\f0c3"
        }
        
        .fa-cut:before,
        .fa-scissors:before {
            content: "\f0c4"
        }
        
        .fa-copy:before,
        .fa-files-o:before {
            content: "\f0c5"
        }
        
        .fa-paperclip:before {
            content: "\f0c6"
        }
        
        .fa-floppy-o:before,
        .fa-save:before {
            content: "\f0c7"
        }
        
        .fa-square:before {
            content: "\f0c8"
        }
        
        .fa-bars:before,
        .fa-navicon:before,
        .fa-reorder:before {
            content: "\f0c9"
        }
        
        .fa-list-ul:before {
            content: "\f0ca"
        }
        
        .fa-list-ol:before {
            content: "\f0cb"
        }
        
        .fa-strikethrough:before {
            content: "\f0cc"
        }
        
        .fa-underline:before {
            content: "\f0cd"
        }
        
        .fa-table:before {
            content: "\f0ce"
        }
        
        .fa-magic:before {
            content: "\f0d0"
        }
        
        .fa-truck:before {
            content: "\f0d1"
        }
        
        .fa-pinterest:before {
            content: "\f0d2"
        }
        
        .fa-pinterest-square:before {
            content: "\f0d3"
        }
        
        .fa-google-plus-square:before {
            content: "\f0d4"
        }
        
        .fa-google-plus:before {
            content: "\f0d5"
        }
        
        .fa-money:before {
            content: "\f0d6"
        }
        
        .fa-caret-down:before {
            content: "\f0d7"
        }
        
        .fa-caret-up:before {
            content: "\f0d8"
        }
        
        .fa-caret-left:before {
            content: "\f0d9"
        }
        
        .fa-caret-right:before {
            content: "\f0da"
        }
        
        .fa-columns:before {
            content: "\f0db"
        }
        
        .fa-sort:before,
        .fa-unsorted:before {
            content: "\f0dc"
        }
        
        .fa-sort-desc:before,
        .fa-sort-down:before {
            content: "\f0dd"
        }
        
        .fa-sort-asc:before,
        .fa-sort-up:before {
            content: "\f0de"
        }
        
        .fa-envelope:before {
            content: "\f0e0"
        }
        
        .fa-linkedin:before {
            content: "\f0e1"
        }
        
        .fa-rotate-left:before,
        .fa-undo:before {
            content: "\f0e2"
        }
        
        .fa-gavel:before,
        .fa-legal:before {
            content: "\f0e3"
        }
        
        .fa-dashboard:before,
        .fa-tachometer:before {
            content: "\f0e4"
        }
        
        .fa-comment-o:before {
            content: "\f0e5"
        }
        
        .fa-comments-o:before {
            content: "\f0e6"
        }
        
        .fa-bolt:before,
        .fa-flash:before {
            content: "\f0e7"
        }
        
        .fa-sitemap:before {
            content: "\f0e8"
        }
        
        .fa-umbrella:before {
            content: "\f0e9"
        }
        
        .fa-clipboard:before,
        .fa-paste:before {
            content: "\f0ea"
        }
        
        .fa-lightbulb-o:before {
            content: "\f0eb"
        }
        
        .fa-exchange:before {
            content: "\f0ec"
        }
        
        .fa-cloud-download:before {
            content: "\f0ed"
        }
        
        .fa-cloud-upload:before {
            content: "\f0ee"
        }
        
        .fa-user-md:before {
            content: "\f0f0"
        }
        
        .fa-stethoscope:before {
            content: "\f0f1"
        }
        
        .fa-suitcase:before {
            content: "\f0f2"
        }
        
        .fa-bell-o:before {
            content: "\f0a2"
        }
        
        .fa-coffee:before {
            content: "\f0f4"
        }
        
        .fa-cutlery:before {
            content: "\f0f5"
        }
        
        .fa-file-text-o:before {
            content: "\f0f6"
        }
        
        .fa-building-o:before {
            content: "\f0f7"
        }
        
        .fa-hospital-o:before {
            content: "\f0f8"
        }
        
        .fa-ambulance:before {
            content: "\f0f9"
        }
        
        .fa-medkit:before {
            content: "\f0fa"
        }
        
        .fa-fighter-jet:before {
            content: "\f0fb"
        }
        
        .fa-beer:before {
            content: "\f0fc"
        }
        
        .fa-h-square:before {
            content: "\f0fd"
        }
        
        .fa-plus-square:before {
            content: "\f0fe"
        }
        
        .fa-angle-double-left:before {
            content: "\f100"
        }
        
        .fa-angle-double-right:before {
            content: "\f101"
        }
        
        .fa-angle-double-up:before {
            content: "\f102"
        }
        
        .fa-angle-double-down:before {
            content: "\f103"
        }
        
        .fa-angle-left:before {
            content: "\f104"
        }
        
        .fa-angle-right:before {
            content: "\f105"
        }
        
        .fa-angle-up:before {
            content: "\f106"
        }
        
        .fa-angle-down:before {
            content: "\f107"
        }
        
        .fa-desktop:before {
            content: "\f108"
        }
        
        .fa-laptop:before {
            content: "\f109"
        }
        
        .fa-tablet:before {
            content: "\f10a"
        }
        
        .fa-mobile-phone:before,
        .fa-mobile:before {
            content: "\f10b"
        }
        
        .fa-circle-o:before {
            content: "\f10c"
        }
        
        .fa-quote-left:before {
            content: "\f10d"
        }
        
        .fa-quote-right:before {
            content: "\f10e"
        }
        
        .fa-spinner:before {
            content: "\f110"
        }
        
        .fa-circle:before {
            content: "\f111"
        }
        
        .fa-mail-reply:before,
        .fa-reply:before {
            content: "\f112"
        }
        
        .fa-github-alt:before {
            content: "\f113"
        }
        
        .fa-folder-o:before {
            content: "\f114"
        }
        
        .fa-folder-open-o:before {
            content: "\f115"
        }
        
        .fa-smile-o:before {
            content: "\f118"
        }
        
        .fa-frown-o:before {
            content: "\f119"
        }
        
        .fa-meh-o:before {
            content: "\f11a"
        }
        
        .fa-gamepad:before {
            content: "\f11b"
        }
        
        .fa-keyboard-o:before {
            content: "\f11c"
        }
        
        .fa-flag-o:before {
            content: "\f11d"
        }
        
        .fa-flag-checkered:before {
            content: "\f11e"
        }
        
        .fa-terminal:before {
            content: "\f120"
        }
        
        .fa-code:before {
            content: "\f121"
        }
        
        .fa-mail-reply-all:before,
        .fa-reply-all:before {
            content: "\f122"
        }
        
        .fa-star-half-empty:before,
        .fa-star-half-full:before,
        .fa-star-half-o:before {
            content: "\f123"
        }
        
        .fa-location-arrow:before {
            content: "\f124"
        }
        
        .fa-crop:before {
            content: "\f125"
        }
        
        .fa-code-fork:before {
            content: "\f126"
        }
        
        .fa-chain-broken:before,
        .fa-unlink:before {
            content: "\f127"
        }
        
        .fa-question:before {
            content: "\f128"
        }
        
        .fa-info:before {
            content: "\f129"
        }
        
        .fa-exclamation:before {
            content: "\f12a"
        }
        
        .fa-superscript:before {
            content: "\f12b"
        }
        
        .fa-subscript:before {
            content: "\f12c"
        }
        
        .fa-eraser:before {
            content: "\f12d"
        }
        
        .fa-puzzle-piece:before {
            content: "\f12e"
        }
        
        .fa-microphone:before {
            content: "\f130"
        }
        
        .fa-microphone-slash:before {
            content: "\f131"
        }
        
        .fa-shield:before {
            content: "\f132"
        }
        
        .fa-calendar-o:before {
            content: "\f133"
        }
        
        .fa-fire-extinguisher:before {
            content: "\f134"
        }
        
        .fa-rocket:before {
            content: "\f135"
        }
        
        .fa-maxcdn:before {
            content: "\f136"
        }
        
        .fa-chevron-circle-left:before {
            content: "\f137"
        }
        
        .fa-chevron-circle-right:before {
            content: "\f138"
        }
        
        .fa-chevron-circle-up:before {
            content: "\f139"
        }
        
        .fa-chevron-circle-down:before {
            content: "\f13a"
        }
        
        .fa-html5:before {
            content: "\f13b"
        }
        
        .fa-css3:before {
            content: "\f13c"
        }
        
        .fa-anchor:before {
            content: "\f13d"
        }
        
        .fa-unlock-alt:before {
            content: "\f13e"
        }
        
        .fa-bullseye:before {
            content: "\f140"
        }
        
        .fa-ellipsis-h:before {
            content: "\f141"
        }
        
        .fa-ellipsis-v:before {
            content: "\f142"
        }
        
        .fa-rss-square:before {
            content: "\f143"
        }
        
        .fa-play-circle:before {
            content: "\f144"
        }
        
        .fa-ticket:before {
            content: "\f145"
        }
        
        .fa-minus-square:before {
            content: "\f146"
        }
        
        .fa-minus-square-o:before {
            content: "\f147"
        }
        
        .fa-level-up:before {
            content: "\f148"
        }
        
        .fa-level-down:before {
            content: "\f149"
        }
        
        .fa-check-square:before {
            content: "\f14a"
        }
        
        .fa-pencil-square:before {
            content: "\f14b"
        }
        
        .fa-external-link-square:before {
            content: "\f14c"
        }
        
        .fa-share-square:before {
            content: "\f14d"
        }
        
        .fa-compass:before {
            content: "\f14e"
        }
        
        .fa-caret-square-o-down:before,
        .fa-toggle-down:before {
            content: "\f150"
        }
        
        .fa-caret-square-o-up:before,
        .fa-toggle-up:before {
            content: "\f151"
        }
        
        .fa-caret-square-o-right:before,
        .fa-toggle-right:before {
            content: "\f152"
        }
        
        .fa-eur:before,
        .fa-euro:before {
            content: "\f153"
        }
        
        .fa-gbp:before {
            content: "\f154"
        }
        
        .fa-dollar:before,
        .fa-usd:before {
            content: "\f155"
        }
        
        .fa-inr:before,
        .fa-rupee:before {
            content: "\f156"
        }
        
        .fa-cny:before,
        .fa-jpy:before,
        .fa-rmb:before,
        .fa-yen:before {
            content: "\f157"
        }
        
        .fa-rouble:before,
        .fa-rub:before,
        .fa-ruble:before {
            content: "\f158"
        }
        
        .fa-krw:before,
        .fa-won:before {
            content: "\f159"
        }
        
        .fa-bitcoin:before,
        .fa-btc:before {
            content: "\f15a"
        }
        
        .fa-file:before {
            content: "\f15b"
        }
        
        .fa-file-text:before {
            content: "\f15c"
        }
        
        .fa-sort-alpha-asc:before {
            content: "\f15d"
        }
        
        .fa-sort-alpha-desc:before {
            content: "\f15e"
        }
        
        .fa-sort-amount-asc:before {
            content: "\f160"
        }
        
        .fa-sort-amount-desc:before {
            content: "\f161"
        }
        
        .fa-sort-numeric-asc:before {
            content: "\f162"
        }
        
        .fa-sort-numeric-desc:before {
            content: "\f163"
        }
        
        .fa-thumbs-up:before {
            content: "\f164"
        }
        
        .fa-thumbs-down:before {
            content: "\f165"
        }
        
        .fa-youtube-square:before {
            content: "\f166"
        }
        
        .fa-youtube:before {
            content: "\f167"
        }
        
        .fa-xing:before {
            content: "\f168"
        }
        
        .fa-xing-square:before {
            content: "\f169"
        }
        
        .fa-youtube-play:before {
            content: "\f16a"
        }
        
        .fa-dropbox:before {
            content: "\f16b"
        }
        
        .fa-stack-overflow:before {
            content: "\f16c"
        }
        
        .fa-instagram:before {
            content: "\f16d"
        }
        
        .fa-flickr:before {
            content: "\f16e"
        }
        
        .fa-adn:before {
            content: "\f170"
        }
        
        .fa-bitbucket:before {
            content: "\f171"
        }
        
        .fa-bitbucket-square:before {
            content: "\f172"
        }
        
        .fa-tumblr:before {
            content: "\f173"
        }
        
        .fa-tumblr-square:before {
            content: "\f174"
        }
        
        .fa-long-arrow-down:before {
            content: "\f175"
        }
        
        .fa-long-arrow-up:before {
            content: "\f176"
        }
        
        .fa-long-arrow-left:before {
            content: "\f177"
        }
        
        .fa-long-arrow-right:before {
            content: "\f178"
        }
        
        .fa-apple:before {
            content: "\f179"
        }
        
        .fa-windows:before {
            content: "\f17a"
        }
        
        .fa-android:before {
            content: "\f17b"
        }
        
        .fa-linux:before {
            content: "\f17c"
        }
        
        .fa-dribbble:before {
            content: "\f17d"
        }
        
        .fa-skype:before {
            content: "\f17e"
        }
        
        .fa-foursquare:before {
            content: "\f180"
        }
        
        .fa-trello:before {
            content: "\f181"
        }
        
        .fa-female:before {
            content: "\f182"
        }
        
        .fa-male:before {
            content: "\f183"
        }
        
        .fa-gittip:before,
        .fa-gratipay:before {
            content: "\f184"
        }
        
        .fa-sun-o:before {
            content: "\f185"
        }
        
        .fa-moon-o:before {
            content: "\f186"
        }
        
        .fa-archive:before {
            content: "\f187"
        }
        
        .fa-bug:before {
            content: "\f188"
        }
        
        .fa-vk:before {
            content: "\f189"
        }
        
        .fa-weibo:before {
            content: "\f18a"
        }
        
        .fa-renren:before {
            content: "\f18b"
        }
        
        .fa-pagelines:before {
            content: "\f18c"
        }
        
        .fa-stack-exchange:before {
            content: "\f18d"
        }
        
        .fa-arrow-circle-o-right:before {
            content: "\f18e"
        }
        
        .fa-arrow-circle-o-left:before {
            content: "\f190"
        }
        
        .fa-caret-square-o-left:before,
        .fa-toggle-left:before {
            content: "\f191"
        }
        
        .fa-dot-circle-o:before {
            content: "\f192"
        }
        
        .fa-wheelchair:before {
            content: "\f193"
        }
        
        .fa-vimeo-square:before {
            content: "\f194"
        }
        
        .fa-try:before,
        .fa-turkish-lira:before {
            content: "\f195"
        }
        
        .fa-plus-square-o:before {
            content: "\f196"
        }
        
        .fa-space-shuttle:before {
            content: "\f197"
        }
        
        .fa-slack:before {
            content: "\f198"
        }
        
        .fa-envelope-square:before {
            content: "\f199"
        }
        
        .fa-wordpress:before {
            content: "\f19a"
        }
        
        .fa-openid:before {
            content: "\f19b"
        }
        
        .fa-bank:before,
        .fa-institution:before,
        .fa-university:before {
            content: "\f19c"
        }
        
        .fa-graduation-cap:before,
        .fa-mortar-board:before {
            content: "\f19d"
        }
        
        .fa-yahoo:before {
            content: "\f19e"
        }
        
        .fa-google:before {
            content: "\f1a0"
        }
        
        .fa-reddit:before {
            content: "\f1a1"
        }
        
        .fa-reddit-square:before {
            content: "\f1a2"
        }
        
        .fa-stumbleupon-circle:before {
            content: "\f1a3"
        }
        
        .fa-stumbleupon:before {
            content: "\f1a4"
        }
        
        .fa-delicious:before {
            content: "\f1a5"
        }
        
        .fa-digg:before {
            content: "\f1a6"
        }
        
        .fa-pied-piper-pp:before {
            content: "\f1a7"
        }
        
        .fa-pied-piper-alt:before {
            content: "\f1a8"
        }
        
        .fa-drupal:before {
            content: "\f1a9"
        }
        
        .fa-joomla:before {
            content: "\f1aa"
        }
        
        .fa-language:before {
            content: "\f1ab"
        }
        
        .fa-fax:before {
            content: "\f1ac"
        }
        
        .fa-building:before {
            content: "\f1ad"
        }
        
        .fa-child:before {
            content: "\f1ae"
        }
        
        .fa-paw:before {
            content: "\f1b0"
        }
        
        .fa-spoon:before {
            content: "\f1b1"
        }
        
        .fa-cube:before {
            content: "\f1b2"
        }
        
        .fa-cubes:before {
            content: "\f1b3"
        }
        
        .fa-behance:before {
            content: "\f1b4"
        }
        
        .fa-behance-square:before {
            content: "\f1b5"
        }
        
        .fa-steam:before {
            content: "\f1b6"
        }
        
        .fa-steam-square:before {
            content: "\f1b7"
        }
        
        .fa-recycle:before {
            content: "\f1b8"
        }
        
        .fa-automobile:before,
        .fa-car:before {
            content: "\f1b9"
        }
        
        .fa-cab:before,
        .fa-taxi:before {
            content: "\f1ba"
        }
        
        .fa-tree:before {
            content: "\f1bb"
        }
        
        .fa-spotify:before {
            content: "\f1bc"
        }
        
        .fa-deviantart:before {
            content: "\f1bd"
        }
        
        .fa-soundcloud:before {
            content: "\f1be"
        }
        
        .fa-database:before {
            content: "\f1c0"
        }
        
        .fa-file-pdf-o:before {
            content: "\f1c1"
        }
        
        .fa-file-word-o:before {
            content: "\f1c2"
        }
        
        .fa-file-excel-o:before {
            content: "\f1c3"
        }
        
        .fa-file-powerpoint-o:before {
            content: "\f1c4"
        }
        
        .fa-file-image-o:before,
        .fa-file-photo-o:before,
        .fa-file-picture-o:before {
            content: "\f1c5"
        }
        
        .fa-file-archive-o:before,
        .fa-file-zip-o:before {
            content: "\f1c6"
        }
        
        .fa-file-audio-o:before,
        .fa-file-sound-o:before {
            content: "\f1c7"
        }
        
        .fa-file-movie-o:before,
        .fa-file-video-o:before {
            content: "\f1c8"
        }
        
        .fa-file-code-o:before {
            content: "\f1c9"
        }
        
        .fa-vine:before {
            content: "\f1ca"
        }
        
        .fa-codepen:before {
            content: "\f1cb"
        }
        
        .fa-jsfiddle:before {
            content: "\f1cc"
        }
        
        .fa-life-bouy:before,
        .fa-life-buoy:before,
        .fa-life-ring:before,
        .fa-life-saver:before,
        .fa-support:before {
            content: "\f1cd"
        }
        
        .fa-circle-o-notch:before {
            content: "\f1ce"
        }
        
        .fa-ra:before,
        .fa-rebel:before,
        .fa-resistance:before {
            content: "\f1d0"
        }
        
        .fa-empire:before,
        .fa-ge:before {
            content: "\f1d1"
        }
        
        .fa-git-square:before {
            content: "\f1d2"
        }
        
        .fa-git:before {
            content: "\f1d3"
        }
        
        .fa-hacker-news:before,
        .fa-y-combinator-square:before,
        .fa-yc-square:before {
            content: "\f1d4"
        }
        
        .fa-tencent-weibo:before {
            content: "\f1d5"
        }
        
        .fa-qq:before {
            content: "\f1d6"
        }
        
        .fa-wechat:before,
        .fa-weixin:before {
            content: "\f1d7"
        }
        
        .fa-paper-plane:before,
        .fa-send:before {
            content: "\f1d8"
        }
        
        .fa-paper-plane-o:before,
        .fa-send-o:before {
            content: "\f1d9"
        }
        
        .fa-history:before {
            content: "\f1da"
        }
        
        .fa-circle-thin:before {
            content: "\f1db"
        }
        
        .fa-header:before {
            content: "\f1dc"
        }
        
        .fa-paragraph:before {
            content: "\f1dd"
        }
        
        .fa-sliders:before {
            content: "\f1de"
        }
        
        .fa-share-alt:before {
            content: "\f1e0"
        }
        
        .fa-share-alt-square:before {
            content: "\f1e1"
        }
        
        .fa-bomb:before {
            content: "\f1e2"
        }
        
        .fa-futbol-o:before,
        .fa-soccer-ball-o:before {
            content: "\f1e3"
        }
        
        .fa-tty:before {
            content: "\f1e4"
        }
        
        .fa-binoculars:before {
            content: "\f1e5"
        }
        
        .fa-plug:before {
            content: "\f1e6"
        }
        
        .fa-slideshare:before {
            content: "\f1e7"
        }
        
        .fa-twitch:before {
            content: "\f1e8"
        }
        
        .fa-yelp:before {
            content: "\f1e9"
        }
        
        .fa-newspaper-o:before {
            content: "\f1ea"
        }
        
        .fa-wifi:before {
            content: "\f1eb"
        }
        
        .fa-calculator:before {
            content: "\f1ec"
        }
        
        .fa-paypal:before {
            content: "\f1ed"
        }
        
        .fa-google-wallet:before {
            content: "\f1ee"
        }
        
        .fa-cc-visa:before {
            content: "\f1f0"
        }
        
        .fa-cc-mastercard:before {
            content: "\f1f1"
        }
        
        .fa-cc-discover:before {
            content: "\f1f2"
        }
        
        .fa-cc-amex:before {
            content: "\f1f3"
        }
        
        .fa-cc-paypal:before {
            content: "\f1f4"
        }
        
        .fa-cc-stripe:before {
            content: "\f1f5"
        }
        
        .fa-bell-slash:before {
            content: "\f1f6"
        }
        
        .fa-bell-slash-o:before {
            content: "\f1f7"
        }
        
        .fa-trash:before {
            content: "\f1f8"
        }
        
        .fa-copyright:before {
            content: "\f1f9"
        }
        
        .fa-at:before {
            content: "\f1fa"
        }
        
        .fa-eyedropper:before {
            content: "\f1fb"
        }
        
        .fa-paint-brush:before {
            content: "\f1fc"
        }
        
        .fa-birthday-cake:before {
            content: "\f1fd"
        }
        
        .fa-area-chart:before {
            content: "\f1fe"
        }
        
        .fa-pie-chart:before {
            content: "\f200"
        }
        
        .fa-line-chart:before {
            content: "\f201"
        }
        
        .fa-lastfm:before {
            content: "\f202"
        }
        
        .fa-lastfm-square:before {
            content: "\f203"
        }
        
        .fa-toggle-off:before {
            content: "\f204"
        }
        
        .fa-toggle-on:before {
            content: "\f205"
        }
        
        .fa-bicycle:before {
            content: "\f206"
        }
        
        .fa-bus:before {
            content: "\f207"
        }
        
        .fa-ioxhost:before {
            content: "\f208"
        }
        
        .fa-angellist:before {
            content: "\f209"
        }
        
        .fa-cc:before {
            content: "\f20a"
        }
        
        .fa-ils:before,
        .fa-shekel:before,
        .fa-sheqel:before {
            content: "\f20b"
        }
        
        .fa-meanpath:before {
            content: "\f20c"
        }
        
        .fa-buysellads:before {
            content: "\f20d"
        }
        
        .fa-connectdevelop:before {
            content: "\f20e"
        }
        
        .fa-dashcube:before {
            content: "\f210"
        }
        
        .fa-forumbee:before {
            content: "\f211"
        }
        
        .fa-leanpub:before {
            content: "\f212"
        }
        
        .fa-sellsy:before {
            content: "\f213"
        }
        
        .fa-shirtsinbulk:before {
            content: "\f214"
        }
        
        .fa-simplybuilt:before {
            content: "\f215"
        }
        
        .fa-skyatlas:before {
            content: "\f216"
        }
        
        .fa-cart-plus:before {
            content: "\f217"
        }
        
        .fa-cart-arrow-down:before {
            content: "\f218"
        }
        
        .fa-diamond:before {
            content: "\f219"
        }
        
        .fa-ship:before {
            content: "\f21a"
        }
        
        .fa-user-secret:before {
            content: "\f21b"
        }
        
        .fa-motorcycle:before {
            content: "\f21c"
        }
        
        .fa-street-view:before {
            content: "\f21d"
        }
        
        .fa-heartbeat:before {
            content: "\f21e"
        }
        
        .fa-venus:before {
            content: "\f221"
        }
        
        .fa-mars:before {
            content: "\f222"
        }
        
        .fa-mercury:before {
            content: "\f223"
        }
        
        .fa-intersex:before,
        .fa-transgender:before {
            content: "\f224"
        }
        
        .fa-transgender-alt:before {
            content: "\f225"
        }
        
        .fa-venus-double:before {
            content: "\f226"
        }
        
        .fa-mars-double:before {
            content: "\f227"
        }
        
        .fa-venus-mars:before {
            content: "\f228"
        }
        
        .fa-mars-stroke:before {
            content: "\f229"
        }
        
        .fa-mars-stroke-v:before {
            content: "\f22a"
        }
        
        .fa-mars-stroke-h:before {
            content: "\f22b"
        }
        
        .fa-neuter:before {
            content: "\f22c"
        }
        
        .fa-genderless:before {
            content: "\f22d"
        }
        
        .fa-facebook-official:before {
            content: "\f230"
        }
        
        .fa-pinterest-p:before {
            content: "\f231"
        }
        
        .fa-whatsapp:before {
            content: "\f232"
        }
        
        .fa-server:before {
            content: "\f233"
        }
        
        .fa-user-plus:before {
            content: "\f234"
        }
        
        .fa-user-times:before {
            content: "\f235"
        }
        
        .fa-bed:before,
        .fa-hotel:before {
            content: "\f236"
        }
        
        .fa-viacoin:before {
            content: "\f237"
        }
        
        .fa-train:before {
            content: "\f238"
        }
        
        .fa-subway:before {
            content: "\f239"
        }
        
        .fa-medium:before {
            content: "\f23a"
        }
        
        .fa-y-combinator:before,
        .fa-yc:before {
            content: "\f23b"
        }
        
        .fa-optin-monster:before {
            content: "\f23c"
        }
        
        .fa-opencart:before {
            content: "\f23d"
        }
        
        .fa-expeditedssl:before {
            content: "\f23e"
        }
        
        .fa-battery-4:before,
        .fa-battery-full:before {
            content: "\f240"
        }
        
        .fa-battery-3:before,
        .fa-battery-three-quarters:before {
            content: "\f241"
        }
        
        .fa-battery-2:before,
        .fa-battery-half:before {
            content: "\f242"
        }
        
        .fa-battery-1:before,
        .fa-battery-quarter:before {
            content: "\f243"
        }
        
        .fa-battery-0:before,
        .fa-battery-empty:before {
            content: "\f244"
        }
        
        .fa-mouse-pointer:before {
            content: "\f245"
        }
        
        .fa-i-cursor:before {
            content: "\f246"
        }
        
        .fa-object-group:before {
            content: "\f247"
        }
        
        .fa-object-ungroup:before {
            content: "\f248"
        }
        
        .fa-sticky-note:before {
            content: "\f249"
        }
        
        .fa-sticky-note-o:before {
            content: "\f24a"
        }
        
        .fa-cc-jcb:before {
            content: "\f24b"
        }
        
        .fa-cc-diners-club:before {
            content: "\f24c"
        }
        
        .fa-clone:before {
            content: "\f24d"
        }
        
        .fa-balance-scale:before {
            content: "\f24e"
        }
        
        .fa-hourglass-o:before {
            content: "\f250"
        }
        
        .fa-hourglass-1:before,
        .fa-hourglass-start:before {
            content: "\f251"
        }
        
        .fa-hourglass-2:before,
        .fa-hourglass-half:before {
            content: "\f252"
        }
        
        .fa-hourglass-3:before,
        .fa-hourglass-end:before {
            content: "\f253"
        }
        
        .fa-hourglass:before {
            content: "\f254"
        }
        
        .fa-hand-grab-o:before,
        .fa-hand-rock-o:before {
            content: "\f255"
        }
        
        .fa-hand-paper-o:before,
        .fa-hand-stop-o:before {
            content: "\f256"
        }
        
        .fa-hand-scissors-o:before {
            content: "\f257"
        }
        
        .fa-hand-lizard-o:before {
            content: "\f258"
        }
        
        .fa-hand-spock-o:before {
            content: "\f259"
        }
        
        .fa-hand-pointer-o:before {
            content: "\f25a"
        }
        
        .fa-hand-peace-o:before {
            content: "\f25b"
        }
        
        .fa-trademark:before {
            content: "\f25c"
        }
        
        .fa-registered:before {
            content: "\f25d"
        }
        
        .fa-creative-commons:before {
            content: "\f25e"
        }
        
        .fa-gg:before {
            content: "\f260"
        }
        
        .fa-gg-circle:before {
            content: "\f261"
        }
        
        .fa-tripadvisor:before {
            content: "\f262"
        }
        
        .fa-odnoklassniki:before {
            content: "\f263"
        }
        
        .fa-odnoklassniki-square:before {
            content: "\f264"
        }
        
        .fa-get-pocket:before {
            content: "\f265"
        }
        
        .fa-wikipedia-w:before {
            content: "\f266"
        }
        
        .fa-safari:before {
            content: "\f267"
        }
        
        .fa-chrome:before {
            content: "\f268"
        }
        
        .fa-firefox:before {
            content: "\f269"
        }
        
        .fa-opera:before {
            content: "\f26a"
        }
        
        .fa-internet-explorer:before {
            content: "\f26b"
        }
        
        .fa-television:before,
        .fa-tv:before {
            content: "\f26c"
        }
        
        .fa-contao:before {
            content: "\f26d"
        }
        
        .fa-500px:before {
            content: "\f26e"
        }
        
        .fa-amazon:before {
            content: "\f270"
        }
        
        .fa-calendar-plus-o:before {
            content: "\f271"
        }
        
        .fa-calendar-minus-o:before {
            content: "\f272"
        }
        
        .fa-calendar-times-o:before {
            content: "\f273"
        }
        
        .fa-calendar-check-o:before {
            content: "\f274"
        }
        
        .fa-industry:before {
            content: "\f275"
        }
        
        .fa-map-pin:before {
            content: "\f276"
        }
        
        .fa-map-signs:before {
            content: "\f277"
        }
        
        .fa-map-o:before {
            content: "\f278"
        }
        
        .fa-map:before {
            content: "\f279"
        }
        
        .fa-commenting:before {
            content: "\f27a"
        }
        
        .fa-commenting-o:before {
            content: "\f27b"
        }
        
        .fa-houzz:before {
            content: "\f27c"
        }
        
        .fa-vimeo:before {
            content: "\f27d"
        }
        
        .fa-black-tie:before {
            content: "\f27e"
        }
        
        .fa-fonticons:before {
            content: "\f280"
        }
        
        .fa-reddit-alien:before {
            content: "\f281"
        }
        
        .fa-edge:before {
            content: "\f282"
        }
        
        .fa-credit-card-alt:before {
            content: "\f283"
        }
        
        .fa-codiepie:before {
            content: "\f284"
        }
        
        .fa-modx:before {
            content: "\f285"
        }
        
        .fa-fort-awesome:before {
            content: "\f286"
        }
        
        .fa-usb:before {
            content: "\f287"
        }
        
        .fa-product-hunt:before {
            content: "\f288"
        }
        
        .fa-mixcloud:before {
            content: "\f289"
        }
        
        .fa-scribd:before {
            content: "\f28a"
        }
        
        .fa-pause-circle:before {
            content: "\f28b"
        }
        
        .fa-pause-circle-o:before {
            content: "\f28c"
        }
        
        .fa-stop-circle:before {
            content: "\f28d"
        }
        
        .fa-stop-circle-o:before {
            content: "\f28e"
        }
        
        .fa-shopping-bag:before {
            content: "\f290"
        }
        
        .fa-shopping-basket:before {
            content: "\f291"
        }
        
        .fa-hashtag:before {
            content: "\f292"
        }
        
        .fa-bluetooth:before {
            content: "\f293"
        }
        
        .fa-bluetooth-b:before {
            content: "\f294"
        }
        
        .fa-percent:before {
            content: "\f295"
        }
        
        .fa-gitlab:before {
            content: "\f296"
        }
        
        .fa-wpbeginner:before {
            content: "\f297"
        }
        
        .fa-wpforms:before {
            content: "\f298"
        }
        
        .fa-envira:before {
            content: "\f299"
        }
        
        .fa-universal-access:before {
            content: "\f29a"
        }
        
        .fa-wheelchair-alt:before {
            content: "\f29b"
        }
        
        .fa-question-circle-o:before {
            content: "\f29c"
        }
        
        .fa-blind:before {
            content: "\f29d"
        }
        
        .fa-audio-description:before {
            content: "\f29e"
        }
        
        .fa-volume-control-phone:before {
            content: "\f2a0"
        }
        
        .fa-braille:before {
            content: "\f2a1"
        }
        
        .fa-assistive-listening-systems:before {
            content: "\f2a2"
        }
        
        .fa-american-sign-language-interpreting:before,
        .fa-asl-interpreting:before {
            content: "\f2a3"
        }
        
        .fa-deaf:before,
        .fa-deafness:before,
        .fa-hard-of-hearing:before {
            content: "\f2a4"
        }
        
        .fa-glide:before {
            content: "\f2a5"
        }
        
        .fa-glide-g:before {
            content: "\f2a6"
        }
        
        .fa-sign-language:before,
        .fa-signing:before {
            content: "\f2a7"
        }
        
        .fa-low-vision:before {
            content: "\f2a8"
        }
        
        .fa-viadeo:before {
            content: "\f2a9"
        }
        
        .fa-viadeo-square:before {
            content: "\f2aa"
        }
        
        .fa-snapchat:before {
            content: "\f2ab"
        }
        
        .fa-snapchat-ghost:before {
            content: "\f2ac"
        }
        
        .fa-snapchat-square:before {
            content: "\f2ad"
        }
        
        .fa-pied-piper:before {
            content: "\f2ae"
        }
        
        .fa-first-order:before {
            content: "\f2b0"
        }
        
        .fa-yoast:before {
            content: "\f2b1"
        }
        
        .fa-themeisle:before {
            content: "\f2b2"
        }
        
        .fa-google-plus-circle:before,
        .fa-google-plus-official:before {
            content: "\f2b3"
        }
        
        .fa-fa:before,
        .fa-font-awesome:before {
            content: "\f2b4"
        }
        
        .sr-only {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            clip: rect(0, 0, 0, 0);
            border: 0
        }
        
        .sr-only-focusable:active,
        .sr-only-focusable:focus {
            position: static;
            width: auto;
            height: auto;
            margin: 0;
            overflow: visible;
            clip: auto
        }
        /*end font awsome*/
        /* devanagari */
        
        @font-face {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 300;
            src: local('Poppins Light'), local('Poppins-Light'), url(../fonts/poppins/v9/pxiByp8kv8JHgFVrLDz8Z11lFc-K.woff2) format('woff2');
            unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
        }
        /* latin-ext */
        
        @font-face {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 300;
            src: local('Poppins Light'), local('Poppins-Light'), url(../fonts/poppins/v9/pxiByp8kv8JHgFVrLDz8Z1JlFc-K.woff2) format('woff2');
            unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
        }
        /* latin */
        
        @font-face {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 300;
            src: local('Poppins Light'), local('Poppins-Light'), url(../fonts/poppins/v9/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2) format('woff2');
            unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
        }
        /* devanagari */
        
        @font-face {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 400;
            src: local('Poppins Regular'), local('Poppins-Regular'), url(../fonts/poppins/v9/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');
            unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
        }
        /* latin-ext */
        
        @font-face {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 400;
            src: local('Poppins Regular'), local('Poppins-Regular'), url(../fonts/poppins/v9/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
            unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
        }
        /* latin */
        
        @font-face {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 400;
            src: local('Poppins Regular'), local('Poppins-Regular'), url(../fonts/poppins/v9/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
            unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
        }
        /* devanagari */
        
        @font-face {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 500;
            src: local('Poppins Medium'), local('Poppins-Medium'), url(../fonts/poppins/v9/pxiByp8kv8JHgFVrLGT9Z11lFc-K.woff2) format('woff2');
            unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
        }
        /* latin-ext */
        
        @font-face {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 500;
            src: local('Poppins Medium'), local('Poppins-Medium'), url(../fonts/poppins/v9/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2) format('woff2');
            unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
        }
        /* latin */
        
        @font-face {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 500;
            src: local('Poppins Medium'), local('Poppins-Medium'), url(../fonts/poppins/v9/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format('woff2');
            unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
        }
        /* devanagari */
        
        @font-face {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 600;
            src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(../fonts/poppins/v9/pxiByp8kv8JHgFVrLEj6Z11lFc-K.woff2) format('woff2');
            unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
        }
        /* latin-ext */
        
        @font-face {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 600;
            src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(../fonts/poppins/v9/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format('woff2');
            unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
        }
        /* latin */
        
        @font-face {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 600;
            src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(../fonts/poppins/v9/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format('woff2');
            unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
        }
        /* devanagari */
        
        @font-face {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 700;
            src: local('Poppins Bold'), local('Poppins-Bold'), url(../fonts/poppins/v9/pxiByp8kv8JHgFVrLCz7Z11lFc-K.woff2) format('woff2');
            unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
        }
        /* latin-ext */
        
        @font-face {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 700;
            src: local('Poppins Bold'), local('Poppins-Bold'), url(../fonts/poppins/v9/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format('woff2');
            unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
        }
        /* latin */
        
        @font-face {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 700;
            src: local('Poppins Bold'), local('Poppins-Bold'), url(../fonts/poppins/v9/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');
            unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
        }
        
        body,
        a,
        .btn,
        label,
        .label {
            font-family: 'Poppins', sans-serif !important;
            letter-spacing: 0.35px;
        }
        
        @font-face {
            font-family: Simple-Line-Icons;
            src: url(../fonts/Simple-Line-Icons.eot);
            src: url(../fonts/Simple-Line-Icons.eot?#iefix) format('embedded-opentype'), url(../fonts/Simple-Line-Icons.woff) format('woff'), url(../fonts/Simple-Line-Icons.ttf) format('truetype'), url(../fonts/Simple-Line-Icons.svg#Simple-Line-Icons) format('svg');
            font-weight: 400;
            font-style: normal
        }
        
        [data-icon]:before {
            font-family: Simple-Line-Icons;
            content: attr(data-icon);
            speak: none;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased
        }
        
        .icon-action-redo,
        .icon-action-undo,
        .icon-anchor,
        .icon-arrow-down,
        .icon-arrow-left,
        .icon-arrow-right,
        .icon-arrow-up,
        .icon-badge,
        .icon-bag,
        .icon-ban,
        .icon-bar-chart,
        .icon-basket,
        .icon-basket-loaded,
        .icon-bell,
        .icon-book-open,
        .icon-briefcase,
        .icon-bubble,
        .icon-bubbles,
        .icon-bulb,
        .icon-calculator,
        .icon-calendar,
        .icon-call-end,
        .icon-call-in,
        .icon-call-out,
        .icon-camcorder,
        .icon-camera,
        .icon-check,
        .icon-chemistry,
        .icon-clock,
        .icon-close,
        .icon-cloud-download,
        .icon-cloud-upload,
        .icon-compass,
        .icon-control-end,
        .icon-control-forward,
        .icon-control-pause,
        .icon-control-play,
        .icon-control-rewind,
        .icon-control-start,
        .icon-credit-card,
        .icon-crop,
        .icon-cup,
        .icon-cursor,
        .icon-cursor-move,
        .icon-diamond,
        .icon-direction,
        .icon-directions,
        .icon-disc,
        .icon-dislike,
        .icon-doc,
        .icon-docs,
        .icon-drawer,
        .icon-drop,
        .icon-earphones,
        .icon-earphones-alt,
        .icon-emoticon-smile,
        .icon-energy,
        .icon-envelope,
        .icon-envelope-letter,
        .icon-envelope-open,
        .icon-equalizer,
        .icon-eye,
        .icon-eyeglasses,
        .icon-feed,
        .icon-film,
        .icon-fire,
        .icon-flag,
        .icon-folder,
        .icon-folder-alt,
        .icon-frame,
        .icon-game-controller,
        .icon-ghost,
        .icon-globe,
        .icon-globe-alt,
        .icon-graduation,
        .icon-graph,
        .icon-grid,
        .icon-handbag,
        .icon-heart,
        .icon-home,
        .icon-hourglass,
        .icon-info,
        .icon-key,
        .icon-layers,
        .icon-like,
        .icon-link,
        .icon-list,
        .icon-lock,
        .icon-lock-open,
        .icon-login,
        .icon-logout,
        .icon-loop,
        .icon-magic-wand,
        .icon-magnet,
        .icon-magnifier,
        .icon-magnifier-add,
        .icon-magnifier-remove,
        .icon-map,
        .icon-microphone,
        .icon-mouse,
        .icon-moustache,
        .icon-music-tone,
        .icon-music-tone-alt,
        .icon-note,
        .icon-notebook,
        .icon-paper-clip,
        .icon-paper-plane,
        .icon-pencil,
        .icon-picture,
        .icon-pie-chart,
        .icon-pin,
        .icon-plane,
        .icon-playlist,
        .icon-plus,
        .icon-pointer,
        .icon-power,
        .icon-present,
        .icon-printer,
        .icon-puzzle,
        .icon-question,
        .icon-refresh,
        .icon-reload,
        .icon-rocket,
        .icon-screen-desktop,
        .icon-screen-smartphone,
        .icon-screen-tablet,
        .icon-settings,
        .icon-share,
        .icon-share-alt,
        .icon-shield,
        .icon-shuffle,
        .icon-size-actual,
        .icon-size-fullscreen,
        .icon-social-dribbble,
        .icon-social-dropbox,
        .icon-social-facebook,
        .icon-social-tumblr,
        .icon-social-twitter,
        .icon-social-youtube,
        .icon-speech,
        .icon-speedometer,
        .icon-star,
        .icon-support,
        .icon-symbol-female,
        .icon-symbol-male,
        .icon-tag,
        .icon-target,
        .icon-trash,
        .icon-trophy,
        .icon-umbrella,
        .icon-user,
        .icon-user-female,
        .icon-user-follow,
        .icon-user-following,
        .icon-user-unfollow,
        .icon-users,
        .icon-vector,
        .icon-volume-1,
        .icon-volume-2,
        .icon-volume-off,
        .icon-wallet,
        .icon-wrench {
            font-family: Simple-Line-Icons;
            speak: none;
            font-style: normal;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased
        }
        
        .icon-user-female:before {
            content: "\e000"
        }
        
        .icon-user-follow:before {
            content: "\e002"
        }
        
        .icon-user-following:before {
            content: "\e003"
        }
        
        .icon-user-unfollow:before {
            content: "\e004"
        }
        
        .icon-trophy:before {
            content: "\e006"
        }
        
        .icon-screen-smartphone:before {
            content: "\e010"
        }
        
        .icon-screen-desktop:before {
            content: "\e011"
        }
        
        .icon-plane:before {
            content: "\e012"
        }
        
        .icon-notebook:before {
            content: "\e013"
        }
        
        .icon-moustache:before {
            content: "\e014"
        }
        
        .icon-mouse:before {
            content: "\e015"
        }
        
        .icon-magnet:before {
            content: "\e016"
        }
        
        .icon-energy:before {
            content: "\e020"
        }
        
        .icon-emoticon-smile:before {
            content: "\e021"
        }
        
        .icon-disc:before {
            content: "\e022"
        }
        
        .icon-cursor-move:before {
            content: "\e023"
        }
        
        .icon-crop:before {
            content: "\e024"
        }
        
        .icon-credit-card:before {
            content: "\e025"
        }
        
        .icon-chemistry:before {
            content: "\e026"
        }
        
        .icon-user:before {
            content: "\e005"
        }
        
        .icon-speedometer:before {
            content: "\e007"
        }
        
        .icon-social-youtube:before {
            content: "\e008"
        }
        
        .icon-social-twitter:before {
            content: "\e009"
        }
        
        .icon-social-tumblr:before {
            content: "\e00a"
        }
        
        .icon-social-facebook:before {
            content: "\e00b"
        }
        
        .icon-social-dropbox:before {
            content: "\e00c"
        }
        
        .icon-social-dribbble:before {
            content: "\e00d"
        }
        
        .icon-shield:before {
            content: "\e00e"
        }
        
        .icon-screen-tablet:before {
            content: "\e00f"
        }
        
        .icon-magic-wand:before {
            content: "\e017"
        }
        
        .icon-hourglass:before {
            content: "\e018"
        }
        
        .icon-graduation:before {
            content: "\e019"
        }
        
        .icon-ghost:before {
            content: "\e01a"
        }
        
        .icon-game-controller:before {
            content: "\e01b"
        }
        
        .icon-fire:before {
            content: "\e01c"
        }
        
        .icon-eyeglasses:before {
            content: "\e01d"
        }
        
        .icon-envelope-open:before {
            content: "\e01e"
        }
        
        .icon-envelope-letter:before {
            content: "\e01f"
        }
        
        .icon-bell:before {
            content: "\e027"
        }
        
        .icon-badge:before {
            content: "\e028"
        }
        
        .icon-anchor:before {
            content: "\e029"
        }
        
        .icon-wallet:before {
            content: "\e02a"
        }
        
        .icon-vector:before {
            content: "\e02b"
        }
        
        .icon-speech:before {
            content: "\e02c"
        }
        
        .icon-puzzle:before {
            content: "\e02d"
        }
        
        .icon-printer:before {
            content: "\e02e"
        }
        
        .icon-present:before {
            content: "\e02f"
        }
        
        .icon-playlist:before {
            content: "\e030"
        }
        
        .icon-pin:before {
            content: "\e031"
        }
        
        .icon-picture:before {
            content: "\e032"
        }
        
        .icon-map:before {
            content: "\e033"
        }
        
        .icon-layers:before {
            content: "\e034"
        }
        
        .icon-handbag:before {
            content: "\e035"
        }
        
        .icon-globe-alt:before {
            content: "\e036"
        }
        
        .icon-globe:before {
            content: "\e037"
        }
        
        .icon-frame:before {
            content: "\e038"
        }
        
        .icon-folder-alt:before {
            content: "\e039"
        }
        
        .icon-film:before {
            content: "\e03a"
        }
        
        .icon-feed:before {
            content: "\e03b"
        }
        
        .icon-earphones-alt:before {
            content: "\e03c"
        }
        
        .icon-earphones:before {
            content: "\e03d"
        }
        
        .icon-drop:before {
            content: "\e03e"
        }
        
        .icon-drawer:before {
            content: "\e03f"
        }
        
        .icon-docs:before {
            content: "\e040"
        }
        
        .icon-directions:before {
            content: "\e041"
        }
        
        .icon-direction:before {
            content: "\e042"
        }
        
        .icon-diamond:before {
            content: "\e043"
        }
        
        .icon-cup:before {
            content: "\e044"
        }
        
        .icon-compass:before {
            content: "\e045"
        }
        
        .icon-call-out:before {
            content: "\e046"
        }
        
        .icon-call-in:before {
            content: "\e047"
        }
        
        .icon-call-end:before {
            content: "\e048"
        }
        
        .icon-calculator:before {
            content: "\e049"
        }
        
        .icon-bubbles:before {
            content: "\e04a"
        }
        
        .icon-briefcase:before {
            content: "\e04b"
        }
        
        .icon-book-open:before {
            content: "\e04c"
        }
        
        .icon-basket-loaded:before {
            content: "\e04d"
        }
        
        .icon-basket:before {
            content: "\e04e"
        }
        
        .icon-bag:before {
            content: "\e04f"
        }
        
        .icon-action-undo:before {
            content: "\e050"
        }
        
        .icon-action-redo:before {
            content: "\e051"
        }
        
        .icon-wrench:before {
            content: "\e052"
        }
        
        .icon-umbrella:before {
            content: "\e053"
        }
        
        .icon-trash:before {
            content: "\e054"
        }
        
        .icon-tag:before {
            content: "\e055"
        }
        
        .icon-support:before {
            content: "\e056"
        }
        
        .icon-size-fullscreen:before {
            content: "\e057"
        }
        
        .icon-size-actual:before {
            content: "\e058"
        }
        
        .icon-shuffle:before {
            content: "\e059"
        }
        
        .icon-share-alt:before {
            content: "\e05a"
        }
        
        .icon-share:before {
            content: "\e05b"
        }
        
        .icon-rocket:before {
            content: "\e05c"
        }
        
        .icon-question:before {
            content: "\e05d"
        }
        
        .icon-pie-chart:before {
            content: "\e05e"
        }
        
        .icon-pencil:before {
            content: "\e05f"
        }
        
        .icon-note:before {
            content: "\e060"
        }
        
        .icon-music-tone-alt:before {
            content: "\e061"
        }
        
        .icon-music-tone:before {
            content: "\e062"
        }
        
        .icon-microphone:before {
            content: "\e063"
        }
        
        .icon-loop:before {
            content: "\e064"
        }
        
        .icon-logout:before {
            content: "\e065"
        }
        
        .icon-login:before {
            content: "\e066"
        }
        
        .icon-list:before {
            content: "\e067"
        }
        
        .icon-like:before {
            content: "\e068"
        }
        
        .icon-home:before {
            content: "\e069"
        }
        
        .icon-grid:before {
            content: "\e06a"
        }
        
        .icon-graph:before {
            content: "\e06b"
        }
        
        .icon-equalizer:before {
            content: "\e06c"
        }
        
        .icon-dislike:before {
            content: "\e06d"
        }
        
        .icon-cursor:before {
            content: "\e06e"
        }
        
        .icon-control-start:before {
            content: "\e06f"
        }
        
        .icon-control-rewind:before {
            content: "\e070"
        }
        
        .icon-control-play:before {
            content: "\e071"
        }
        
        .icon-control-pause:before {
            content: "\e072"
        }
        
        .icon-control-forward:before {
            content: "\e073"
        }
        
        .icon-control-end:before {
            content: "\e074"
        }
        
        .icon-calendar:before {
            content: "\e075"
        }
        
        .icon-bulb:before {
            content: "\e076"
        }
        
        .icon-bar-chart:before {
            content: "\e077"
        }
        
        .icon-arrow-up:before {
            content: "\e078"
        }
        
        .icon-arrow-right:before {
            content: "\e079"
        }
        
        .icon-arrow-left:before {
            content: "\e07a"
        }
        
        .icon-arrow-down:before {
            content: "\e07b"
        }
        
        .icon-ban:before {
            content: "\e07c"
        }
        
        .icon-bubble:before {
            content: "\e07d"
        }
        
        .icon-camcorder:before {
            content: "\e07e"
        }
        
        .icon-camera:before {
            content: "\e07f"
        }
        
        .icon-check:before {
            content: "\e080"
        }
        
        .icon-clock:before {
            content: "\e081"
        }
        
        .icon-close:before {
            content: "\e082"
        }
        
        .icon-cloud-download:before {
            content: "\e083"
        }
        
        .icon-cloud-upload:before {
            content: "\e084"
        }
        
        .icon-doc:before {
            content: "\e085"
        }
        
        .icon-envelope:before {
            content: "\e086"
        }
        
        .icon-eye:before {
            content: "\e087"
        }
        
        .icon-flag:before {
            content: "\e088"
        }
        
        .icon-folder:before {
            content: "\e089"
        }
        
        .icon-heart:before {
            content: "\e08a"
        }
        
        .icon-info:before {
            content: "\e08b"
        }
        
        .icon-key:before {
            content: "\e08c"
        }
        
        .icon-link:before {
            content: "\e08d"
        }
        
        .icon-lock:before {
            content: "\e08e"
        }
        
        .icon-lock-open:before {
            content: "\e08f"
        }
        
        .icon-magnifier:before {
            content: "\e090"
        }
        
        .icon-magnifier-add:before {
            content: "\e091"
        }
        
        .icon-magnifier-remove:before {
            content: "\e092"
        }
        
        .icon-paper-clip:before {
            content: "\e093"
        }
        
        .icon-paper-plane:before {
            content: "\e094"
        }
        
        .icon-plus:before {
            content: "\e095"
        }
        
        .icon-pointer:before {
            content: "\e096"
        }
        
        .icon-power:before {
            content: "\e097"
        }
        
        .icon-refresh:before {
            content: "\e098"
        }
        
        .icon-reload:before {
            content: "\e099"
        }
        
        .icon-settings:before {
            content: "\e09a"
        }
        
        .icon-star:before {
            content: "\e09b"
        }
        
        .icon-symbol-female:before {
            content: "\e09c"
        }
        
        .icon-symbol-male:before {
            content: "\e09d"
        }
        
        .icon-target:before {
            content: "\e09e"
        }
        
        .icon-volume-1:before {
            content: "\e09f"
        }
        
        .icon-volume-2:before {
            content: "\e0a0"
        }
        
        .icon-volume-off:before {
            content: "\e0a1"
        }
        
        .icon-users:before {
            content: "\e001"
        }
        
        .datetimepicker {
            padding: 4px;
            margin-top: 1px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            direction: ltr
        }
        
        .datetimepicker-inline {
            width: 220px
        }
        
        .datetimepicker.datetimepicker-rtl {
            direction: rtl
        }
        
        .datetimepicker-dropdown,
        .datetimepicker-dropdown-left {
            top: 0;
            left: 0
        }
        
        [class*=" datetimepicker-dropdown"]:before {
            content: '';
            display: inline-block;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            border-bottom: 7px solid #ccc;
            border-bottom-color: rgba(0, 0, 0, .2);
            position: absolute
        }
        
        [class*=" datetimepicker-dropdown"]:after {
            content: '';
            display: inline-block;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-bottom: 6px solid #fff;
            position: absolute
        }
        
        [class*=" datetimepicker-dropdown-top"]:before {
            content: '';
            display: inline-block;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            border-top: 7px solid #ccc;
            border-top-color: rgba(0, 0, 0, .2);
            border-bottom: 0
        }
        
        [class*=" datetimepicker-dropdown-top"]:after {
            content: '';
            display: inline-block;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-top: 6px solid #fff;
            border-bottom: 0
        }
        
        .datetimepicker-dropdown-bottom-left:before {
            top: -7px;
            right: 6px
        }
        
        .datetimepicker-dropdown-bottom-left:after {
            top: -6px;
            right: 7px
        }
        
        .datetimepicker-dropdown-bottom-right:before {
            top: -7px;
            left: 6px
        }
        
        .datetimepicker-dropdown-bottom-right:after {
            top: -6px;
            left: 7px
        }
        
        .datetimepicker-dropdown-top-left:before {
            bottom: -7px;
            right: 6px
        }
        
        .datetimepicker-dropdown-top-left:after {
            bottom: -6px;
            right: 7px
        }
        
        .datetimepicker-dropdown-top-right:before {
            bottom: -7px;
            left: 6px
        }
        
        .datetimepicker-dropdown-top-right:after {
            bottom: -6px;
            left: 7px
        }
        
        .datetimepicker>div {
            display: none
        }
        
        .datetimepicker.days div.datetimepicker-days,
        .datetimepicker.hours div.datetimepicker-hours,
        .datetimepicker.minutes div.datetimepicker-minutes,
        .datetimepicker.months div.datetimepicker-months,
        .datetimepicker.years div.datetimepicker-years {
            display: block
        }
        
        .datetimepicker table {
            margin: 0
        }
        
        .datetimepicker td,
        .datetimepicker th {
            text-align: center;
            width: 20px;
            height: 20px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            border: none
        }
        
        .datepicker,
        .datetimepicker table tr td span {
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px
        }
        
        .table-striped .datetimepicker table tr td,
        .table-striped .datetimepicker table tr th {
            background-color: transparent
        }
        
        .datetimepicker table tr td.day:hover,
        .datetimepicker table tr td.hour:hover,
        .datetimepicker table tr td.minute:hover {
            background: #eee;
            cursor: pointer
        }
        
        .datetimepicker table tr td.new,
        .datetimepicker table tr td.old {
            color: #999
        }
        
        .datetimepicker table tr td.disabled,
        .datetimepicker table tr td.disabled:hover {
            background: 0 0;
            color: #999;
            cursor: default
        }
        
        .datetimepicker table tr td.today,
        .datetimepicker table tr td.today.disabled,
        .datetimepicker table tr td.today.disabled:hover,
        .datetimepicker table tr td.today:hover {
            background-color: #fde19a;
            background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
            background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
            background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
            background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
            background-image: linear-gradient(top, #fdd49a, #fdf59a);
            background-repeat: repeat-x;
            border-color: #fdf59a #fdf59a #fbed50;
            border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
            filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
        }
        
        .datetimepicker table tr td.today.active,
        .datetimepicker table tr td.today.disabled,
        .datetimepicker table tr td.today.disabled.active,
        .datetimepicker table tr td.today.disabled.disabled,
        .datetimepicker table tr td.today.disabled:active,
        .datetimepicker table tr td.today.disabled:hover,
        .datetimepicker table tr td.today.disabled:hover.active,
        .datetimepicker table tr td.today.disabled:hover.disabled,
        .datetimepicker table tr td.today.disabled:hover:active,
        .datetimepicker table tr td.today.disabled:hover:hover,
        .datetimepicker table tr td.today.disabled:hover[disabled],
        .datetimepicker table tr td.today.disabled[disabled],
        .datetimepicker table tr td.today:active,
        .datetimepicker table tr td.today:hover,
        .datetimepicker table tr td.today:hover.active,
        .datetimepicker table tr td.today:hover.disabled,
        .datetimepicker table tr td.today:hover:active,
        .datetimepicker table tr td.today:hover:hover,
        .datetimepicker table tr td.today:hover[disabled],
        .datetimepicker table tr td.today[disabled] {
            background-color: #fdf59a
        }
        
        .datetimepicker table tr td.active,
        .datetimepicker table tr td.active.disabled,
        .datetimepicker table tr td.active.disabled:hover,
        .datetimepicker table tr td.active:hover {
            background-color: #006dcc;
            background-image: -moz-linear-gradient(top, #08c, #04c);
            background-image: -ms-linear-gradient(top, #08c, #04c);
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
            background-image: -webkit-linear-gradient(top, #08c, #04c);
            background-image: -o-linear-gradient(top, #08c, #04c);
            background-image: linear-gradient(top, #08c, #04c);
            background-repeat: repeat-x;
            border-color: #04c #04c #002a80;
            border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
            filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
            color: #fff;
            text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
        }
        
        .datetimepicker table tr td.active.active,
        .datetimepicker table tr td.active.disabled,
        .datetimepicker table tr td.active.disabled.active,
        .datetimepicker table tr td.active.disabled.disabled,
        .datetimepicker table tr td.active.disabled:active,
        .datetimepicker table tr td.active.disabled:hover,
        .datetimepicker table tr td.active.disabled:hover.active,
        .datetimepicker table tr td.active.disabled:hover.disabled,
        .datetimepicker table tr td.active.disabled:hover:active,
        .datetimepicker table tr td.active.disabled:hover:hover,
        .datetimepicker table tr td.active.disabled:hover[disabled],
        .datetimepicker table tr td.active.disabled[disabled],
        .datetimepicker table tr td.active:active,
        .datetimepicker table tr td.active:hover,
        .datetimepicker table tr td.active:hover.active,
        .datetimepicker table tr td.active:hover.disabled,
        .datetimepicker table tr td.active:hover:active,
        .datetimepicker table tr td.active:hover:hover,
        .datetimepicker table tr td.active:hover[disabled],
        .datetimepicker table tr td.active[disabled] {
            background-color: #04c
        }
        
        .datetimepicker table tr td span {
            display: block;
            width: 23%;
            height: 54px;
            line-height: 54px;
            float: left;
            margin: 1%;
            cursor: pointer;
            border-radius: 4px
        }
        
        .datetimepicker .datetimepicker-hours span {
            height: 26px;
            line-height: 26px
        }
        
        .datetimepicker .datetimepicker-hours table tr td span.hour_am,
        .datetimepicker .datetimepicker-hours table tr td span.hour_pm {
            width: 14.6%
        }
        
        .datetimepicker .datetimepicker-hours fieldset legend,
        .datetimepicker .datetimepicker-minutes fieldset legend {
            margin-bottom: inherit;
            line-height: 30px
        }
        
        .datetimepicker .datetimepicker-minutes span {
            height: 26px;
            line-height: 26px
        }
        
        .datetimepicker table tr td span:hover {
            background: #eee
        }
        
        .datetimepicker table tr td span.disabled,
        .datetimepicker table tr td span.disabled:hover {
            background: 0 0;
            color: #999;
            cursor: default
        }
        
        .datetimepicker table tr td span.active,
        .datetimepicker table tr td span.active.disabled,
        .datetimepicker table tr td span.active.disabled:hover,
        .datetimepicker table tr td span.active:hover {
            background-color: #006dcc;
            background-image: -moz-linear-gradient(top, #08c, #04c);
            background-image: -ms-linear-gradient(top, #08c, #04c);
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
            background-image: -webkit-linear-gradient(top, #08c, #04c);
            background-image: -o-linear-gradient(top, #08c, #04c);
            background-image: linear-gradient(top, #08c, #04c);
            background-repeat: repeat-x;
            border-color: #04c #04c #002a80;
            border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
            filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
            color: #fff;
            text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
        }
        
        .ih-item.circle.effect1 .info h3,
        .ih-item.circle.effect10 .info h3,
        .ih-item.circle.effect17 .info h3,
        .ih-item.circle.effect18 .info h3,
        .ih-item.circle.effect19 .info h3,
        .ih-item.circle.effect2 .info h3,
        .ih-item.circle.effect20 .info h3,
        .ih-item.circle.effect3 .info h3,
        .ih-item.circle.effect4 .info h3,
        .ih-item.circle.effect5 .info h3,
        .ih-item.circle.effect6 .info h3,
        .ih-item.circle.effect7 .info h3,
        .ih-item.circle.effect8 .info h3,
        .ih-item.circle.effect9 .info h3 {
            letter-spacing: 2px;
            text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, .3);
            text-transform: uppercase
        }
        
        .datetimepicker table tr td span.active.active,
        .datetimepicker table tr td span.active.disabled,
        .datetimepicker table tr td span.active.disabled.active,
        .datetimepicker table tr td span.active.disabled.disabled,
        .datetimepicker table tr td span.active.disabled:active,
        .datetimepicker table tr td span.active.disabled:hover,
        .datetimepicker table tr td span.active.disabled:hover.active,
        .datetimepicker table tr td span.active.disabled:hover.disabled,
        .datetimepicker table tr td span.active.disabled:hover:active,
        .datetimepicker table tr td span.active.disabled:hover:hover,
        .datetimepicker table tr td span.active.disabled:hover[disabled],
        .datetimepicker table tr td span.active.disabled[disabled],
        .datetimepicker table tr td span.active:active,
        .datetimepicker table tr td span.active:hover,
        .datetimepicker table tr td span.active:hover.active,
        .datetimepicker table tr td span.active:hover.disabled,
        .datetimepicker table tr td span.active:hover:active,
        .datetimepicker table tr td span.active:hover:hover,
        .datetimepicker table tr td span.active:hover[disabled],
        .datetimepicker table tr td span.active[disabled] {
            background-color: #04c
        }
        
        .datetimepicker table tr td span.old {
            color: #999
        }
        
        .datetimepicker th.switch {
            width: 145px
        }
        
        .datetimepicker tfoot tr:first-child th,
        .datetimepicker thead tr:first-child th {
            cursor: pointer
        }
        
        .datetimepicker tfoot tr:first-child th:hover,
        .datetimepicker thead tr:first-child th:hover {
            background: #eee
        }
        
        .ih-item.circle .info,
        .ih-item.circle.effect8 .info-container,
        .ih-item.square .info {
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            text-align: center
        }
        
        .ih-item.circle.effect11,
        .ih-item.circle.effect5 {
            -webkit-perspective: 900px;
            -moz-perspective: 900px;
            perspective: 900px
        }
        
        .ih-item.square.effect1,
        .ih-item.square.effect10,
        .ih-item.square.effect11,
        .ih-item.square.effect12,
        .ih-item.square.effect13,
        .ih-item.square.effect15,
        .ih-item.square.effect2,
        .ih-item.square.effect3,
        .ih-item.square.effect4,
        .ih-item.square.effect6,
        .ih-item.square.effect8 {
            overflow: hidden
        }
        
        .ih-item {
            position: relative;
            -webkit-transition: all .35s ease-in-out;
            -moz-transition: all .35s ease-in-out;
            transition: all .35s ease-in-out
        }
        
        .ih-item.circle .img:before,
        .ih-item.circle.effect2 .img {
            -webkit-transition: all .35s ease-in-out;
            -moz-transition: all .35s ease-in-out
        }
        
        .ih-item,
        .ih-item * {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box
        }
        
        .ih-item a {
            color: #333
        }
        
        .ih-item a:hover {
            text-decoration: none
        }
        
        .ih-item img {
            width: 100%;
            height: 100%
        }
        
        .ih-item.circle,
        .ih-item.circle .img {
            position: relative;
            width: 220px;
            height: 220px;
            border-radius: 50%
        }
        
        .ih-item.circle .img:before {
            position: absolute;
            display: block;
            content: '';
            width: 100%;
            height: 100%;
            border-radius: 50%;
            box-shadow: inset 0 0 0 16px rgba(255, 255, 255, .6), 0 1px 2px rgba(0, 0, 0, .3);
            transition: all .35s ease-in-out
        }
        
        .ih-item.circle .img img {
            border-radius: 50%
        }
        
        .ih-item.circle .info {
            position: absolute;
            border-radius: 50%;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden
        }
        
        .ih-item.square {
            position: relative;
            width: 316px;
            height: 216px;
            border: 8px solid #fff;
            box-shadow: 1px 1px 3px rgba(0, 0, 0, .3)
        }
        
        .ih-item.square .info {
            position: absolute;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden
        }
        
        .ih-item.circle.effect1 .spinner {
            width: 230px;
            height: 230px;
            border: 10px solid #ecab18;
            border-right-color: #1ad280;
            border-bottom-color: #1ad280;
            border-radius: 50%;
            -webkit-transition: all .8s ease-in-out;
            -moz-transition: all .8s ease-in-out;
            transition: all .8s ease-in-out
        }
        
        .ih-item.circle.effect1 .info p,
        .ih-item.circle.effect10 .info p,
        .ih-item.circle.effect11 .info p,
        .ih-item.circle.effect12 .info p,
        .ih-item.circle.effect13 .info p,
        .ih-item.circle.effect14 .info p,
        .ih-item.circle.effect15 .info p,
        .ih-item.circle.effect16 .info p,
        .ih-item.circle.effect17 .info p,
        .ih-item.circle.effect18 .info p,
        .ih-item.circle.effect19 .info p,
        .ih-item.circle.effect2 .info p,
        .ih-item.circle.effect20 .info p,
        .ih-item.circle.effect3 .info p,
        .ih-item.circle.effect4 .info p,
        .ih-item.circle.effect5 .info p,
        .ih-item.circle.effect6 .info p,
        .ih-item.circle.effect7 .info p,
        .ih-item.circle.effect8 .info p,
        .ih-item.circle.effect9 .info p {
            border-top: 1px solid rgba(255, 255, 255, .5);
            font-style: italic
        }
        
        .ih-item.circle.effect1 .img {
            position: absolute;
            top: 10px;
            bottom: 0;
            left: 10px;
            right: 0;
            width: auto;
            height: auto
        }
        
        .ih-item.circle.effect1 .info h3,
        .ih-item.circle.effect2 .info h3,
        .ih-item.circle.effect3 .info h3,
        .ih-item.circle.effect4 .info h3 {
            position: relative;
            height: 110px;
            margin: 0 30px
        }
        
        .ih-item.circle.effect1 .img:before {
            display: none
        }
        
        .ih-item.circle.effect1.colored .info {
            background: #1a4a72;
            background: rgba(26, 74, 114, .6)
        }
        
        .ih-item.circle.effect1 .info {
            top: 10px;
            bottom: 0;
            left: 10px;
            right: 0;
            background: #333;
            background: rgba(0, 0, 0, .6);
            opacity: 0;
            -webkit-transition: all .8s ease-in-out;
            -moz-transition: all .8s ease-in-out;
            transition: all .8s ease-in-out
        }
        
        .ih-item.circle.effect1 .info h3 {
            color: #fff;
            font-size: 22px;
            padding: 55px 0 0
        }
        
        .ih-item.circle.effect1 .info p {
            color: #bbb;
            padding: 10px 5px;
            margin: 0 30px;
            font-size: 12px
        }
        
        .ih-item.circle.effect1 a:hover .spinner {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg)
        }
        
        .ih-item.circle.effect1 a:hover .info {
            opacity: 1
        }
        
        .ih-item.circle.effect2 .img {
            opacity: 1;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            transition: all .35s ease-in-out
        }
        
        .ih-item.circle.effect2 .info,
        .ih-item.circle.effect3 .img {
            -webkit-transition: all .35s ease-in-out;
            -moz-transition: all .35s ease-in-out
        }
        
        .ih-item.circle.effect2.colored .info {
            background: #1a4a72;
            background: rgba(26, 74, 114, .6)
        }
        
        .ih-item.circle.effect2 .info {
            background: #333;
            background: rgba(0, 0, 0, .6);
            opacity: 0;
            pointer-events: none;
            transition: all .35s ease-in-out
        }
        
        .ih-item.circle.effect2 .info h3 {
            color: #fff;
            font-size: 22px;
            padding: 55px 0 0
        }
        
        .ih-item.circle.effect2 .info p {
            color: #bbb;
            padding: 10px 5px;
            margin: 0 30px;
            font-size: 12px
        }
        
        .ih-item.circle.effect2.left_to_right .info {
            -webkit-transform: translateX(-100%);
            -moz-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            -o-transform: translateX(-100%);
            transform: translateX(-100%)
        }
        
        .ih-item.circle.effect2.left_to_right a:hover .img {
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            transform: rotate(-90deg)
        }
        
        .ih-item.circle.effect2.left_to_right a:hover .info {
            opacity: 1;
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0)
        }
        
        .ih-item.circle.effect2.right_to_left .info {
            -webkit-transform: translateX(100%);
            -moz-transform: translateX(100%);
            -ms-transform: translateX(100%);
            -o-transform: translateX(100%);
            transform: translateX(100%)
        }
        
        .ih-item.circle.effect2.right_to_left a:hover .img {
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg)
        }
        
        .ih-item.circle.effect2.right_to_left a:hover .info {
            opacity: 1;
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0)
        }
        
        .ih-item.circle.effect2.top_to_bottom .info {
            -webkit-transform: translateY(-100%);
            -moz-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            -o-transform: translateY(-100%);
            transform: translateY(-100%)
        }
        
        .ih-item.circle.effect2.top_to_bottom a:hover .img {
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            transform: rotate(-90deg)
        }
        
        .ih-item.circle.effect2.top_to_bottom a:hover .info {
            opacity: 1;
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0)
        }
        
        .ih-item.circle.effect2.bottom_to_top .info {
            -webkit-transform: translateY(100%);
            -moz-transform: translateY(100%);
            -ms-transform: translateY(100%);
            -o-transform: translateY(100%);
            transform: translateY(100%)
        }
        
        .ih-item.circle.effect2.bottom_to_top a:hover .img {
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg)
        }
        
        .ih-item.circle.effect2.bottom_to_top a:hover .info {
            opacity: 1;
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0)
        }
        
        .ih-item.circle.effect3 .img {
            z-index: 11;
            transition: all .35s ease-in-out
        }
        
        .ih-item.circle.effect3 .info,
        .ih-item.circle.effect4 .info p {
            -webkit-transition: all .35s ease-in-out;
            -moz-transition: all .35s ease-in-out
        }
        
        .ih-item.circle.effect3.colored .info {
            background: #1a4a72
        }
        
        .ih-item.circle.effect3 .info {
            background: #333;
            opacity: 0;
            pointer-events: none;
            transition: all .35s ease-in-out
        }
        
        .ih-item.circle.effect3 .info h3 {
            color: #fff;
            font-size: 22px;
            padding: 55px 0 0
        }
        
        .ih-item.circle.effect3 .info p {
            color: #bbb;
            padding: 10px 5px;
            margin: 0 30px;
            font-size: 12px
        }
        
        .ih-item.circle.effect3.left_to_right .img {
            -webkit-transform: scale(1) translateX(0);
            -moz-transform: scale(1) translateX(0);
            -ms-transform: scale(1) translateX(0);
            -o-transform: scale(1) translateX(0);
            transform: scale(1) translateX(0)
        }
        
        .ih-item.circle.effect3.left_to_right .info {
            -webkit-transform: translateX(-100%);
            -moz-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            -o-transform: translateX(-100%);
            transform: translateX(-100%)
        }
        
        .ih-item.circle.effect3.left_to_right a:hover .img {
            -webkit-transform: scale(.5) translateX(100%);
            -moz-transform: scale(.5) translateX(100%);
            -ms-transform: scale(.5) translateX(100%);
            -o-transform: scale(.5) translateX(100%);
            transform: scale(.5) translateX(100%)
        }
        
        .ih-item.circle.effect3.left_to_right a:hover .info {
            opacity: 1;
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0)
        }
        
        .ih-item.circle.effect3.right_to_left .img {
            -webkit-transform: scale(1) translateX(0);
            -moz-transform: scale(1) translateX(0);
            -ms-transform: scale(1) translateX(0);
            -o-transform: scale(1) translateX(0);
            transform: scale(1) translateX(0)
        }
        
        .ih-item.circle.effect3.right_to_left .info {
            -webkit-transform: translateX(100%);
            -moz-transform: translateX(100%);
            -ms-transform: translateX(100%);
            -o-transform: translateX(100%);
            transform: translateX(100%)
        }
        
        .ih-item.circle.effect3.right_to_left a:hover .img {
            -webkit-transform: scale(.5) translateX(-100%);
            -moz-transform: scale(.5) translateX(-100%);
            -ms-transform: scale(.5) translateX(-100%);
            -o-transform: scale(.5) translateX(-100%);
            transform: scale(.5) translateX(-100%)
        }
        
        .ih-item.circle.effect3.right_to_left a:hover .info {
            opacity: 1;
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0)
        }
        
        .ih-item.circle.effect3.top_to_bottom .img {
            -webkit-transform: scale(1) translateY(0);
            -moz-transform: scale(1) translateY(0);
            -ms-transform: scale(1) translateY(0);
            -o-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0)
        }
        
        .ih-item.circle.effect3.top_to_bottom .info {
            -webkit-transform: translateY(-100%);
            -moz-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            -o-transform: translateY(-100%);
            transform: translateY(-100%)
        }
        
        .ih-item.circle.effect3.top_to_bottom a:hover .img {
            -webkit-transform: scale(.5) translateY(100%);
            -moz-transform: scale(.5) translateY(100%);
            -ms-transform: scale(.5) translateY(100%);
            -o-transform: scale(.5) translateY(100%);
            transform: scale(.5) translateY(100%)
        }
        
        .ih-item.circle.effect3.top_to_bottom a:hover .info {
            opacity: 1;
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0)
        }
        
        .ih-item.circle.effect3.bottom_to_top .img {
            -webkit-transform: scale(1) translateY(0);
            -moz-transform: scale(1) translateY(0);
            -ms-transform: scale(1) translateY(0);
            -o-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0)
        }
        
        .ih-item.circle.effect3.bottom_to_top .info {
            -webkit-transform: translateY(100%);
            -moz-transform: translateY(100%);
            -ms-transform: translateY(100%);
            -o-transform: translateY(100%);
            transform: translateY(100%)
        }
        
        .ih-item.circle.effect3.bottom_to_top a:hover .img {
            -webkit-transform: scale(.5) translateY(-100%);
            -moz-transform: scale(.5) translateY(-100%);
            -ms-transform: scale(.5) translateY(-100%);
            -o-transform: scale(.5) translateY(-100%);
            transform: scale(.5) translateY(-100%)
        }
        
        .ih-item.circle.effect3.bottom_to_top a:hover .info {
            opacity: 1;
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0)
        }
        
        .ih-item.circle.effect4 .img {
            opacity: 1;
            -webkit-transition: all .4s ease-in-out;
            -moz-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out
        }
        
        .ih-item.circle.effect4 .info,
        .ih-item.circle.effect4 a:hover .img {
            opacity: 0;
            pointer-events: none
        }
        
        .ih-item.circle.effect4.colored .info {
            background: #1a4a72
        }
        
        .ih-item.circle.effect4 .info {
            background: #333;
            visibility: hidden;
            -webkit-transition: all .35s ease;
            -moz-transition: all .35s ease;
            transition: all .35s ease
        }
        
        .ih-item.circle.effect4 .info h3 {
            color: #fff;
            font-size: 22px;
            padding: 55px 0 0
        }
        
        .ih-item.circle.effect4 .info p {
            color: #bbb;
            padding: 10px 5px;
            margin: 0 30px;
            font-size: 12px;
            transition: all .35s ease-in-out
        }
        
        .ih-item.circle.effect5 .info,
        .ih-item.circle.effect6 .img {
            -webkit-transition: all .35s ease-in-out;
            -moz-transition: all .35s ease-in-out
        }
        
        .ih-item.circle.effect4 a:hover .info {
            visibility: visible;
            opacity: 1
        }
        
        .ih-item.circle.effect4.left_to_right .img {
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0)
        }
        
        .ih-item.circle.effect4.left_to_right .info {
            -webkit-transform: translateX(-100%);
            -moz-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            -o-transform: translateX(-100%);
            transform: translateX(-100%)
        }
        
        .ih-item.circle.effect4.left_to_right a:hover .img {
            -webkit-transform: translateX(100%);
            -moz-transform: translateX(100%);
            -ms-transform: translateX(100%);
            -o-transform: translateX(100%);
            transform: translateX(100%)
        }
        
        .ih-item.circle.effect4.left_to_right a:hover .info,
        .ih-item.circle.effect4.right_to_left .img {
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0)
        }
        
        .ih-item.circle.effect4.right_to_left .info {
            -webkit-transform: translateX(100%);
            -moz-transform: translateX(100%);
            -ms-transform: translateX(100%);
            -o-transform: translateX(100%);
            transform: translateX(100%)
        }
        
        .ih-item.circle.effect4.right_to_left a:hover .img {
            -webkit-transform: translateX(-100%);
            -moz-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            -o-transform: translateX(-100%);
            transform: translateX(-100%)
        }
        
        .ih-item.circle.effect4.right_to_left a:hover .info {
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0)
        }
        
        .ih-item.circle.effect4.top_to_bottom .img {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0)
        }
        
        .ih-item.circle.effect4.top_to_bottom .info {
            -webkit-transform: translateY(100%);
            -moz-transform: translateY(100%);
            -ms-transform: translateY(100%);
            -o-transform: translateY(100%);
            transform: translateY(100%)
        }
        
        .ih-item.circle.effect4.top_to_bottom a:hover .img {
            -webkit-transform: translateY(-100%);
            -moz-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            -o-transform: translateY(-100%);
            transform: translateY(-100%)
        }
        
        .ih-item.circle.effect4.bottom_to_top .img,
        .ih-item.circle.effect4.top_to_bottom a:hover .info {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0)
        }
        
        .ih-item.circle.effect4.bottom_to_top .info {
            -webkit-transform: translateY(-100%);
            -moz-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            -o-transform: translateY(-100%);
            transform: translateY(-100%)
        }
        
        .ih-item.circle.effect4.bottom_to_top a:hover .img {
            -webkit-transform: translateY(100%);
            -moz-transform: translateY(100%);
            -ms-transform: translateY(100%);
            -o-transform: translateY(100%);
            transform: translateY(100%)
        }
        
        .ih-item.circle.effect4.bottom_to_top a:hover .info {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0)
        }
        
        .ih-item.circle.effect5.colored .info .info-back {
            background: #1a4a72;
            background: rgba(26, 74, 114, .6)
        }
        
        .ih-item.circle.effect5 .info {
            transition: all .35s ease-in-out;
            -webkit-transform-style: preserve-3d;
            -moz-transform-style: preserve-3d;
            -ms-transform-style: preserve-3d;
            -o-transform-style: preserve-3d;
            transform-style: preserve-3d
        }
        
        .ih-item.circle.effect5 .info .info-back {
            visibility: hidden;
            border-radius: 50%;
            width: 100%;
            height: 100%;
            background: #333;
            background: rgba(0, 0, 0, .6);
            -webkit-transform: rotate3d(0, 1, 0, 180deg);
            -moz-transform: rotate3d(0, 1, 0, 180deg);
            -ms-transform: rotate3d(0, 1, 0, 180deg);
            -o-transform: rotate3d(0, 1, 0, 180deg);
            transform: rotate3d(0, 1, 0, 180deg);
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden
        }
        
        .ih-item.circle.effect5 .info h3,
        .ih-item.circle.effect6 .info h3,
        .ih-item.circle.effect7 .info h3 {
            position: relative;
            height: 110px;
            margin: 0 30px
        }
        
        .ih-item.circle.effect5 .info h3 {
            color: #fff;
            font-size: 22px;
            padding: 55px 0 0
        }
        
        .ih-item.circle.effect5 .info p {
            color: #bbb;
            padding: 10px 5px;
            margin: 0 30px;
            font-size: 12px
        }
        
        .ih-item.circle.effect5 a:hover .info {
            -webkit-transform: rotate3d(0, 1, 0, -180deg);
            -moz-transform: rotate3d(0, 1, 0, -180deg);
            -ms-transform: rotate3d(0, 1, 0, -180deg);
            -o-transform: rotate3d(0, 1, 0, -180deg);
            transform: rotate3d(0, 1, 0, -180deg)
        }
        
        .ih-item.circle.effect5 a:hover .info .info-back {
            visibility: visible
        }
        
        .ih-item.circle.effect6 .img {
            opacity: 1;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            transition: all .35s ease-in-out
        }
        
        .ih-item.circle.effect6.colored .info {
            background: #1a4a72
        }
        
        .ih-item.circle.effect6 .info {
            background: #333;
            opacity: 0;
            -webkit-transition: all .35s ease-in-out;
            -moz-transition: all .35s ease-in-out;
            transition: all .35s ease-in-out
        }
        
        .ih-item.circle.effect6 .info h3 {
            color: #fff;
            font-size: 22px;
            padding: 55px 0 0
        }
        
        .ih-item.circle.effect6 .info p {
            color: #bbb;
            padding: 10px 5px;
            margin: 0 30px;
            font-size: 12px
        }
        
        .ih-item.circle.effect6.scale_up .info {
            -webkit-transform: scale(.5);
            -moz-transform: scale(.5);
            -ms-transform: scale(.5);
            -o-transform: scale(.5);
            transform: scale(.5)
        }
        
        .ih-item.circle.effect6.scale_up a:hover .img {
            opacity: 0;
            -webkit-transform: scale(1.5);
            -moz-transform: scale(1.5);
            -ms-transform: scale(1.5);
            -o-transform: scale(1.5);
            transform: scale(1.5)
        }
        
        .ih-item.circle.effect6.scale_up a:hover .info {
            opacity: 1;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1)
        }
        
        .ih-item.circle.effect6.scale_down .info {
            -webkit-transform: scale(1.5);
            -moz-transform: scale(1.5);
            -ms-transform: scale(1.5);
            -o-transform: scale(1.5);
            transform: scale(1.5)
        }
        
        .ih-item.circle.effect6.scale_down a:hover .img,
        .ih-item.circle.effect6.scale_down_up .info {
            -webkit-transform: scale(.5);
            -moz-transform: scale(.5);
            -ms-transform: scale(.5);
            -o-transform: scale(.5)
        }
        
        .ih-item.circle.effect6.scale_down a:hover .img {
            opacity: 0;
            transform: scale(.5)
        }
        
        .ih-item.circle.effect6.scale_down a:hover .info {
            opacity: 1;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1)
        }
        
        .ih-item.circle.effect6.scale_down_up .info {
            transform: scale(.5);
            -webkit-transition: all .35s ease-in-out .2s;
            -moz-transition: all .35s ease-in-out .2s;
            transition: all .35s ease-in-out .2s
        }
        
        .ih-item.circle.effect6.scale_down_up a:hover .img {
            opacity: 0;
            -webkit-transform: scale(.5);
            -moz-transform: scale(.5);
            -ms-transform: scale(.5);
            -o-transform: scale(.5);
            transform: scale(.5)
        }
        
        .ih-item.circle.effect6.scale_down_up a:hover .info {
            opacity: 1;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1)
        }
        
        .ih-item.circle.effect7 .img {
            opacity: 1;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            -webkit-transition: all .35s ease-out;
            -moz-transition: all .35s ease-out;
            transition: all .35s ease-out
        }
        
        .ih-item.circle.effect7 a:hover .img,
        .ih-item.circle.effect8 .info {
            -webkit-transform: scale(.5);
            -moz-transform: scale(.5);
            -ms-transform: scale(.5);
            -o-transform: scale(.5)
        }
        
        .ih-item.circle.effect7.colored .info {
            background: #1a4a72
        }
        
        .ih-item.circle.effect7 .info {
            background: #333;
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
            -webkit-transition: all .35s ease .2s;
            -moz-transition: all .35s ease .2s;
            transition: all .35s ease .2s
        }
        
        .ih-item.circle.effect7 .info h3 {
            color: #fff;
            font-size: 22px;
            padding: 55px 0 0
        }
        
        .ih-item.circle.effect7 .info p {
            color: #bbb;
            padding: 10px 5px;
            margin: 0 30px;
            font-size: 12px
        }
        
        .ih-item.circle.effect7 a:hover .img {
            opacity: 0;
            transform: scale(.5)
        }
        
        .ih-item.circle.effect7 a:hover .info {
            visibility: visible;
            opacity: 1
        }
        
        .ih-item.circle.effect7.left_to_right .info {
            -webkit-transform: translateX(-100%);
            -moz-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            -o-transform: translateX(-100%);
            transform: translateX(-100%)
        }
        
        .ih-item.circle.effect7.left_to_right a:hover .info {
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0)
        }
        
        .ih-item.circle.effect7.right_to_left .info {
            -webkit-transform: translateX(100%);
            -moz-transform: translateX(100%);
            -ms-transform: translateX(100%);
            -o-transform: translateX(100%);
            transform: translateX(100%)
        }
        
        .ih-item.circle.effect7.right_to_left a:hover .info {
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0)
        }
        
        .ih-item.circle.effect7.top_to_bottom .info {
            -webkit-transform: translateY(100%);
            -moz-transform: translateY(100%);
            -ms-transform: translateY(100%);
            -o-transform: translateY(100%);
            transform: translateY(100%)
        }
        
        .ih-item.circle.effect7.top_to_bottom a:hover .info {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0)
        }
        
        .ih-item.circle.effect7.bottom_to_top .info {
            -webkit-transform: translateY(-100%);
            -moz-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            -o-transform: translateY(-100%);
            transform: translateY(-100%)
        }
        
        .ih-item.circle.effect7.bottom_to_top a:hover .info {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0)
        }
        
        .ih-item.circle.effect8.colored .info {
            background: #1a4a72
        }
        
        .ih-item.circle.effect8 .img-container {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out
        }
        
        .ih-item.circle.effect8 .img-container .img {
            opacity: 1;
            -webkit-transition: all .3s ease-in-out .3s;
            -moz-transition: all .3s ease-in-out .3s;
            transition: all .3s ease-in-out .3s
        }
        
        .ih-item.circle.effect8 .info-container {
            position: absolute;
            border-radius: 50%;
            opacity: 0;
            pointer-events: none;
            -webkit-transition: all .3s ease-in-out .3s;
            -moz-transition: all .3s ease-in-out .3s;
            transition: all .3s ease-in-out .3s
        }
        
        .ih-item.circle.effect10 .info h3,
        .ih-item.circle.effect9 .info h3 {
            position: relative
        }
        
        .ih-item.circle.effect8 .info {
            width: 100%;
            height: 100%;
            background: #333;
            pointer-events: none;
            transform: scale(.5);
            -webkit-transition: all .35s ease-in-out .6s;
            -moz-transition: all .35s ease-in-out .6s;
            transition: all .35s ease-in-out .6s
        }
        
        .ih-item.circle.effect8 a:hover .img-container,
        .ih-item.circle.effect9 .info {
            -webkit-transform: scale(.5);
            -moz-transform: scale(.5);
            -ms-transform: scale(.5);
            -o-transform: scale(.5);
            pointer-events: none
        }
        
        .ih-item.circle.effect8 .info h3 {
            color: #fff;
            font-size: 22px;
            margin: 0 30px;
            padding: 45px 0 0;
            height: 140px
        }
        
        .ih-item.circle.effect8 .info p {
            color: #bbb;
            padding: 10px 5px;
            margin: 0 30px;
            font-size: 12px
        }
        
        .ih-item.circle.effect8 a:hover .img-container {
            transform: scale(.5)
        }
        
        .ih-item.circle.effect8 a:hover .img-container .img {
            opacity: 0;
            pointer-events: none
        }
        
        .ih-item.circle.effect8 a:hover .info-container {
            opacity: 1
        }
        
        .ih-item.circle.effect8 a:hover .info-container .info {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1)
        }
        
        .ih-item.circle.effect8.left_to_right .img-container .img {
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0)
        }
        
        .ih-item.circle.effect8.left_to_right .info-container {
            -webkit-transform: translateX(100%);
            -moz-transform: translateX(100%);
            -ms-transform: translateX(100%);
            -o-transform: translateX(100%);
            transform: translateX(100%)
        }
        
        .ih-item.circle.effect8.left_to_right a:hover .img-container .img {
            -webkit-transform: translateX(-100%);
            -moz-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            -o-transform: translateX(-100%);
            transform: translateX(-100%)
        }
        
        .ih-item.circle.effect8.left_to_right a:hover .info-container,
        .ih-item.circle.effect8.right_to_left .img-container .img {
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0)
        }
        
        .ih-item.circle.effect8.right_to_left .info-container {
            -webkit-transform: translateX(-100%);
            -moz-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            -o-transform: translateX(-100%);
            transform: translateX(-100%)
        }
        
        .ih-item.circle.effect8.right_to_left a:hover .img-container .img {
            -webkit-transform: translateX(100%);
            -moz-transform: translateX(100%);
            -ms-transform: translateX(100%);
            -o-transform: translateX(100%);
            transform: translateX(100%)
        }
        
        .ih-item.circle.effect8.right_to_left a:hover .info-container {
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0)
        }
        
        .ih-item.circle.effect8.top_to_bottom .img-container .img {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0)
        }
        
        .ih-item.circle.effect8.top_to_bottom .info-container {
            -webkit-transform: translateY(-100%);
            -moz-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            -o-transform: translateY(-100%);
            transform: translateY(-100%)
        }
        
        .ih-item.circle.effect8.top_to_bottom a:hover .img-container .img {
            -webkit-transform: translateY(100%);
            -moz-transform: translateY(100%);
            -ms-transform: translateY(100%);
            -o-transform: translateY(100%);
            transform: translateY(100%)
        }
        
        .ih-item.circle.effect8.bottom_to_top .img-container .img,
        .ih-item.circle.effect8.top_to_bottom a:hover .info-container {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0)
        }
        
        .ih-item.circle.effect8.bottom_to_top .info-container {
            -webkit-transform: translateY(100%);
            -moz-transform: translateY(100%);
            -ms-transform: translateY(100%);
            -o-transform: translateY(100%);
            transform: translateY(100%)
        }
        
        .ih-item.circle.effect8.bottom_to_top a:hover .img-container .img {
            -webkit-transform: translateY(-100%);
            -moz-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            -o-transform: translateY(-100%);
            transform: translateY(-100%)
        }
        
        .ih-item.circle.effect8.bottom_to_top a:hover .info-container {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0)
        }
        
        .ih-item.circle.effect9 .img {
            opacity: 1;
            -webkit-transition: all .35s ease-out;
            -moz-transition: all .35s ease-out;
            transition: all .35s ease-out
        }
        
        .ih-item.circle.effect9.colored .info {
            background: #1a4a72
        }
        
        .ih-item.circle.effect9 .info {
            background: #333;
            opacity: 0;
            visibility: hidden;
            transform: scale(.5);
            -webkit-transition: all .35s ease .2s;
            -moz-transition: all .35s ease .2s;
            transition: all .35s ease .2s
        }
        
        .ih-item.circle.effect10 .img,
        .ih-item.circle.effect10 .info {
            -webkit-transition: all .35s ease-in-out;
            -moz-transition: all .35s ease-in-out
        }
        
        .ih-item.circle.effect9 .info h3 {
            color: #fff;
            font-size: 22px;
            margin: 0 30px;
            padding: 55px 0 0;
            height: 110px
        }
        
        .ih-item.circle.effect9 .info p {
            color: #bbb;
            padding: 10px 5px;
            margin: 0 30px;
            font-size: 12px
        }
        
        .ih-item.circle.effect9 a:hover .img {
            opacity: 0;
            pointer-events: none;
            -webkit-transform: scale(.5);
            -moz-transform: scale(.5);
            -ms-transform: scale(.5);
            -o-transform: scale(.5);
            transform: scale(.5)
        }
        
        .ih-item.circle.effect9 a:hover .info {
            visibility: visible;
            opacity: 1;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1)
        }
        
        .ih-item.circle.effect9.left_to_right .img {
            -webkit-transform: translateX(0) rotate(0);
            -moz-transform: translateX(0) rotate(0);
            -ms-transform: translateX(0) rotate(0);
            -o-transform: translateX(0) rotate(0);
            transform: translateX(0) rotate(0)
        }
        
        .ih-item.circle.effect9.left_to_right a:hover .img {
            -webkit-transform: translateX(100%) rotate(180deg);
            -moz-transform: translateX(100%) rotate(180deg);
            -ms-transform: translateX(100%) rotate(180deg);
            -o-transform: translateX(100%) rotate(180deg);
            transform: translateX(100%) rotate(180deg)
        }
        
        .ih-item.circle.effect9.right_to_left .img {
            -webkit-transform: translateX(0) rotate(0);
            -moz-transform: translateX(0) rotate(0);
            -ms-transform: translateX(0) rotate(0);
            -o-transform: translateX(0) rotate(0);
            transform: translateX(0) rotate(0)
        }
        
        .ih-item.circle.effect9.right_to_left a:hover .img {
            -webkit-transform: translateX(-100%) rotate(-180deg);
            -moz-transform: translateX(-100%) rotate(-180deg);
            -ms-transform: translateX(-100%) rotate(-180deg);
            -o-transform: translateX(-100%) rotate(-180deg);
            transform: translateX(-100%) rotate(-180deg)
        }
        
        .ih-item.circle.effect9.top_to_bottom .img {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0)
        }
        
        .ih-item.circle.effect9.top_to_bottom a:hover .img {
            -webkit-transform: translateY(-100%);
            -moz-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            -o-transform: translateY(-100%);
            transform: translateY(-100%)
        }
        
        .ih-item.circle.effect9.bottom_to_top .img {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0)
        }
        
        .ih-item.circle.effect9.bottom_to_top a:hover .img {
            -webkit-transform: translateY(100%);
            -moz-transform: translateY(100%);
            -ms-transform: translateY(100%);
            -o-transform: translateY(100%);
            transform: translateY(100%)
        }
        
        .ih-item.circle.effect10 .img {
            z-index: 11;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            transition: all .35s ease-in-out
        }
        
        .ih-item.circle.effect10.colored .info {
            background: #1a4a72
        }
        
        .ih-item.circle.effect10 .info {
            background: #333;
            opacity: 0;
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            -ms-transform: scale(0);
            -o-transform: scale(0);
            transform: scale(0);
            transition: all .35s ease-in-out
        }
        
        .ih-item.circle.effect10 .info h3 {
            color: #fff;
            font-size: 22px
        }
        
        .ih-item.circle.effect10 .info p {
            color: #bbb;
            font-size: 12px
        }
        
        .ih-item.circle.effect10 a:hover .info {
            visibility: visible;
            opacity: 1;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1)
        }
        
        .ih-item.circle.effect10.top_to_bottom .info h3 {
            margin: 0 30px;
            padding: 25px 0 0;
            height: 78px
        }
        
        .ih-item.circle.effect10.top_to_bottom .info p {
            margin: 0 30px;
            padding: 5px
        }
        
        .ih-item.circle.effect10.top_to_bottom a:hover .img {
            -webkit-transform: translateY(50px) scale(.5);
            -moz-transform: translateY(50px) scale(.5);
            -ms-transform: translateY(50px) scale(.5);
            -o-transform: translateY(50px) scale(.5);
            transform: translateY(50px) scale(.5)
        }
        
        .ih-item.circle.effect10.bottom_to_top .info h3 {
            margin: 95px 30px 0;
            padding: 25px 0 0;
            height: 78px
        }
        
        .ih-item.circle.effect11 .info h3,
        .ih-item.circle.effect12 .info h3,
        .ih-item.circle.effect13 .info h3,
        .ih-item.circle.effect14 .info h3,
        .ih-item.circle.effect15 .info h3,
        .ih-item.circle.effect16 .info h3 {
            text-transform: uppercase;
            position: relative;
            letter-spacing: 2px;
            height: 110px;
            text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, .3);
            margin: 0 30px
        }
        
        .ih-item.circle.effect10.bottom_to_top .info p {
            margin: 0 30px;
            padding: 5px
        }
        
        .ih-item.circle.effect10.bottom_to_top a:hover .img {
            -webkit-transform: translateY(-50px) scale(.5);
            -moz-transform: translateY(-50px) scale(.5);
            -ms-transform: translateY(-50px) scale(.5);
            -o-transform: translateY(-50px) scale(.5);
            transform: translateY(-50px) scale(.5)
        }
        
        .ih-item.circle.effect11 .img {
            opacity: 1;
            -webkit-transform-origin: 50% 50%;
            -moz-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
            -o-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
            -webkit-transition: all .35s ease-in-out;
            -moz-transition: all .35s ease-in-out;
            transition: all .35s ease-in-out
        }
        
        .ih-item.circle.effect11.colored .info {
            background: #1a4a72
        }
        
        .ih-item.circle.effect11 .info {
            background: #333;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all .35s ease .35s;
            -moz-transition: all .35s ease .35s;
            transition: all .35s ease .35s
        }
        
        .ih-item.circle.effect12 .img,
        .ih-item.circle.effect12 .info {
            -webkit-transition: all .35s ease-in-out;
            -moz-transition: all .35s ease-in-out
        }
        
        .ih-item.circle.effect11 .info h3 {
            color: #fff;
            font-size: 22px;
            padding: 55px 0 0
        }
        
        .ih-item.circle.effect11 .info p {
            color: #bbb;
            padding: 10px 5px;
            margin: 0 30px;
            font-size: 12px
        }
        
        .ih-item.circle.effect11 a:hover .img {
            opacity: 0
        }
        
        .ih-item.circle.effect11 a:hover .info {
            visibility: visible;
            opacity: 1
        }
        
        .ih-item.circle.effect11.left_to_right .img {
            -webkit-transform: translateZ(0) rotateY(0);
            -moz-transform: translateZ(0) rotateY(0);
            -ms-transform: translateZ(0) rotateY(0);
            -o-transform: translateZ(0) rotateY(0);
            transform: translateZ(0) rotateY(0)
        }
        
        .ih-item.circle.effect11.left_to_right .info {
            -webkit-transform: translateZ(-1000px) rotateY(-90deg);
            -moz-transform: translateZ(-1000px) rotateY(-90deg);
            -ms-transform: translateZ(-1000px) rotateY(-90deg);
            -o-transform: translateZ(-1000px) rotateY(-90deg);
            transform: translateZ(-1000px) rotateY(-90deg)
        }
        
        .ih-item.circle.effect11.left_to_right a:hover .img {
            -webkit-transform: translateZ(-1000px) rotateY(90deg);
            -moz-transform: translateZ(-1000px) rotateY(90deg);
            -ms-transform: translateZ(-1000px) rotateY(90deg);
            -o-transform: translateZ(-1000px) rotateY(90deg);
            transform: translateZ(-1000px) rotateY(90deg)
        }
        
        .ih-item.circle.effect11.left_to_right a:hover .info,
        .ih-item.circle.effect11.right_to_left .img {
            -webkit-transform: translateZ(0) rotateY(0);
            -moz-transform: translateZ(0) rotateY(0);
            -ms-transform: translateZ(0) rotateY(0);
            -o-transform: translateZ(0) rotateY(0);
            transform: translateZ(0) rotateY(0)
        }
        
        .ih-item.circle.effect11.right_to_left .info {
            -webkit-transform: translateZ(-1000px) rotateY(90deg);
            -moz-transform: translateZ(-1000px) rotateY(90deg);
            -ms-transform: translateZ(-1000px) rotateY(90deg);
            -o-transform: translateZ(-1000px) rotateY(90deg);
            transform: translateZ(-1000px) rotateY(90deg)
        }
        
        .ih-item.circle.effect11.right_to_left a:hover .img {
            -webkit-transform: translateZ(-1000px) rotateY(-90deg);
            -moz-transform: translateZ(-1000px) rotateY(-90deg);
            -ms-transform: translateZ(-1000px) rotateY(-90deg);
            -o-transform: translateZ(-1000px) rotateY(-90deg);
            transform: translateZ(-1000px) rotateY(-90deg)
        }
        
        .ih-item.circle.effect11.right_to_left a:hover .info {
            -webkit-transform: translateZ(0) rotateY(0);
            -moz-transform: translateZ(0) rotateY(0);
            -ms-transform: translateZ(0) rotateY(0);
            -o-transform: translateZ(0) rotateY(0);
            transform: translateZ(0) rotateY(0)
        }
        
        .ih-item.circle.effect11.top_to_bottom .img {
            -webkit-transform: translateZ(0) rotateX(0);
            -moz-transform: translateZ(0) rotateX(0);
            -ms-transform: translateZ(0) rotateX(0);
            -o-transform: translateZ(0) rotateX(0);
            transform: translateZ(0) rotateX(0)
        }
        
        .ih-item.circle.effect11.top_to_bottom .info {
            -webkit-transform: translateZ(-1000px) rotateX(90deg);
            -moz-transform: translateZ(-1000px) rotateX(90deg);
            -ms-transform: translateZ(-1000px) rotateX(90deg);
            -o-transform: translateZ(-1000px) rotateX(90deg);
            transform: translateZ(-1000px) rotateX(90deg)
        }
        
        .ih-item.circle.effect11.top_to_bottom a:hover .img {
            -webkit-transform: translateZ(-1000px) rotateX(-90deg);
            -moz-transform: translateZ(-1000px) rotateX(-90deg);
            -ms-transform: translateZ(-1000px) rotateX(-90deg);
            -o-transform: translateZ(-1000px) rotateX(-90deg);
            transform: translateZ(-1000px) rotateX(-90deg)
        }
        
        .ih-item.circle.effect11.bottom_to_top .img,
        .ih-item.circle.effect11.top_to_bottom a:hover .info {
            -webkit-transform: translateZ(0) rotateX(0);
            -moz-transform: translateZ(0) rotateX(0);
            -ms-transform: translateZ(0) rotateX(0);
            -o-transform: translateZ(0) rotateX(0);
            transform: translateZ(0) rotateX(0)
        }
        
        .ih-item.circle.effect11.bottom_to_top .info {
            -webkit-transform: translateZ(-1000px) rotateX(-90deg);
            -moz-transform: translateZ(-1000px) rotateX(-90deg);
            -ms-transform: translateZ(-1000px) rotateX(-90deg);
            -o-transform: translateZ(-1000px) rotateX(-90deg);
            transform: translateZ(-1000px) rotateX(-90deg)
        }
        
        .ih-item.circle.effect11.bottom_to_top a:hover .img {
            -webkit-transform: translateZ(-1000px) rotateX(90deg);
            -moz-transform: translateZ(-1000px) rotateX(90deg);
            -ms-transform: translateZ(-1000px) rotateX(90deg);
            -o-transform: translateZ(-1000px) rotateX(90deg);
            transform: translateZ(-1000px) rotateX(90deg)
        }
        
        .ih-item.circle.effect11.bottom_to_top a:hover .info {
            -webkit-transform: translateZ(0) rotateX(0);
            -moz-transform: translateZ(0) rotateX(0);
            -ms-transform: translateZ(0) rotateX(0);
            -o-transform: translateZ(0) rotateX(0);
            transform: translateZ(0) rotateX(0)
        }
        
        .ih-item.circle.effect12 .img {
            opacity: 1;
            transition: all .35s ease-in-out
        }
        
        .ih-item.circle.effect12.colored .info {
            background: #1a4a72
        }
        
        .ih-item.circle.effect12 .info {
            background: #333;
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
            -webkit-transform: scale(.5);
            -moz-transform: scale(.5);
            -ms-transform: scale(.5);
            -o-transform: scale(.5);
            transform: scale(.5);
            transition: all .35s ease-in-out
        }
        
        .ih-item.circle.effect12.left_to_right .img,
        .ih-item.circle.effect12.left_to_right a:hover .info {
            -webkit-transform: translateX(0) rotate(0);
            -moz-transform: translateX(0) rotate(0);
            -ms-transform: translateX(0) rotate(0);
            -o-transform: translateX(0) rotate(0)
        }
        
        .ih-item.circle.effect13 .info,
        .ih-item.circle.effect13 .info h3 {
            -webkit-transition: all .35s ease-in-out;
            -moz-transition: all .35s ease-in-out
        }
        
        .ih-item.circle.effect12 .info h3 {
            color: #fff;
            font-size: 22px;
            padding: 55px 0 0
        }
        
        .ih-item.circle.effect12 .info p {
            color: #bbb;
            padding: 10px 5px;
            margin: 0 30px;
            font-size: 12px
        }
        
        .ih-item.circle.effect12 a:hover .img {
            opacity: 0;
            pointer-events: none
        }
        
        .ih-item.circle.effect12 a:hover .info {
            opacity: 1;
            visibility: visible
        }
        
        .ih-item.circle.effect12.left_to_right .img {
            transform: translateX(0) rotate(0)
        }
        
        .ih-item.circle.effect12.left_to_right .info,
        .ih-item.circle.effect12.left_to_right a:hover .img {
            -webkit-transform: translateX(100%) rotate(180deg);
            -moz-transform: translateX(100%) rotate(180deg);
            -ms-transform: translateX(100%) rotate(180deg);
            -o-transform: translateX(100%) rotate(180deg);
            transform: translateX(100%) rotate(180deg)
        }
        
        .ih-item.circle.effect12.left_to_right a:hover .info {
            transform: translateX(0) rotate(0);
            -webkit-transition-delay: .4s;
            -moz-transition-delay: .4s;
            transition-delay: .4s
        }
        
        .ih-item.circle.effect12.right_to_left .img {
            -webkit-transform: translateX(0) rotate(0);
            -moz-transform: translateX(0) rotate(0);
            -ms-transform: translateX(0) rotate(0);
            -o-transform: translateX(0) rotate(0);
            transform: translateX(0) rotate(0)
        }
        
        .ih-item.circle.effect12.right_to_left .info,
        .ih-item.circle.effect12.right_to_left a:hover .img {
            -webkit-transform: translateX(-100%) rotate(-180deg);
            -moz-transform: translateX(-100%) rotate(-180deg);
            -ms-transform: translateX(-100%) rotate(-180deg);
            -o-transform: translateX(-100%) rotate(-180deg);
            transform: translateX(-100%) rotate(-180deg)
        }
        
        .ih-item.circle.effect12.right_to_left a:hover .info {
            -webkit-transform: translateX(0) rotate(0);
            -moz-transform: translateX(0) rotate(0);
            -ms-transform: translateX(0) rotate(0);
            -o-transform: translateX(0) rotate(0);
            transform: translateX(0) rotate(0);
            -webkit-transition-delay: .4s;
            -moz-transition-delay: .4s;
            transition-delay: .4s
        }
        
        .ih-item.circle.effect12.top_to_bottom .img,
        .ih-item.circle.effect12.top_to_bottom a:hover .info {
            -webkit-transform: translateY(0) rotate(0);
            -moz-transform: translateY(0) rotate(0);
            -ms-transform: translateY(0) rotate(0);
            -o-transform: translateY(0) rotate(0)
        }
        
        .ih-item.circle.effect12.top_to_bottom .img {
            transform: translateY(0) rotate(0)
        }
        
        .ih-item.circle.effect12.top_to_bottom .info,
        .ih-item.circle.effect12.top_to_bottom a:hover .img {
            -webkit-transform: translateY(-100%) rotate(-180deg);
            -moz-transform: translateY(-100%) rotate(-180deg);
            -ms-transform: translateY(-100%) rotate(-180deg);
            -o-transform: translateY(-100%) rotate(-180deg);
            transform: translateY(-100%) rotate(-180deg)
        }
        
        .ih-item.circle.effect12.top_to_bottom a:hover .info {
            transform: translateY(0) rotate(0);
            -webkit-transition-delay: .4s;
            -moz-transition-delay: .4s;
            transition-delay: .4s
        }
        
        .ih-item.circle.effect12.bottom_to_top .img {
            -webkit-transform: translateY(0) rotate(0);
            -moz-transform: translateY(0) rotate(0);
            -ms-transform: translateY(0) rotate(0);
            -o-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0)
        }
        
        .ih-item.circle.effect12.bottom_to_top .info,
        .ih-item.circle.effect12.bottom_to_top a:hover .img {
            -webkit-transform: translateY(100%) rotate(180deg);
            -moz-transform: translateY(100%) rotate(180deg);
            -ms-transform: translateY(100%) rotate(180deg);
            -o-transform: translateY(100%) rotate(180deg);
            transform: translateY(100%) rotate(180deg)
        }
        
        .ih-item.circle.effect12.bottom_to_top a:hover .info {
            -webkit-transform: translateY(0) rotate(0);
            -moz-transform: translateY(0) rotate(0);
            -ms-transform: translateY(0) rotate(0);
            -o-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
            -webkit-transition-delay: .4s;
            -moz-transition-delay: .4s;
            transition-delay: .4s
        }
        
        .ih-item.circle.effect13.colored .info {
            background: #1a4a72;
            background: rgba(26, 74, 114, .6)
        }
        
        .ih-item.circle.effect13 .info {
            background: #333;
            background: rgba(0, 0, 0, .6);
            opacity: 0;
            pointer-events: none;
            transition: all .35s ease-in-out
        }
        
        .ih-item.circle.effect13 .info h3 {
            visibility: hidden;
            color: #fff;
            font-size: 22px;
            padding: 55px 0 0;
            transition: all .35s ease-in-out
        }
        
        .ih-item.circle.effect13 .info p {
            visibility: hidden;
            color: #bbb;
            padding: 10px 5px;
            margin: 0 30px;
            font-size: 12px;
            -webkit-transition: all .35s ease-in-out;
            -moz-transition: all .35s ease-in-out;
            transition: all .35s ease-in-out
        }
        
        .ih-item.circle.effect13 a:hover .info {
            opacity: 1
        }
        
        .ih-item.circle.effect13 a:hover h3,
        .ih-item.circle.effect13 a:hover p {
            visibility: visible
        }
        
        .ih-item.circle.effect13.from_left_and_right .info h3 {
            -webkit-transform: translateX(-100%);
            -moz-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            -o-transform: translateX(-100%);
            transform: translateX(-100%)
        }
        
        .ih-item.circle.effect13.from_left_and_right .info p {
            -webkit-transform: translateX(100%);
            -moz-transform: translateX(100%);
            -ms-transform: translateX(100%);
            -o-transform: translateX(100%);
            transform: translateX(100%)
        }
        
        .ih-item.circle.effect13.from_left_and_right a:hover h3,
        .ih-item.circle.effect13.from_left_and_right a:hover p {
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0)
        }
        
        .ih-item.circle.effect13.top_to_bottom .info h3,
        .ih-item.circle.effect13.top_to_bottom .info p {
            -webkit-transform: translateY(-100%);
            -moz-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            -o-transform: translateY(-100%);
            transform: translateY(-100%)
        }
        
        .ih-item.circle.effect13.top_to_bottom a:hover h3,
        .ih-item.circle.effect13.top_to_bottom a:hover p {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0)
        }
        
        .ih-item.circle.effect13.bottom_to_top .info h3,
        .ih-item.circle.effect13.bottom_to_top .info p {
            -webkit-transform: translateY(100%);
            -moz-transform: translateY(100%);
            -ms-transform: translateY(100%);
            -o-transform: translateY(100%);
            transform: translateY(100%)
        }
        
        .ih-item.circle.effect13.bottom_to_top a:hover h3,
        .ih-item.circle.effect13.bottom_to_top a:hover p {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0)
        }
        
        .ih-item.circle.effect14.left_to_right .img,
        .ih-item.circle.effect14.left_to_right a:hover .info {
            -webkit-transform: rotateY(0);
            -moz-transform: rotateY(0);
            -ms-transform: rotateY(0);
            -o-transform: rotateY(0)
        }
        
        .ih-item.circle.effect14 {
            -webkit-perspective: 900px;
            -moz-perspective: 900px;
            perspective: 900px
        }
        
        .ih-item.circle.effect14 .img {
            visibility: visible;
            opacity: 1;
            -webkit-transition: all .4s ease-out;
            -moz-transition: all .4s ease-out;
            transition: all .4s ease-out
        }
        
        .ih-item.circle.effect14.colored .info {
            background: #1a4a72
        }
        
        .ih-item.circle.effect14 .info {
            background: #333;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all .35s ease-in-out .3s;
            -moz-transition: all .35s ease-in-out .3s;
            transition: all .35s ease-in-out .3s
        }
        
        .ih-item.circle.effect14 .info h3 {
            color: #fff;
            font-size: 22px;
            padding: 55px 0 0
        }
        
        .ih-item.circle.effect14 .info p {
            color: #bbb;
            padding: 10px 5px;
            margin: 0 30px;
            font-size: 12px
        }
        
        .ih-item.circle.effect14 a:hover .img {
            opacity: 0;
            visibility: hidden
        }
        
        .ih-item.circle.effect14 a:hover .info {
            visibility: visible;
            opacity: 1
        }
        
        .ih-item.circle.effect14.left_to_right .img {
            transform: rotateY(0);
            -webkit-transform-origin: 100% 50%;
            -moz-transform-origin: 100% 50%;
            -ms-transform-origin: 100% 50%;
            -o-transform-origin: 100% 50%;
            transform-origin: 100% 50%
        }
        
        .ih-item.circle.effect14.left_to_right .info {
            -webkit-transform: rotateY(90deg);
            -moz-transform: rotateY(90deg);
            -ms-transform: rotateY(90deg);
            -o-transform: rotateY(90deg);
            transform: rotateY(90deg);
            -webkit-transform-origin: 0 50%;
            -moz-transform-origin: 0 50%;
            -ms-transform-origin: 0 50%;
            -o-transform-origin: 0 50%;
            transform-origin: 0 50%
        }
        
        .ih-item.circle.effect14.left_to_right a:hover .img {
            -webkit-transform: rotateY(-90deg);
            -moz-transform: rotateY(-90deg);
            -ms-transform: rotateY(-90deg);
            -o-transform: rotateY(-90deg);
            transform: rotateY(-90deg)
        }
        
        .ih-item.circle.effect14.left_to_right a:hover .info {
            transform: rotateY(0)
        }
        
        .ih-item.circle.effect14.right_to_left .img {
            -webkit-transform: rotateY(0);
            -moz-transform: rotateY(0);
            -ms-transform: rotateY(0);
            -o-transform: rotateY(0);
            transform: rotateY(0);
            -webkit-transform-origin: 0 50%;
            -moz-transform-origin: 0 50%;
            -ms-transform-origin: 0 50%;
            -o-transform-origin: 0 50%;
            transform-origin: 0 50%
        }
        
        .ih-item.circle.effect14.right_to_left .info {
            -webkit-transform: rotateY(-90deg);
            -moz-transform: rotateY(-90deg);
            -ms-transform: rotateY(-90deg);
            -o-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
            -webkit-transform-origin: 100% 50%;
            -moz-transform-origin: 100% 50%;
            -ms-transform-origin: 100% 50%;
            -o-transform-origin: 100% 50%;
            transform-origin: 100% 50%
        }
        
        .ih-item.circle.effect14.right_to_left a:hover .img {
            -webkit-transform: rotateY(90deg);
            -moz-transform: rotateY(90deg);
            -ms-transform: rotateY(90deg);
            -o-transform: rotateY(90deg);
            transform: rotateY(90deg)
        }
        
        .ih-item.circle.effect14.right_to_left a:hover .info {
            -webkit-transform: rotateY(0);
            -moz-transform: rotateY(0);
            -ms-transform: rotateY(0);
            -o-transform: rotateY(0);
            transform: rotateY(0)
        }
        
        .ih-item.circle.effect14.top_to_bottom .img,
        .ih-item.circle.effect14.top_to_bottom a:hover .info {
            -webkit-transform: rotateX(0);
            -moz-transform: rotateX(0);
            -ms-transform: rotateX(0);
            -o-transform: rotateX(0)
        }
        
        .ih-item.circle.effect14.top_to_bottom .img {
            transform: rotateX(0);
            -webkit-transform-origin: 50% 100%;
            -moz-transform-origin: 50% 100%;
            -ms-transform-origin: 50% 100%;
            -o-transform-origin: 50% 100%;
            transform-origin: 50% 100%
        }
        
        .ih-item.circle.effect14.top_to_bottom .info {
            -webkit-transform: rotateX(-90deg);
            -moz-transform: rotateX(-90deg);
            -ms-transform: rotateX(-90deg);
            -o-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
            -webkit-transform-origin: 50% 0;
            -moz-transform-origin: 50% 0;
            -ms-transform-origin: 50% 0;
            -o-transform-origin: 50% 0;
            transform-origin: 50% 0
        }
        
        .ih-item.circle.effect14.top_to_bottom a:hover .img {
            -webkit-transform: rotateX(90deg);
            -moz-transform: rotateX(90deg);
            -ms-transform: rotateX(90deg);
            -o-transform: rotateX(90deg);
            transform: rotateX(90deg)
        }
        
        .ih-item.circle.effect14.top_to_bottom a:hover .info {
            transform: rotateX(0)
        }
        
        .ih-item.circle.effect14.bottom_to_top .img {
            -webkit-transform: rotateX(0);
            -moz-transform: rotateX(0);
            -ms-transform: rotateX(0);
            -o-transform: rotateX(0);
            transform: rotateX(0);
            -webkit-transform-origin: 50% 0;
            -moz-transform-origin: 50% 0;
            -ms-transform-origin: 50% 0;
            -o-transform-origin: 50% 0;
            transform-origin: 50% 0
        }
        
        .ih-item.circle.effect14.bottom_to_top .info {
            -webkit-transform: rotateX(90deg);
            -moz-transform: rotateX(90deg);
            -ms-transform: rotateX(90deg);
            -o-transform: rotateX(90deg);
            transform: rotateX(90deg);
            -webkit-transform-origin: 50% 100%;
            -moz-transform-origin: 50% 100%;
            -ms-transform-origin: 50% 100%;
            -o-transform-origin: 50% 100%;
            transform-origin: 50% 100%
        }
        
        .ih-item.circle.effect14.bottom_to_top a:hover .img {
            -webkit-transform: rotateX(-90deg);
            -moz-transform: rotateX(-90deg);
            -ms-transform: rotateX(-90deg);
            -o-transform: rotateX(-90deg);
            transform: rotateX(-90deg)
        }
        
        .ih-item.circle.effect14.bottom_to_top a:hover .info {
            -webkit-transform: rotateX(0);
            -moz-transform: rotateX(0);
            -ms-transform: rotateX(0);
            -o-transform: rotateX(0);
            transform: rotateX(0)
        }
        
        .ih-item.circle.effect15 .img {
            opacity: 1;
            visibility: visible;
            -webkit-transform: scale(1) rotate(0);
            -moz-transform: scale(1) rotate(0);
            -ms-transform: scale(1) rotate(0);
            -o-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
            -webkit-transition: all .35s ease-in-out;
            -moz-transition: all .35s ease-in-out;
            transition: all .35s ease-in-out
        }
        
        .ih-item.circle.effect15.colored .info {
            background: #1a4a72
        }
        
        .ih-item.circle.effect15 .info {
            background: #333;
            opacity: 0;
            visibility: hidden;
            -webkit-transform: scale(.5) rotate(-720deg);
            -moz-transform: scale(.5) rotate(-720deg);
            -ms-transform: scale(.5) rotate(-720deg);
            -o-transform: scale(.5) rotate(-720deg);
            transform: scale(.5) rotate(-720deg);
            -webkit-transition: all .35s ease-in-out .3s;
            -moz-transition: all .35s ease-in-out .3s;
            transition: all .35s ease-in-out .3s
        }
        
        .ih-item.circle.effect16 .img,
        .ih-item.circle.effect16 .info {
            -webkit-transition: all .35s ease-in-out;
            -moz-transition: all .35s ease-in-out
        }
        
        .ih-item.circle.effect15 .info h3 {
            color: #fff;
            font-size: 22px;
            padding: 55px 0 0
        }
        
        .ih-item.circle.effect15 .info p {
            color: #bbb;
            padding: 10px 5px;
            margin: 0 30px;
            font-size: 12px
        }
        
        .ih-item.circle.effect15 a:hover .img {
            opacity: 0;
            visibility: hidden;
            -webkit-transform: scale(.5) rotate(720deg);
            -moz-transform: scale(.5) rotate(720deg);
            -ms-transform: scale(.5) rotate(720deg);
            -o-transform: scale(.5) rotate(720deg);
            transform: scale(.5) rotate(720deg)
        }
        
        .ih-item.circle.effect15 a:hover .info {
            opacity: 1;
            visibility: visible;
            -webkit-transform: scale(1) rotate(0);
            -moz-transform: scale(1) rotate(0);
            -ms-transform: scale(1) rotate(0);
            -o-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0)
        }
        
        .ih-item.circle.effect16 .img {
            z-index: 11;
            transition: all .35s ease-in-out
        }
        
        .ih-item.circle.effect16.colored .info {
            background: #1a4a72
        }
        
        .ih-item.circle.effect16 .info {
            background: #333;
            transition: all .35s ease-in-out
        }
        
        .ih-item.circle.effect16 .info p,
        .ih-item.circle.effect17 .info {
            -webkit-transition: all .35s ease-in-out;
            -moz-transition: all .35s ease-in-out
        }
        
        .ih-item.circle.effect16 .info h3 {
            color: #fff;
            font-size: 22px;
            padding: 55px 0 0
        }
        
        .ih-item.circle.effect16 .info p {
            color: #bbb;
            padding: 10px 5px;
            margin: 0 30px;
            font-size: 12px;
            transition: all .35s ease-in-out
        }
        
        .ih-item.circle.effect16.left_to_right .img:after,
        .ih-item.circle.effect16.right_to_left .img:after {
            content: '';
            width: 8px;
            height: 8px;
            position: absolute;
            top: 40%;
            margin: -4px 0 0 -4px;
            background: rgba(0, 0, 0, .8);
            box-shadow: 0 0 1px rgba(255, 255, 255, .9);
            border-radius: 50%
        }
        
        .ih-item.circle.effect16.left_to_right .img {
            -webkit-transform-origin: 95% 40%;
            -moz-transform-origin: 95% 40%;
            -ms-transform-origin: 95% 40%;
            -o-transform-origin: 95% 40%;
            transform-origin: 95% 40%
        }
        
        .ih-item.circle.effect16.left_to_right .img:after {
            left: 95%
        }
        
        .ih-item.circle.effect16.left_to_right a:hover .img {
            -webkit-transform: rotate(-120deg);
            -moz-transform: rotate(-120deg);
            -ms-transform: rotate(-120deg);
            -o-transform: rotate(-120deg);
            transform: rotate(-120deg)
        }
        
        .ih-item.circle.effect16.right_to_left .img {
            -webkit-transform-origin: 5% 40%;
            -moz-transform-origin: 5% 40%;
            -ms-transform-origin: 5% 40%;
            -o-transform-origin: 5% 40%;
            transform-origin: 5% 40%
        }
        
        .ih-item.circle.effect16.right_to_left .img:after {
            left: 5%
        }
        
        .ih-item.circle.effect17 .info h3,
        .ih-item.circle.effect18 .info h3,
        .ih-item.circle.effect20 .info h3 {
            position: relative
        }
        
        .ih-item.circle.effect16.right_to_left a:hover .img {
            -webkit-transform: rotate(120deg);
            -moz-transform: rotate(120deg);
            -ms-transform: rotate(120deg);
            -o-transform: rotate(120deg);
            transform: rotate(120deg)
        }
        
        .ih-item.circle.effect17 .info {
            opacity: 0;
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            -ms-transform: scale(0);
            -o-transform: scale(0);
            transform: scale(0);
            transition: all .35s ease-in-out
        }
        
        .ih-item.circle.effect17 .info h3 {
            color: #fff;
            font-size: 22px;
            margin: 0 30px;
            padding: 55px 0 0;
            height: 110px
        }
        
        .ih-item.circle.effect17 .info p {
            color: #bbb;
            padding: 10px 5px;
            margin: 0 30px;
            font-size: 12px;
            opacity: 0;
            -webkit-transition: all .35s ease-in-out;
            -moz-transition: all .35s ease-in-out;
            transition: all .35s ease-in-out
        }
        
        .ih-item.circle.effect17 a:hover .img:before {
            box-shadow: inset 0 0 0 110px #333, inset 0 0 0 16px rgba(255, 255, 255, .8), 0 1px 2px rgba(0, 0, 0, .1);
            box-shadow: inset 0 0 0 110px rgba(0, 0, 0, .6), inset 0 0 0 16px rgba(255, 255, 255, .8), 0 1px 2px rgba(0, 0, 0, .1)
        }
        
        .ih-item.circle.effect17 a:hover .info {
            opacity: 1;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1)
        }
        
        .ih-item.circle.effect18.bottom_to_top .img,
        .ih-item.circle.effect20 .img {
            -webkit-transform-origin: 50% 0;
            -moz-transform-origin: 50% 0;
            -ms-transform-origin: 50% 0;
            -o-transform-origin: 50% 0
        }
        
        .ih-item.circle.effect17 a:hover .info p {
            opacity: 1
        }
        
        .ih-item.circle.effect17.colored a:hover .img:before {
            box-shadow: inset 0 0 0 110px #1a4a72, inset 0 0 0 16px rgba(255, 255, 255, .8), 0 1px 2px rgba(0, 0, 0, .1);
            box-shadow: inset 0 0 0 110px rgba(26, 74, 114, .6), inset 0 0 0 16px rgba(255, 255, 255, .8), 0 1px 2px rgba(0, 0, 0, .1)
        }
        
        .ih-item.circle.effect18,
        .ih-item.circle.effect20,
        .ih-item.square.effect9 {
            -webkit-perspective: 900px;
            -moz-perspective: 900px;
            perspective: 900px
        }
        
        .ih-item.circle.effect18 .img {
            z-index: 11;
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out
        }
        
        .ih-item.circle.effect19 .info,
        .ih-item.square.effect1 .img {
            -webkit-transition: all .35s ease-in-out;
            -moz-transition: all .35s ease-in-out
        }
        
        .ih-item.circle.effect18.colored .info .info-back {
            background: #1a4a72
        }
        
        .ih-item.circle.effect18 .info {
            -webkit-transform-style: preserve-3d;
            -moz-transform-style: preserve-3d;
            -ms-transform-style: preserve-3d;
            -o-transform-style: preserve-3d;
            transform-style: preserve-3d
        }
        
        .ih-item.circle.effect18 .info .info-back {
            opacity: 1;
            border-radius: 50%;
            width: 100%;
            height: 100%;
            background: #333
        }
        
        .ih-item.circle.effect18 .info h3 {
            color: #fff;
            font-size: 22px;
            margin: 0 30px;
            padding: 55px 0 0;
            height: 110px
        }
        
        .ih-item.circle.effect18 .info p {
            color: #bbb;
            padding: 10px 5px;
            margin: 0 30px;
            font-size: 12px
        }
        
        .ih-item.circle.effect18.bottom_to_top .img {
            transform-origin: 50% 0
        }
        
        .ih-item.circle.effect18.bottom_to_top a:hover .img {
            -webkit-transform: rotate3d(1, 0, 0, 180deg);
            -moz-transform: rotate3d(1, 0, 0, 180deg);
            -ms-transform: rotate3d(1, 0, 0, 180deg);
            -o-transform: rotate3d(1, 0, 0, 180deg);
            transform: rotate3d(1, 0, 0, 180deg)
        }
        
        .ih-item.circle.effect18.top_to_bottom .img {
            -webkit-transform-origin: 50% 100%;
            -moz-transform-origin: 50% 100%;
            -ms-transform-origin: 50% 100%;
            -o-transform-origin: 50% 100%;
            transform-origin: 50% 100%
        }
        
        .ih-item.circle.effect18.top_to_bottom a:hover .img {
            -webkit-transform: rotate3d(1, 0, 0, -180deg);
            -moz-transform: rotate3d(1, 0, 0, -180deg);
            -ms-transform: rotate3d(1, 0, 0, -180deg);
            -o-transform: rotate3d(1, 0, 0, -180deg);
            transform: rotate3d(1, 0, 0, -180deg)
        }
        
        .ih-item.circle.effect18.left_to_right .img {
            -webkit-transform-origin: 100% 50%;
            -moz-transform-origin: 100% 50%;
            -ms-transform-origin: 100% 50%;
            -o-transform-origin: 100% 50%;
            transform-origin: 100% 50%
        }
        
        .ih-item.circle.effect18.left_to_right a:hover .img {
            -webkit-transform: rotate3d(0, 1, 0, 180deg);
            -moz-transform: rotate3d(0, 1, 0, 180deg);
            -ms-transform: rotate3d(0, 1, 0, 180deg);
            -o-transform: rotate3d(0, 1, 0, 180deg);
            transform: rotate3d(0, 1, 0, 180deg)
        }
        
        .ih-item.circle.effect18.right_to_left .img {
            -webkit-transform-origin: 0 50%;
            -moz-transform-origin: 0 50%;
            -ms-transform-origin: 0 50%;
            -o-transform-origin: 0 50%;
            transform-origin: 0 50%
        }
        
        .ih-item.circle.effect18.right_to_left a:hover .img {
            -webkit-transform: rotate3d(0, 1, 0, -180deg);
            -moz-transform: rotate3d(0, 1, 0, -180deg);
            -ms-transform: rotate3d(0, 1, 0, -180deg);
            -o-transform: rotate3d(0, 1, 0, -180deg);
            transform: rotate3d(0, 1, 0, -180deg)
        }
        
        .ih-item.circle.effect19.colored .info {
            background: #1a4a72;
            background: rgba(26, 74, 114, .6)
        }
        
        .ih-item.circle.effect19 .info {
            background: #333;
            background: rgba(0, 0, 0, .6);
            opacity: 0;
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            -ms-transform: scale(0);
            -o-transform: scale(0);
            transform: scale(0);
            transition: all .35s ease-in-out
        }
        
        .ih-item.circle.effect19 .info h3 {
            color: #fff;
            font-size: 22px;
            margin: 0 30px;
            padding: 45px 0 0;
            height: 140px
        }
        
        .ih-item.circle.effect19 .info p {
            color: #bbb;
            padding: 10px 5px;
            margin: 0 30px;
            font-size: 12px
        }
        
        .ih-item.circle.effect19 a:hover .info {
            opacity: 1;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1)
        }
        
        .ih-item.circle.effect20 .img {
            -webkit-transition: all .35s linear;
            -moz-transition: all .35s linear;
            transition: all .35s linear;
            transform-origin: 50% 0
        }
        
        .ih-item.circle.effect20.colored .info .info-back {
            background: #1a4a72
        }
        
        .ih-item.circle.effect20 .info {
            -webkit-transform-style: preserve-3d;
            -moz-transform-style: preserve-3d;
            -ms-transform-style: preserve-3d;
            -o-transform-style: preserve-3d;
            transform-style: preserve-3d
        }
        
        .ih-item.circle.effect20 .info .info-back {
            opacity: 1;
            visibility: hidden;
            border-radius: 50%;
            width: 100%;
            height: 100%;
            background: #333;
            -webkit-transition: all .35s linear;
            -moz-transition: all .35s linear;
            transition: all .35s linear;
            -webkit-transform-origin: 50% 0;
            -moz-transform-origin: 50% 0;
            -ms-transform-origin: 50% 0;
            -o-transform-origin: 50% 0;
            transform-origin: 50% 0;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden
        }
        
        .ih-item.circle.effect20 .info h3 {
            color: #fff;
            font-size: 22px;
            margin: 0 30px;
            padding: 55px 0 0;
            height: 110px
        }
        
        .ih-item.circle.effect20 .info p {
            color: #bbb;
            padding: 10px 5px;
            margin: 0 30px;
            font-size: 12px
        }
        
        .ih-item.circle.effect20 a:hover .img {
            opacity: 0
        }
        
        .ih-item.circle.effect20 a:hover .info .info-back {
            opacity: 1;
            visibility: visible
        }
        
        .ih-item.circle.effect20.top_to_bottom .info .info-back {
            -webkit-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
            -moz-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
            -ms-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
            -o-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
            transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg)
        }
        
        .ih-item.circle.effect20.top_to_bottom a:hover .img {
            -webkit-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
            -moz-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
            -ms-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
            -o-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
            transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg)
        }
        
        .ih-item.circle.effect20.top_to_bottom a:hover .info .info-back {
            -webkit-transform: rotate3d(1, 0, 0, 0deg);
            -moz-transform: rotate3d(1, 0, 0, 0deg);
            -ms-transform: rotate3d(1, 0, 0, 0deg);
            -o-transform: rotate3d(1, 0, 0, 0deg);
            transform: rotate3d(1, 0, 0, 0deg)
        }
        
        .ih-item.circle.effect20.bottom_to_top .info .info-back {
            -webkit-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
            -moz-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
            -ms-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
            -o-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
            transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg)
        }
        
        .ih-item.circle.effect20.bottom_to_top a:hover .img {
            -webkit-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
            -moz-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
            -ms-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
            -o-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
            transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg)
        }
        
        .ih-item.circle.effect20.bottom_to_top a:hover .info .info-back {
            -webkit-transform: rotate3d(1, 0, 0, 0deg);
            -moz-transform: rotate3d(1, 0, 0, 0deg);
            -ms-transform: rotate3d(1, 0, 0, 0deg);
            -o-transform: rotate3d(1, 0, 0, 0deg);
            transform: rotate3d(1, 0, 0, 0deg)
        }
        
        .ih-item.square.effect1.colored .info {
            background: #1a4a72
        }
        
        .ih-item.square.effect1 .img {
            z-index: 11;
            position: absolute;
            transition: all .35s ease-in-out;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1)
        }
        
        .ih-item.square.effect1 .info,
        .ih-item.square.effect3 .img,
        .ih-item.square.effect3 .info,
        .ih-item.square.effect4 .img {
            -webkit-transition: all .35s ease-in-out;
            -moz-transition: all .35s ease-in-out
        }
        
        .ih-item.square.effect1 .info {
            background: #333;
            visibility: hidden;
            opacity: 0;
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            -ms-transform: scale(0);
            -o-transform: scale(0);
            transform: scale(0);
            transition: all .35s ease-in-out
        }
        
        .ih-item.square.effect1 a:hover .info {
            visibility: visible;
            opacity: 1;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1)
        }
        
        .ih-item.square.effect1.left_and_right .info h3 {
            position: absolute;
            top: 12px;
            left: 12px;
            text-transform: uppercase;
            color: #fff;
            text-align: center;
            font-size: 17px;
            margin: 0
        }
        
        .ih-item.square.effect1.left_and_right .info p {
            position: absolute;
            right: 12px;
            bottom: 12px;
            margin: 0;
            font-style: italic;
            font-size: 12px;
            color: #bbb
        }
        
        .ih-item.square.effect1.left_and_right a:hover .img {
            -webkit-transform: scale(.6);
            -moz-transform: scale(.6);
            -ms-transform: scale(.6);
            -o-transform: scale(.6);
            transform: scale(.6)
        }
        
        .ih-item.square.effect1.top_to_bottom .info h3 {
            text-transform: uppercase;
            color: #fff;
            text-align: center;
            font-size: 17px;
            padding: 10px 10px 0 4px;
            margin: 10px 0 0
        }
        
        .ih-item.square.effect1.top_to_bottom .info p {
            font-style: italic;
            font-size: 12px;
            color: #bbb;
            padding: 5px;
            text-align: center
        }
        
        .ih-item.square.effect1.top_to_bottom a:hover .img {
            -webkit-transform: translateY(30px) scale(.6);
            -moz-transform: translateY(30px) scale(.6);
            -ms-transform: translateY(30px) scale(.6);
            -o-transform: translateY(30px) scale(.6);
            transform: translateY(30px) scale(.6)
        }
        
        .ih-item.square.effect1.bottom_to_top .info h3 {
            text-transform: uppercase;
            color: #fff;
            text-align: center;
            font-size: 17px;
            padding: 10px 10px 0 4px;
            margin: 134px 0 0
        }
        
        .ih-item.square.effect1.bottom_to_top .info p {
            font-style: italic;
            font-size: 12px;
            color: #bbb;
            padding: 5px;
            text-align: center
        }
        
        .ih-item.square.effect1.bottom_to_top a:hover .img {
            -webkit-transform: translateY(-30px) scale(.6);
            -moz-transform: translateY(-30px) scale(.6);
            -ms-transform: translateY(-30px) scale(.6);
            -o-transform: translateY(-30px) scale(.6);
            transform: translateY(-30px) scale(.6)
        }
        
        .ih-item.square.effect2.colored .info {
            background: #1a4a72
        }
        
        .ih-item.square.effect2.colored .info h3 {
            background: rgba(12, 34, 52, .6)
        }
        
        .ih-item.square.effect2 .img {
            opacity: 1;
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
            -webkit-transform: rotate(0) scale(1);
            -moz-transform: rotate(0) scale(1);
            -ms-transform: rotate(0) scale(1);
            -o-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1)
        }
        
        .ih-item.square.effect2 .info {
            background: #333;
            visibility: hidden;
            -webkit-transition: all .35s .3s ease-in-out;
            -moz-transition: all .35s .3s ease-in-out;
            transition: all .35s .3s ease-in-out
        }
        
        .ih-item.square.effect2 .info h3 {
            text-transform: uppercase;
            color: #fff;
            text-align: center;
            font-size: 17px;
            padding: 10px;
            background: #111;
            margin: 30px 0 0;
            -webkit-transform: translateY(-200px);
            -moz-transform: translateY(-200px);
            -ms-transform: translateY(-200px);
            -o-transform: translateY(-200px);
            transform: translateY(-200px);
            -webkit-transition: all .35s .6s ease-in-out;
            -moz-transition: all .35s .6s ease-in-out;
            transition: all .35s .6s ease-in-out
        }
        
        .ih-item.square.effect2 .info p {
            font-style: italic;
            font-size: 12px;
            position: relative;
            color: #bbb;
            padding: 20px;
            text-align: center;
            -webkit-transform: translateY(-200px);
            -moz-transform: translateY(-200px);
            -ms-transform: translateY(-200px);
            -o-transform: translateY(-200px);
            transform: translateY(-200px);
            -webkit-transition: all .35s .5s linear;
            -moz-transition: all .35s .5s linear;
            transition: all .35s .5s linear
        }
        
        .ih-item.square.effect2 a:hover .img {
            -webkit-transform: rotate(720deg) scale(0);
            -moz-transform: rotate(720deg) scale(0);
            -ms-transform: rotate(720deg) scale(0);
            -o-transform: rotate(720deg) scale(0);
            transform: rotate(720deg) scale(0);
            opacity: 0
        }
        
        .ih-item.square.effect2 a:hover .info {
            visibility: visible
        }
        
        .ih-item.square.effect2 a:hover .info h3,
        .ih-item.square.effect2 a:hover .info p {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0)
        }
        
        .ih-item.square.effect3.colored .info {
            background: #1a4a72
        }
        
        .ih-item.square.effect3 .img {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
            transition: all .35s ease-in-out
        }
        
        .ih-item.square.effect3 .info,
        .ih-item.square.effect4 .img {
            transition: all .35s ease-in-out
        }
        
        .ih-item.square.effect3 .info {
            height: 65px;
            background: #333;
            opacity: 0
        }
        
        .ih-item.square.effect3 .info h3 {
            text-transform: uppercase;
            color: #fff;
            text-align: center;
            font-size: 17px;
            padding: 10px 10px 0 4px;
            margin: 4px 0 0
        }
        
        .ih-item.square.effect3 .info p {
            font-style: italic;
            font-size: 12px;
            position: relative;
            color: #bbb;
            padding: 5px;
            text-align: center
        }
        
        .ih-item.square.effect3 a:hover .info {
            visibility: visible;
            opacity: 1
        }
        
        .ih-item.square.effect3.bottom_to_top .info {
            top: auto;
            -webkit-transform: translateY(100%);
            -moz-transform: translateY(100%);
            -ms-transform: translateY(100%);
            -o-transform: translateY(100%);
            transform: translateY(100%)
        }
        
        .ih-item.square.effect3.bottom_to_top a:hover .img {
            -webkit-transform: translateY(-50px);
            -moz-transform: translateY(-50px);
            -ms-transform: translateY(-50px);
            -o-transform: translateY(-50px);
            transform: translateY(-50px)
        }
        
        .ih-item.square.effect3.bottom_to_top a:hover .info {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0)
        }
        
        .ih-item.square.effect3.top_to_bottom .info {
            bottom: auto;
            -webkit-transform: translateY(-100%);
            -moz-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            -o-transform: translateY(-100%);
            transform: translateY(-100%)
        }
        
        .ih-item.square.effect3.top_to_bottom a:hover .img {
            -webkit-transform: translateY(50px);
            -moz-transform: translateY(50px);
            -ms-transform: translateY(50px);
            -o-transform: translateY(50px);
            transform: translateY(50px)
        }
        
        .ih-item.square.effect3.top_to_bottom a:hover .info {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0)
        }
        
        .ih-item.square.effect4 {
            position: relative
        }
        
        .ih-item.square.effect4.colored .info {
            background: rgba(12, 34, 52, .6)
        }
        
        .ih-item.square.effect4.colored .mask1,
        .ih-item.square.effect4.colored .mask2 {
            background: #1a4a72;
            background: rgba(26, 74, 114, .6)
        }
        
        .ih-item.square.effect4 .mask1,
        .ih-item.square.effect4 .mask2 {
            position: absolute;
            background: #333;
            background: rgba(0, 0, 0, .6);
            height: 361px;
            width: 361px;
            -webkit-transition: all .35s ease-in-out;
            -moz-transition: all .35s ease-in-out;
            transition: all .35s ease-in-out
        }
        
        .ih-item.square.effect4 .info,
        .ih-item.square.effect4 .info h3 {
            -webkit-transition: all .35s ease-in-out .35s;
            -moz-transition: all .35s ease-in-out .35s
        }
        
        .ih-item.square.effect4 .mask1 {
            left: auto;
            right: 0;
            top: 0;
            -webkit-transform: rotate(56.5deg) translateX(-180px);
            -moz-transform: rotate(56.5deg) translateX(-180px);
            -ms-transform: rotate(56.5deg) translateX(-180px);
            -o-transform: rotate(56.5deg) translateX(-180px);
            transform: rotate(56.5deg) translateX(-180px);
            -webkit-transform-origin: 100% 0;
            -moz-transform-origin: 100% 0;
            -ms-transform-origin: 100% 0;
            -o-transform-origin: 100% 0;
            transform-origin: 100% 0
        }
        
        .ih-item.square.effect4 .mask2 {
            top: auto;
            bottom: 0;
            left: 0;
            -webkit-transform: rotate(56.5deg) translateX(180px);
            -moz-transform: rotate(56.5deg) translateX(180px);
            -ms-transform: rotate(56.5deg) translateX(180px);
            -o-transform: rotate(56.5deg) translateX(180px);
            transform: rotate(56.5deg) translateX(180px);
            -webkit-transform-origin: 0 100%;
            -moz-transform-origin: 0 100%;
            -ms-transform-origin: 0 100%;
            -o-transform-origin: 0 100%;
            transform-origin: 0 100%
        }
        
        .ih-item.square.effect4 .info {
            background: #111;
            height: 0;
            visibility: hidden;
            width: 361px;
            -webkit-transform: rotate(-33.5deg) translate(-112px, 166px);
            -moz-transform: rotate(-33.5deg) translate(-112px, 166px);
            -ms-transform: rotate(-33.5deg) translate(-112px, 166px);
            -o-transform: rotate(-33.5deg) translate(-112px, 166px);
            transform: rotate(-33.5deg) translate(-112px, 166px);
            -webkit-transform-origin: 0 100%;
            -moz-transform-origin: 0 100%;
            -ms-transform-origin: 0 100%;
            -o-transform-origin: 0 100%;
            transform-origin: 0 100%;
            transition: all .35s ease-in-out .35s
        }
        
        .ih-item.square.effect4 .info h3 {
            text-transform: uppercase;
            color: #fff;
            text-align: center;
            font-size: 17px;
            padding: 10px;
            background: 0 0;
            margin-top: 5px;
            border-bottom: 1px solid rgba(255, 255, 255, .2);
            opacity: 0;
            transition: all .35s ease-in-out .35s
        }
        
        .ih-item.square.effect5 .info h3,
        .ih-item.square.effect6 .info h3,
        .ih-item.square.effect7 .info h3,
        .ih-item.square.effect8 .info h3 {
            margin: 30px 0 0;
            text-transform: uppercase;
            text-align: center
        }
        
        .ih-item.square.effect4 .info p {
            font-style: italic;
            font-size: 12px;
            position: relative;
            color: #bbb;
            padding: 20px;
            text-align: center;
            opacity: 0;
            -webkit-transition: all .35s ease-in-out .35s;
            -moz-transition: all .35s ease-in-out .35s;
            transition: all .35s ease-in-out .35s
        }
        
        .ih-item.square.effect5 .img,
        .ih-item.square.effect5 .info {
            -webkit-transition: all .35s ease-in-out;
            -moz-transition: all .35s ease-in-out
        }
        
        .ih-item.square.effect4 a:hover .mask1 {
            -webkit-transform: rotate(56.5deg) translateX(1px);
            -moz-transform: rotate(56.5deg) translateX(1px);
            -ms-transform: rotate(56.5deg) translateX(1px);
            -o-transform: rotate(56.5deg) translateX(1px);
            transform: rotate(56.5deg) translateX(1px)
        }
        
        .ih-item.square.effect4 a:hover .mask2 {
            -webkit-transform: rotate(56.5deg) translateX(-1px);
            -moz-transform: rotate(56.5deg) translateX(-1px);
            -ms-transform: rotate(56.5deg) translateX(-1px);
            -o-transform: rotate(56.5deg) translateX(-1px);
            transform: rotate(56.5deg) translateX(-1px)
        }
        
        .ih-item.square.effect4 a:hover .info {
            width: 300px;
            height: 120px;
            visibility: visible;
            top: 40px;
            -webkit-transform: rotate(0) translate(0, 0);
            -moz-transform: rotate(0) translate(0, 0);
            -ms-transform: rotate(0) translate(0, 0);
            -o-transform: rotate(0) translate(0, 0);
            transform: rotate(0) translate(0, 0)
        }
        
        .ih-item.square.effect4 a:hover .info h3,
        .ih-item.square.effect4 a:hover .info p {
            opacity: 1
        }
        
        .ih-item.square.effect5.colored .info {
            background: #1a4a72
        }
        
        .ih-item.square.effect5.colored .info h3 {
            background: rgba(12, 34, 52, .6)
        }
        
        .ih-item.square.effect5 .img {
            transition: all .35s ease-in-out;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1)
        }
        
        .ih-item.square.effect5 .info {
            background: #333;
            opacity: 0;
            transition: all .35s ease-in-out
        }
        
        .ih-item.square.effect6 .img,
        .ih-item.square.effect6 .info {
            -webkit-transition: all .35s ease-in-out;
            -moz-transition: all .35s ease-in-out
        }
        
        .ih-item.square.effect5 .info h3 {
            color: #fff;
            font-size: 17px;
            padding: 10px;
            background: #111
        }
        
        .ih-item.square.effect5 .info p {
            font-style: italic;
            font-size: 12px;
            position: relative;
            color: #bbb;
            padding: 20px;
            text-align: center
        }
        
        .ih-item.square.effect5 a:hover .img {
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            -ms-transform: scale(0);
            -o-transform: scale(0);
            transform: scale(0);
            -webkit-transition-delay: 0;
            -moz-transition-delay: 0;
            transition-delay: 0
        }
        
        .ih-item.square.effect5 a:hover .info {
            visibility: visible;
            opacity: 1;
            -webkit-transform: scale(1) rotate(0);
            -moz-transform: scale(1) rotate(0);
            -ms-transform: scale(1) rotate(0);
            -o-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
            -webkit-transition-delay: .3s;
            -moz-transition-delay: .3s;
            transition-delay: .3s
        }
        
        .ih-item.square.effect5.left_to_right .info {
            -webkit-transform: scale(0) rotate(-180deg);
            -moz-transform: scale(0) rotate(-180deg);
            -ms-transform: scale(0) rotate(-180deg);
            -o-transform: scale(0) rotate(-180deg);
            transform: scale(0) rotate(-180deg)
        }
        
        .ih-item.square.effect5.right_to_left .info {
            -webkit-transform: scale(0) rotate(180deg);
            -moz-transform: scale(0) rotate(180deg);
            -ms-transform: scale(0) rotate(180deg);
            -o-transform: scale(0) rotate(180deg);
            transform: scale(0) rotate(180deg)
        }
        
        .ih-item.square.effect6.colored .info {
            background: #1a4a72;
            background: rgba(26, 74, 114, .6)
        }
        
        .ih-item.square.effect6.colored .info h3 {
            background: rgba(12, 34, 52, .6)
        }
        
        .ih-item.square.effect6 .img {
            transition: all .35s ease-in-out;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1)
        }
        
        .ih-item.square.effect6 .info {
            background: #333;
            background: rgba(0, 0, 0, .6);
            visibility: hidden;
            opacity: 0;
            transition: all .35s ease-in-out
        }
        
        .ih-item.square.effect6 .info h3,
        .ih-item.square.effect7 .img {
            -webkit-transition: all .35s ease-in-out;
            -moz-transition: all .35s ease-in-out
        }
        
        .ih-item.square.effect6 .info h3 {
            color: #fff;
            font-size: 17px;
            padding: 10px;
            background: #111;
            transition: all .35s ease-in-out
        }
        
        .ih-item.square.effect6 .info p {
            font-style: italic;
            font-size: 12px;
            position: relative;
            color: #bbb;
            padding: 20px;
            text-align: center;
            -webkit-transition: all .35s .1s linear;
            -moz-transition: all .35s .1s linear;
            transition: all .35s .1s linear
        }
        
        .ih-item.square.effect6 a:hover .img {
            -webkit-transform: scale(1.2);
            -moz-transform: scale(1.2);
            -ms-transform: scale(1.2);
            -o-transform: scale(1.2);
            transform: scale(1.2)
        }
        
        .ih-item.square.effect6 a:hover .info {
            visibility: visible;
            opacity: 1
        }
        
        .ih-item.square.effect6.from_top_and_bottom .info h3 {
            -webkit-transform: translateY(-100%);
            -moz-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            -o-transform: translateY(-100%);
            transform: translateY(-100%)
        }
        
        .ih-item.square.effect6.from_top_and_bottom .info p {
            -webkit-transform: translateY(100%);
            -moz-transform: translateY(100%);
            -ms-transform: translateY(100%);
            -o-transform: translateY(100%);
            transform: translateY(100%)
        }
        
        .ih-item.square.effect6.from_top_and_bottom a:hover .info h3,
        .ih-item.square.effect6.from_top_and_bottom a:hover .info p {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0)
        }
        
        .ih-item.square.effect6.from_left_and_right .info h3 {
            -webkit-transform: translateX(-100%);
            -moz-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            -o-transform: translateX(-100%);
            transform: translateX(-100%)
        }
        
        .ih-item.square.effect6.from_left_and_right .info p {
            -webkit-transform: translateX(100%);
            -moz-transform: translateX(100%);
            -ms-transform: translateX(100%);
            -o-transform: translateX(100%);
            transform: translateX(100%)
        }
        
        .ih-item.square.effect6.from_left_and_right a:hover .info h3,
        .ih-item.square.effect6.from_left_and_right a:hover .info p {
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0)
        }
        
        .ih-item.square.effect6.top_to_bottom .info h3,
        .ih-item.square.effect6.top_to_bottom .info p {
            -webkit-transform: translateY(-100%);
            -moz-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            -o-transform: translateY(-100%);
            transform: translateY(-100%)
        }
        
        .ih-item.square.effect6.top_to_bottom a:hover .info h3,
        .ih-item.square.effect6.top_to_bottom a:hover .info p {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0)
        }
        
        .ih-item.square.effect6.bottom_to_top .info h3,
        .ih-item.square.effect6.bottom_to_top .info p {
            -webkit-transform: translateY(100%);
            -moz-transform: translateY(100%);
            -ms-transform: translateY(100%);
            -o-transform: translateY(100%);
            transform: translateY(100%)
        }
        
        .ih-item.square.effect6.bottom_to_top a:hover .info h3,
        .ih-item.square.effect6.bottom_to_top a:hover .info p {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0)
        }
        
        .ih-item.square.effect7 {
            overflow: hidden
        }
        
        .ih-item.square.effect7.colored .info {
            background: #1a4a72;
            background: rgba(26, 74, 114, .6)
        }
        
        .ih-item.square.effect7.colored .info h3 {
            background: rgba(12, 34, 52, .6)
        }
        
        .ih-item.square.effect7 .img {
            transition: all .35s ease-in-out;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1)
        }
        
        .ih-item.square.effect7 .info,
        .ih-item.square.effect8 .img {
            -webkit-transition: all .35s ease-in-out;
            -moz-transition: all .35s ease-in-out
        }
        
        .ih-item.square.effect7 .info {
            background: #333;
            background: rgba(0, 0, 0, .6);
            visibility: hidden;
            opacity: 0;
            transition: all .35s ease-in-out
        }
        
        .ih-item.square.effect7 .info h3 {
            color: #fff;
            font-size: 17px;
            padding: 10px;
            background: #111;
            -webkit-transform: scale(4);
            -moz-transform: scale(4);
            -ms-transform: scale(4);
            -o-transform: scale(4);
            transform: scale(4);
            -webkit-transition: all .35s .1s ease-in-out;
            -moz-transition: all .35s .1s ease-in-out;
            transition: all .35s .1s ease-in-out
        }
        
        .ih-item.square.effect7 .info p {
            font-style: italic;
            font-size: 12px;
            position: relative;
            color: #bbb;
            padding: 20px;
            text-align: center;
            -webkit-transform: scale(5);
            -moz-transform: scale(5);
            -ms-transform: scale(5);
            -o-transform: scale(5);
            transform: scale(5);
            -webkit-transition: all .35s .3s linear;
            -moz-transition: all .35s .3s linear;
            transition: all .35s .3s linear
        }
        
        .ih-item.square.effect7 a:hover .img {
            -webkit-transform: scale(1.2);
            -moz-transform: scale(1.2);
            -ms-transform: scale(1.2);
            -o-transform: scale(1.2);
            transform: scale(1.2)
        }
        
        .ih-item.square.effect7 a:hover .info {
            visibility: visible;
            opacity: 1
        }
        
        .ih-item.square.effect7 a:hover .info h3,
        .ih-item.square.effect7 a:hover .info p {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1)
        }
        
        .ih-item.square.effect8.colored .info {
            background: #1a4a72
        }
        
        .ih-item.square.effect8.colored .info h3 {
            background: rgba(12, 34, 52, .6)
        }
        
        .ih-item.square.effect8 .img {
            opacity: 1;
            transition: all .35s ease-in-out
        }
        
        .ih-item.square.effect8 .info {
            background: #333;
            visibility: hidden;
            opacity: 0;
            -webkit-transition: all .35s ease-in-out;
            -moz-transition: all .35s ease-in-out;
            transition: all .35s ease-in-out
        }
        
        .ih-item.square.effect8 .info h3 {
            color: #fff;
            font-size: 17px;
            padding: 10px;
            background: #111;
            -webkit-transition: all .35s .1s ease-in-out;
            -moz-transition: all .35s .1s ease-in-out;
            transition: all .35s .1s ease-in-out
        }
        
        .ih-item.square.effect8 .info p {
            font-style: italic;
            font-size: 12px;
            position: relative;
            color: #bbb;
            padding: 20px;
            text-align: center;
            -webkit-transition: all .35s .15s linear;
            -moz-transition: all .35s .15s linear;
            transition: all .35s .15s linear
        }
        
        .ih-item.square.effect8 a:hover .img {
            opacity: 0
        }
        
        .ih-item.square.effect8 a:hover .info {
            visibility: visible;
            opacity: 1
        }
        
        .ih-item.square.effect8.scale_up .img {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1)
        }
        
        .ih-item.square.effect8.scale_up .info,
        .ih-item.square.effect8.scale_up .info h3,
        .ih-item.square.effect8.scale_up .info p {
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            -ms-transform: scale(0);
            -o-transform: scale(0);
            transform: scale(0)
        }
        
        .ih-item.square.effect8.scale_up a:hover .img {
            -webkit-transform: scale(5);
            -moz-transform: scale(5);
            -ms-transform: scale(5);
            -o-transform: scale(5);
            transform: scale(5)
        }
        
        .ih-item.square.effect8.scale_down .img,
        .ih-item.square.effect8.scale_up a:hover .info,
        .ih-item.square.effect8.scale_up a:hover .info h3,
        .ih-item.square.effect8.scale_up a:hover .info p {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1)
        }
        
        .ih-item.square.effect8.scale_down .info,
        .ih-item.square.effect8.scale_down .info h3,
        .ih-item.square.effect8.scale_down .info p {
            -webkit-transform: scale(5);
            -moz-transform: scale(5);
            -ms-transform: scale(5);
            -o-transform: scale(5);
            transform: scale(5)
        }
        
        .ih-item.square.effect8.scale_down a:hover .img {
            -webkit-transform: scale(.5);
            -moz-transform: scale(.5);
            -ms-transform: scale(.5);
            -o-transform: scale(.5);
            transform: scale(.5)
        }
        
        .ih-item.square.effect8.scale_down a:hover .info,
        .ih-item.square.effect8.scale_down a:hover .info h3,
        .ih-item.square.effect8.scale_down a:hover .info p {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1)
        }
        
        .ih-item.square.effect9.colored .info .info-back {
            background: #1a4a72
        }
        
        .ih-item.square.effect9.colored .info h3 {
            background: rgba(12, 34, 52, .6)
        }
        
        .ih-item.square.effect9 .img {
            position: relative;
            z-index: 11;
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out
        }
        
        .ih-item.square.effect10 .img,
        .ih-item.square.effect10 .info {
            -webkit-transition: all .35s ease-in-out;
            -moz-transition: all .35s ease-in-out;
            transition: all .35s ease-in-out
        }
        
        .ih-item.square.effect9 .info {
            z-index: 0;
            -webkit-transform-style: preserve-3d;
            -moz-transform-style: preserve-3d;
            -ms-transform-style: preserve-3d;
            -o-transform-style: preserve-3d;
            transform-style: preserve-3d
        }
        
        .ih-item.square.effect9 .info .info-back {
            opacity: 1;
            width: 100%;
            height: 100%;
            padding-top: 30px;
            background: #333
        }
        
        .ih-item.square.effect9 .info h3 {
            text-transform: uppercase;
            color: #fff;
            text-align: center;
            font-size: 17px;
            padding: 10px;
            background: #111;
            margin: 0
        }
        
        .ih-item.square.effect10 .info h3,
        .ih-item.square.effect11 .info h3,
        .ih-item.square.effect12 .info h3,
        .ih-item.square.effect13 .info h3,
        .ih-item.square.effect14 .info h3,
        .ih-item.square.effect15 .info h3 {
            text-transform: uppercase;
            margin: 30px 0 0;
            text-align: center
        }
        
        .ih-item.square.effect9 .info p {
            font-style: italic;
            font-size: 12px;
            position: relative;
            color: #bbb;
            padding: 20px;
            text-align: center
        }
        
        .ih-item.square.effect9.left_to_right .img {
            -webkit-transform-origin: 100% 50%;
            -moz-transform-origin: 100% 50%;
            -ms-transform-origin: 100% 50%;
            -o-transform-origin: 100% 50%;
            transform-origin: 100% 50%
        }
        
        .ih-item.square.effect9.left_to_right a:hover .img {
            -webkit-transform: rotate3d(0, 1, 0, 180deg);
            -moz-transform: rotate3d(0, 1, 0, 180deg);
            -ms-transform: rotate3d(0, 1, 0, 180deg);
            -o-transform: rotate3d(0, 1, 0, 180deg);
            transform: rotate3d(0, 1, 0, 180deg)
        }
        
        .ih-item.square.effect9.right_to_left .img {
            -webkit-transform-origin: 0 50%;
            -moz-transform-origin: 0 50%;
            -ms-transform-origin: 0 50%;
            -o-transform-origin: 0 50%;
            transform-origin: 0 50%
        }
        
        .ih-item.square.effect9.right_to_left a:hover .img {
            -webkit-transform: rotate3d(0, 1, 0, -180deg);
            -moz-transform: rotate3d(0, 1, 0, -180deg);
            -ms-transform: rotate3d(0, 1, 0, -180deg);
            -o-transform: rotate3d(0, 1, 0, -180deg);
            transform: rotate3d(0, 1, 0, -180deg)
        }
        
        .ih-item.square.effect9.top_to_bottom .img {
            -webkit-transform-origin: 50% 100%;
            -moz-transform-origin: 50% 100%;
            -ms-transform-origin: 50% 100%;
            -o-transform-origin: 50% 100%;
            transform-origin: 50% 100%
        }
        
        .ih-item.square.effect9.top_to_bottom a:hover .img {
            -webkit-transform: rotate3d(1, 0, 0, -180deg);
            -moz-transform: rotate3d(1, 0, 0, -180deg);
            -ms-transform: rotate3d(1, 0, 0, -180deg);
            -o-transform: rotate3d(1, 0, 0, -180deg);
            transform: rotate3d(1, 0, 0, -180deg)
        }
        
        .ih-item.square.effect9.bottom_to_top .img {
            -webkit-transform-origin: 50% 0;
            -moz-transform-origin: 50% 0;
            -ms-transform-origin: 50% 0;
            -o-transform-origin: 50% 0;
            transform-origin: 50% 0
        }
        
        .ih-item.square.effect9.bottom_to_top a:hover .img {
            -webkit-transform: rotate3d(1, 0, 0, 180deg);
            -moz-transform: rotate3d(1, 0, 0, 180deg);
            -ms-transform: rotate3d(1, 0, 0, 180deg);
            -o-transform: rotate3d(1, 0, 0, 180deg);
            transform: rotate3d(1, 0, 0, 180deg)
        }
        
        .ih-item.square.effect10.colored .info {
            background: #1a4a72
        }
        
        .ih-item.square.effect10.colored .info h3 {
            background: rgba(12, 34, 52, .6)
        }
        
        .ih-item.square.effect10 .info {
            background: #333;
            visibility: hidden;
            opacity: 0
        }
        
        .ih-item.square.effect10 .info h3 {
            color: #fff;
            font-size: 17px;
            padding: 10px;
            background: #111
        }
        
        .ih-item.square.effect10 .info p {
            font-style: italic;
            font-size: 12px;
            position: relative;
            color: #bbb;
            padding: 20px;
            text-align: center
        }
        
        .ih-item.square.effect10 a:hover .info {
            visibility: visible;
            opacity: 1
        }
        
        .ih-item.square.effect10.left_to_right .img {
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0)
        }
        
        .ih-item.square.effect10.left_to_right .info {
            -webkit-transform: translateX(-100%);
            -moz-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            -o-transform: translateX(-100%);
            transform: translateX(-100%)
        }
        
        .ih-item.square.effect10.left_to_right a:hover .img {
            -webkit-transform: translateX(100%);
            -moz-transform: translateX(100%);
            -ms-transform: translateX(100%);
            -o-transform: translateX(100%);
            transform: translateX(100%)
        }
        
        .ih-item.square.effect10.left_to_right a:hover .info,
        .ih-item.square.effect10.right_to_left .img {
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0)
        }
        
        .ih-item.square.effect10.right_to_left .info {
            -webkit-transform: translateX(100%);
            -moz-transform: translateX(100%);
            -ms-transform: translateX(100%);
            -o-transform: translateX(100%);
            transform: translateX(100%)
        }
        
        .ih-item.square.effect10.right_to_left a:hover .img {
            -webkit-transform: translateX(-100%);
            -moz-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            -o-transform: translateX(-100%);
            transform: translateX(-100%)
        }
        
        .ih-item.square.effect10.right_to_left a:hover .info {
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0)
        }
        
        .ih-item.square.effect10.top_to_bottom .img {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0)
        }
        
        .ih-item.square.effect10.top_to_bottom .info {
            -webkit-transform: translateY(-100%);
            -moz-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            -o-transform: translateY(-100%);
            transform: translateY(-100%)
        }
        
        .ih-item.square.effect10.top_to_bottom a:hover .img {
            -webkit-transform: translateY(100%);
            -moz-transform: translateY(100%);
            -ms-transform: translateY(100%);
            -o-transform: translateY(100%);
            transform: translateY(100%)
        }
        
        .ih-item.square.effect10.bottom_to_top .img,
        .ih-item.square.effect10.top_to_bottom a:hover .info {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0)
        }
        
        .ih-item.square.effect10.bottom_to_top .info {
            -webkit-transform: translateY(100%);
            -moz-transform: translateY(100%);
            -ms-transform: translateY(100%);
            -o-transform: translateY(100%);
            transform: translateY(100%)
        }
        
        .ih-item.square.effect10.bottom_to_top a:hover .img {
            -webkit-transform: translateY(-100%);
            -moz-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            -o-transform: translateY(-100%);
            transform: translateY(-100%)
        }
        
        .ih-item.square.effect10.bottom_to_top a:hover .info {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0)
        }
        
        .ih-item.square.effect11.colored .info {
            background: #1a4a72
        }
        
        .ih-item.square.effect11.colored .info h3 {
            background: rgba(12, 34, 52, .6)
        }
        
        .ih-item.square.effect11 .img {
            opacity: 1;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            -webkit-transition: all .35s ease-in-out;
            -moz-transition: all .35s ease-in-out;
            transition: all .35s ease-in-out
        }
        
        .ih-item.square.effect11 a:hover .img,
        .ih-item.square.effect14 .info {
            -webkit-transform: scale(.5);
            -moz-transform: scale(.5);
            -ms-transform: scale(.5);
            -o-transform: scale(.5)
        }
        
        .ih-item.square.effect11 .info {
            background: #333;
            visibility: hidden;
            opacity: 0;
            -webkit-transition: all .35s ease .2s;
            -moz-transition: all .35s ease .2s;
            transition: all .35s ease .2s
        }
        
        .ih-item.square.effect11 .info h3 {
            color: #fff;
            font-size: 17px;
            padding: 10px;
            background: #111
        }
        
        .ih-item.square.effect11 .info p {
            font-style: italic;
            font-size: 12px;
            position: relative;
            color: #bbb;
            padding: 20px;
            text-align: center
        }
        
        .ih-item.square.effect11 a:hover .img {
            opacity: 0;
            transform: scale(.5)
        }
        
        .ih-item.square.effect11 a:hover .info {
            visibility: visible;
            opacity: 1
        }
        
        .ih-item.square.effect11.left_to_right .info {
            -webkit-transform: translateX(-100%);
            -moz-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            -o-transform: translateX(-100%);
            transform: translateX(-100%)
        }
        
        .ih-item.square.effect11.left_to_right a:hover .info {
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0)
        }
        
        .ih-item.square.effect11.right_to_left .info {
            -webkit-transform: translateX(100%);
            -moz-transform: translateX(100%);
            -ms-transform: translateX(100%);
            -o-transform: translateX(100%);
            transform: translateX(100%)
        }
        
        .ih-item.square.effect11.right_to_left a:hover .info {
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0)
        }
        
        .ih-item.square.effect11.top_to_bottom .info {
            -webkit-transform: translateY(-100%);
            -moz-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            -o-transform: translateY(-100%);
            transform: translateY(-100%)
        }
        
        .ih-item.square.effect11.top_to_bottom a:hover .info {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0)
        }
        
        .ih-item.square.effect11.bottom_to_top .info {
            -webkit-transform: translateY(100%);
            -moz-transform: translateY(100%);
            -ms-transform: translateY(100%);
            -o-transform: translateY(100%);
            transform: translateY(100%)
        }
        
        .ih-item.square.effect11.bottom_to_top a:hover .info {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0)
        }
        
        .ih-item.square.effect12.colored .info {
            background: #1a4a72;
            background: rgba(26, 74, 114, .6)
        }
        
        .ih-item.square.effect12.colored .info h3 {
            background: rgba(12, 34, 52, .6)
        }
        
        .ih-item.square.effect12 .img {
            -webkit-transition: all .35s ease-in;
            -moz-transition: all .35s ease-in;
            transition: all .35s ease-in
        }
        
        .ih-item.square.effect12 .info,
        .ih-item.square.effect12 .info h3 {
            -webkit-transition: all .35s ease-in;
            -moz-transition: all .35s ease-in
        }
        
        .ih-item.square.effect12 .info {
            background: #333;
            background: rgba(0, 0, 0, .6);
            visibility: hidden;
            opacity: 0;
            transition: all .35s ease-in
        }
        
        .ih-item.square.effect12 .info h3 {
            color: #fff;
            font-size: 17px;
            padding: 10px;
            background: #111;
            transition: all .35s ease-in
        }
        
        .ih-item.square.effect12 .info p {
            font-style: italic;
            font-size: 12px;
            position: relative;
            color: #bbb;
            padding: 20px;
            text-align: center;
            -webkit-transition: all .35s ease-in;
            -moz-transition: all .35s ease-in;
            transition: all .35s ease-in
        }
        
        .ih-item.square.effect13 .img,
        .ih-item.square.effect13 .info {
            -webkit-transition: all .35s ease-in-out;
            -moz-transition: all .35s ease-in-out
        }
        
        .ih-item.square.effect12 a:hover .info {
            visibility: visible;
            opacity: 1;
            -webkit-transition-delay: .2s;
            -moz-transition-delay: .2s;
            transition-delay: .2s
        }
        
        .ih-item.square.effect12 a:hover .info h3 {
            -webkit-transition-delay: .3s;
            -moz-transition-delay: .3s;
            transition-delay: .3s
        }
        
        .ih-item.square.effect12 a:hover .info p {
            -webkit-transition-delay: .25s;
            -moz-transition-delay: .25s;
            transition-delay: .25s
        }
        
        .ih-item.square.effect12.left_to_right .info {
            -webkit-transform: translate(-460px, -100px) rotate(-180deg);
            -moz-transform: translate(-460px, -100px) rotate(-180deg);
            -ms-transform: translate(-460px, -100px) rotate(-180deg);
            -o-transform: translate(-460px, -100px) rotate(-180deg);
            transform: translate(-460px, -100px) rotate(-180deg)
        }
        
        .ih-item.square.effect12.left_to_right .info h3 {
            -webkit-transform: translateY(-100px);
            -moz-transform: translateY(-100px);
            -ms-transform: translateY(-100px);
            -o-transform: translateY(-100px);
            transform: translateY(-100px)
        }
        
        .ih-item.square.effect12.left_to_right .info p {
            -webkit-transform: translateX(-300px) rotate(-90deg);
            -moz-transform: translateX(-300px) rotate(-90deg);
            -ms-transform: translateX(-300px) rotate(-90deg);
            -o-transform: translateX(-300px) rotate(-90deg);
            transform: translateX(-300px) rotate(-90deg)
        }
        
        .ih-item.square.effect12.left_to_right a:hover .info {
            -webkit-transform: translate(0, 0);
            -moz-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            transform: translate(0, 0)
        }
        
        .ih-item.square.effect12.left_to_right a:hover .info h3 {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0)
        }
        
        .ih-item.square.effect12.left_to_right a:hover .info p {
            -webkit-transform: translateX(0) rotate(0);
            -moz-transform: translateX(0) rotate(0);
            -ms-transform: translateX(0) rotate(0);
            -o-transform: translateX(0) rotate(0);
            transform: translateX(0) rotate(0)
        }
        
        .ih-item.square.effect12.right_to_left .info {
            -webkit-transform: translate(460px, -100px) rotate(180deg);
            -moz-transform: translate(460px, -100px) rotate(180deg);
            -ms-transform: translate(460px, -100px) rotate(180deg);
            -o-transform: translate(460px, -100px) rotate(180deg);
            transform: translate(460px, -100px) rotate(180deg)
        }
        
        .ih-item.square.effect12.right_to_left .info h3 {
            -webkit-transform: translateY(-100px);
            -moz-transform: translateY(-100px);
            -ms-transform: translateY(-100px);
            -o-transform: translateY(-100px);
            transform: translateY(-100px)
        }
        
        .ih-item.square.effect12.right_to_left .info p {
            -webkit-transform: translateX(300px) rotate(90deg);
            -moz-transform: translateX(300px) rotate(90deg);
            -ms-transform: translateX(300px) rotate(90deg);
            -o-transform: translateX(300px) rotate(90deg);
            transform: translateX(300px) rotate(90deg)
        }
        
        .ih-item.square.effect12.right_to_left a:hover .info {
            -webkit-transform: translate(0, 0);
            -moz-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            transform: translate(0, 0)
        }
        
        .ih-item.square.effect12.right_to_left a:hover .info h3 {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0)
        }
        
        .ih-item.square.effect12.right_to_left a:hover .info p {
            -webkit-transform: translateX(0) rotate(0);
            -moz-transform: translateX(0) rotate(0);
            -ms-transform: translateX(0) rotate(0);
            -o-transform: translateX(0) rotate(0);
            transform: translateX(0) rotate(0)
        }
        
        .ih-item.square.effect12.top_to_bottom .info {
            -webkit-transform: translate(-265px, -145px) rotate(-45deg);
            -moz-transform: translate(-265px, -145px) rotate(-45deg);
            -ms-transform: translate(-265px, -145px) rotate(-45deg);
            -o-transform: translate(-265px, -145px) rotate(-45deg);
            transform: translate(-265px, -145px) rotate(-45deg)
        }
        
        .ih-item.square.effect12.top_to_bottom .info h3,
        .ih-item.square.effect12.top_to_bottom .info p {
            -webkit-transform: translate(200px, -200px);
            -moz-transform: translate(200px, -200px);
            -ms-transform: translate(200px, -200px);
            -o-transform: translate(200px, -200px);
            transform: translate(200px, -200px)
        }
        
        .ih-item.square.effect12.top_to_bottom a:hover .info,
        .ih-item.square.effect12.top_to_bottom a:hover .info h3 {
            -webkit-transform: translate(0, 0);
            -moz-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            -o-transform: translate(0, 0)
        }
        
        .ih-item.square.effect12.top_to_bottom a:hover .info {
            transform: translate(0, 0);
            -webkit-transition-delay: .2s;
            -moz-transition-delay: .2s;
            transition-delay: .2s
        }
        
        .ih-item.square.effect12.top_to_bottom a:hover .info h3 {
            transform: translate(0, 0);
            -webkit-transition-delay: .3s;
            -moz-transition-delay: .3s;
            transition-delay: .3s
        }
        
        .ih-item.square.effect12.top_to_bottom a:hover .info p {
            -webkit-transform: translate(0, 0);
            -moz-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            transform: translate(0, 0);
            -webkit-transition-delay: .4s;
            -moz-transition-delay: .4s;
            transition-delay: .4s
        }
        
        .ih-item.square.effect12.bottom_to_top .info {
            -webkit-transform: translate(265px, 145px) rotate(45deg);
            -moz-transform: translate(265px, 145px) rotate(45deg);
            -ms-transform: translate(265px, 145px) rotate(45deg);
            -o-transform: translate(265px, 145px) rotate(45deg);
            transform: translate(265px, 145px) rotate(45deg)
        }
        
        .ih-item.square.effect12.bottom_to_top .info h3 {
            -webkit-transform: translate(200px, -200px);
            -moz-transform: translate(200px, -200px);
            -ms-transform: translate(200px, -200px);
            -o-transform: translate(200px, -200px);
            transform: translate(200px, -200px)
        }
        
        .ih-item.square.effect12.bottom_to_top .info p {
            -webkit-transform: translate(-200px, 200px);
            -moz-transform: translate(-200px, 200px);
            -ms-transform: translate(-200px, 200px);
            -o-transform: translate(-200px, 200px);
            transform: translate(-200px, 200px)
        }
        
        .ih-item.square.effect12.bottom_to_top a:hover .info,
        .ih-item.square.effect12.bottom_to_top a:hover .info h3 {
            -webkit-transform: translate(0, 0);
            -moz-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            -o-transform: translate(0, 0)
        }
        
        .ih-item.square.effect12.bottom_to_top a:hover .info {
            transform: translate(0, 0);
            -webkit-transition-delay: .2s;
            -moz-transition-delay: .2s;
            transition-delay: .2s
        }
        
        .ih-item.square.effect12.bottom_to_top a:hover .info h3 {
            transform: translate(0, 0);
            -webkit-transition-delay: .3s;
            -moz-transition-delay: .3s;
            transition-delay: .3s
        }
        
        .ih-item.square.effect12.bottom_to_top a:hover .info p {
            -webkit-transform: translate(0, 0);
            -moz-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            transform: translate(0, 0);
            -webkit-transition-delay: .4s;
            -moz-transition-delay: .4s;
            transition-delay: .4s
        }
        
        .ih-item.square.effect13.colored .info {
            background: #1a4a72;
            background: rgba(26, 74, 114, .6)
        }
        
        .ih-item.square.effect13.colored .info h3 {
            background: rgba(12, 34, 52, .6)
        }
        
        .ih-item.square.effect13 .img {
            transition: all .35s ease-in-out;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1)
        }
        
        .ih-item.square.effect13 .info {
            background: #333;
            background: rgba(0, 0, 0, .6);
            visibility: hidden;
            opacity: 0;
            pointer-events: none;
            transition: all .35s ease-in-out
        }
        
        .ih-item.square.effect13 .info h3 {
            color: #fff;
            font-size: 17px;
            padding: 10px;
            background: #111
        }
        
        .ih-item.square.effect13 .info p {
            font-style: italic;
            font-size: 12px;
            position: relative;
            color: #bbb;
            padding: 20px;
            text-align: center
        }
        
        .ih-item.square.effect13 a:hover .img {
            -webkit-transform: scale(1.2);
            -moz-transform: scale(1.2);
            -ms-transform: scale(1.2);
            -o-transform: scale(1.2);
            transform: scale(1.2)
        }
        
        .ih-item.square.effect13 a:hover .info {
            visibility: visible;
            opacity: 1
        }
        
        .ih-item.square.effect13.left_to_right .info {
            -webkit-transform: translateX(-100%);
            -moz-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            -o-transform: translateX(-100%);
            transform: translateX(-100%)
        }
        
        .ih-item.square.effect13.left_to_right a:hover .info {
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0)
        }
        
        .ih-item.square.effect13.right_to_left .info {
            -webkit-transform: translateX(100%);
            -moz-transform: translateX(100%);
            -ms-transform: translateX(100%);
            -o-transform: translateX(100%);
            transform: translateX(100%)
        }
        
        .ih-item.square.effect13.right_to_left a:hover .info {
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0)
        }
        
        .ih-item.square.effect13.top_to_bottom .info {
            -webkit-transform: translateY(-100%);
            -moz-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            -o-transform: translateY(-100%);
            transform: translateY(-100%)
        }
        
        .ih-item.square.effect13.top_to_bottom a:hover .info {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0)
        }
        
        .ih-item.square.effect13.bottom_to_top .info {
            -webkit-transform: translateY(100%);
            -moz-transform: translateY(100%);
            -ms-transform: translateY(100%);
            -o-transform: translateY(100%);
            transform: translateY(100%)
        }
        
        .ih-item.square.effect13.bottom_to_top a:hover .info {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0)
        }
        
        .ih-item.square.effect14.colored .info {
            background: #1a4a72
        }
        
        .ih-item.square.effect14.colored .info h3 {
            background: rgba(12, 34, 52, .6)
        }
        
        .ih-item.square.effect14 .img {
            opacity: 1;
            -webkit-transition: all .35s ease-in-out;
            -moz-transition: all .35s ease-in-out;
            transition: all .35s ease-in-out
        }
        
        .ih-item.square.effect14 .info {
            background: #333;
            visibility: hidden;
            opacity: 0;
            pointer-events: none;
            transform: scale(.5);
            -webkit-transition: all .35s ease .2s;
            -moz-transition: all .35s ease .2s;
            transition: all .35s ease .2s
        }
        
        .ih-item.square.effect14 .info h3 {
            color: #fff;
            font-size: 17px;
            padding: 10px;
            background: #111
        }
        
        .ih-item.square.effect14 .info p {
            font-style: italic;
            font-size: 12px;
            position: relative;
            color: #bbb;
            padding: 20px;
            text-align: center
        }
        
        .ih-item.square.effect14 a:hover .img {
            opacity: 0;
            pointer-events: none;
            -webkit-transform: scale(.5);
            -moz-transform: scale(.5);
            -ms-transform: scale(.5);
            -o-transform: scale(.5);
            transform: scale(.5)
        }
        
        .ih-item.square.effect14 a:hover .info {
            visibility: visible;
            opacity: 1;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1)
        }
        
        .ih-item.square.effect14.left_to_right .img {
            -webkit-transform: translateX(0) rotate(0);
            -moz-transform: translateX(0) rotate(0);
            -ms-transform: translateX(0) rotate(0);
            -o-transform: translateX(0) rotate(0);
            transform: translateX(0) rotate(0)
        }
        
        .ih-item.square.effect14.left_to_right a:hover .img {
            -webkit-transform: translateX(100%) rotate(180deg);
            -moz-transform: translateX(100%) rotate(180deg);
            -ms-transform: translateX(100%) rotate(180deg);
            -o-transform: translateX(100%) rotate(180deg);
            transform: translateX(100%) rotate(180deg)
        }
        
        .ih-item.square.effect14.right_to_left .img {
            -webkit-transform: translateX(0) rotate(0);
            -moz-transform: translateX(0) rotate(0);
            -ms-transform: translateX(0) rotate(0);
            -o-transform: translateX(0) rotate(0);
            transform: translateX(0) rotate(0)
        }
        
        .ih-item.square.effect14.right_to_left a:hover .img {
            -webkit-transform: translateX(-100%) rotate(-180deg);
            -moz-transform: translateX(-100%) rotate(-180deg);
            -ms-transform: translateX(-100%) rotate(-180deg);
            -o-transform: translateX(-100%) rotate(-180deg);
            transform: translateX(-100%) rotate(-180deg)
        }
        
        .ih-item.square.effect14.top_to_bottom .img {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0)
        }
        
        .ih-item.square.effect14.top_to_bottom a:hover .img {
            -webkit-transform: translateY(-100%);
            -moz-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            -o-transform: translateY(-100%);
            transform: translateY(-100%)
        }
        
        .ih-item.square.effect14.bottom_to_top .img {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0)
        }
        
        .ih-item.square.effect14.bottom_to_top a:hover .img {
            -webkit-transform: translateY(100%);
            -moz-transform: translateY(100%);
            -ms-transform: translateY(100%);
            -o-transform: translateY(100%);
            transform: translateY(100%)
        }
        
        .ih-item.square.effect15.left_to_right .img,
        .ih-item.square.effect15.left_to_right a:hover .info {
            -webkit-transform: rotateY(0);
            -moz-transform: rotateY(0);
            -ms-transform: rotateY(0);
            -o-transform: rotateY(0)
        }
        
        .ih-item.square.effect15 {
            -webkit-perspective: 900px;
            -moz-perspective: 900px;
            perspective: 900px
        }
        
        .ih-item.square.effect15.colored .info {
            background: #1a4a72
        }
        
        .ih-item.square.effect15 .img {
            opacity: 1;
            -webkit-transition: all .4s ease-in-out;
            -moz-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out
        }
        
        .ih-item.square.effect15 .info {
            background: #333;
            opacity: 0;
            -webkit-transition: all .35s ease-in-out .3s;
            -moz-transition: all .35s ease-in-out .3s;
            transition: all .35s ease-in-out .3s
        }
        
        .ih-item.square.effect15 .info h3 {
            color: #fff;
            font-size: 17px;
            padding: 10px;
            background: #111
        }
        
        .ih-item.square.effect15 .info p {
            font-style: italic;
            font-size: 12px;
            position: relative;
            color: #bbb;
            padding: 20px;
            text-align: center
        }
        
        .ih-item.square.effect15 a:hover .img {
            opacity: 0;
            visibility: hidden
        }
        
        .ih-item.square.effect15 a:hover .info {
            visibility: visible;
            opacity: 1
        }
        
        .ih-item.square.effect15.left_to_right .img {
            transform: rotateY(0);
            -webkit-transform-origin: 100% 50%;
            -moz-transform-origin: 100% 50%;
            -ms-transform-origin: 100% 50%;
            -o-transform-origin: 100% 50%;
            transform-origin: 100% 50%
        }
        
        .ih-item.square.effect15.left_to_right .info {
            -webkit-transform: rotateY(90deg);
            -moz-transform: rotateY(90deg);
            -ms-transform: rotateY(90deg);
            -o-transform: rotateY(90deg);
            transform: rotateY(90deg);
            -webkit-transform-origin: 0 50%;
            -moz-transform-origin: 0 50%;
            -ms-transform-origin: 0 50%;
            -o-transform-origin: 0 50%;
            transform-origin: 0 50%
        }
        
        .ih-item.square.effect15.left_to_right a:hover .img {
            -webkit-transform: rotateY(-90deg);
            -moz-transform: rotateY(-90deg);
            -ms-transform: rotateY(-90deg);
            -o-transform: rotateY(-90deg);
            transform: rotateY(-90deg)
        }
        
        .ih-item.square.effect15.left_to_right a:hover .info {
            transform: rotateY(0)
        }
        
        .ih-item.square.effect15.right_to_left .img {
            -webkit-transform: rotateY(0);
            -moz-transform: rotateY(0);
            -ms-transform: rotateY(0);
            -o-transform: rotateY(0);
            transform: rotateY(0);
            -webkit-transform-origin: 0 50%;
            -moz-transform-origin: 0 50%;
            -ms-transform-origin: 0 50%;
            -o-transform-origin: 0 50%;
            transform-origin: 0 50%
        }
        
        .ih-item.square.effect15.right_to_left .info {
            -webkit-transform: rotateY(-90deg);
            -moz-transform: rotateY(-90deg);
            -ms-transform: rotateY(-90deg);
            -o-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
            -webkit-transform-origin: 100% 50%;
            -moz-transform-origin: 100% 50%;
            -ms-transform-origin: 100% 50%;
            -o-transform-origin: 100% 50%;
            transform-origin: 100% 50%
        }
        
        .ih-item.square.effect15.right_to_left a:hover .img {
            -webkit-transform: rotateY(90deg);
            -moz-transform: rotateY(90deg);
            -ms-transform: rotateY(90deg);
            -o-transform: rotateY(90deg);
            transform: rotateY(90deg)
        }
        
        .ih-item.square.effect15.right_to_left a:hover .info {
            -webkit-transform: rotateY(0);
            -moz-transform: rotateY(0);
            -ms-transform: rotateY(0);
            -o-transform: rotateY(0);
            transform: rotateY(0)
        }
        
        .ih-item.square.effect15.top_to_bottom .img,
        .ih-item.square.effect15.top_to_bottom a:hover .info {
            -webkit-transform: rotateX(0);
            -moz-transform: rotateX(0);
            -ms-transform: rotateX(0);
            -o-transform: rotateX(0)
        }
        
        .ih-item.square.effect15.top_to_bottom .img {
            transform: rotateX(0);
            -webkit-transform-origin: 50% 100%;
            -moz-transform-origin: 50% 100%;
            -ms-transform-origin: 50% 100%;
            -o-transform-origin: 50% 100%;
            transform-origin: 50% 100%
        }
        
        .ih-item.square.effect15.top_to_bottom .info {
            -webkit-transform: rotateX(-90deg);
            -moz-transform: rotateX(-90deg);
            -ms-transform: rotateX(-90deg);
            -o-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
            -webkit-transform-origin: 50% 0;
            -moz-transform-origin: 50% 0;
            -ms-transform-origin: 50% 0;
            -o-transform-origin: 50% 0;
            transform-origin: 50% 0
        }
        
        .ih-item.square.effect15.top_to_bottom a:hover .img {
            -webkit-transform: rotateX(90deg);
            -moz-transform: rotateX(90deg);
            -ms-transform: rotateX(90deg);
            -o-transform: rotateX(90deg);
            transform: rotateX(90deg)
        }
        
        .ih-item.square.effect15.top_to_bottom a:hover .info {
            transform: rotateX(0)
        }
        
        .ih-item.square.effect15.bottom_to_top .img {
            -webkit-transform: rotateX(0);
            -moz-transform: rotateX(0);
            -ms-transform: rotateX(0);
            -o-transform: rotateX(0);
            transform: rotateX(0);
            -webkit-transform-origin: 50% 0;
            -moz-transform-origin: 50% 0;
            -ms-transform-origin: 50% 0;
            -o-transform-origin: 50% 0;
            transform-origin: 50% 0
        }
        
        .ih-item.square.effect15.bottom_to_top .info {
            -webkit-transform: rotateX(90deg);
            -moz-transform: rotateX(90deg);
            -ms-transform: rotateX(90deg);
            -o-transform: rotateX(90deg);
            transform: rotateX(90deg);
            -webkit-transform-origin: 50% 100%;
            -moz-transform-origin: 50% 100%;
            -ms-transform-origin: 50% 100%;
            -o-transform-origin: 50% 100%;
            transform-origin: 50% 100%
        }
        
        .ih-item.square.effect15.bottom_to_top a:hover .img {
            -webkit-transform: rotateX(-90deg);
            -moz-transform: rotateX(-90deg);
            -ms-transform: rotateX(-90deg);
            -o-transform: rotateX(-90deg);
            transform: rotateX(-90deg)
        }
        
        .ih-item.square.effect15.bottom_to_top a:hover .info {
            -webkit-transform: rotateX(0);
            -moz-transform: rotateX(0);
            -ms-transform: rotateX(0);
            -o-transform: rotateX(0);
            transform: rotateX(0)
        }
        
        .ui-icon {
            width: 16px;
            height: 16px
        }
        
        .ui-icon,
        .ui-widget-content .ui-icon,
        .ui-widget-header .ui-icon {
            background-image: url(../img/intralegis/images/cupertino/ui-icons_72a7cf_256x240.png)
        }
        
        .ui-state-default .ui-icon {
            background-image: url(../img/intralegis/images/cupertino/ui-icons_3d80b3_256x240.png)
        }
        
        .ui-state-focus .ui-icon,
        .ui-state-hover .ui-icon {
            background-image: url(../img/intralegis/images/cupertino/ui-icons_2694e8_256x240.png)
        }
        
        .ui-state-active .ui-icon {
            background-image: url(../img/intralegis/images/cupertino/ui-icons_ffffff_256x240.png)
        }
        
        .ui-state-highlight .ui-icon {
            background-image: url(../img/intralegis/images/cupertino/ui-icons_2e83ff_256x240.png)
        }
        
        .ui-state-error .ui-icon,
        .ui-state-error-text .ui-icon {
            background-image: url(../img/intralegis/images/cupertino/ui-icons_ffffff_256x240.png)
        }
        
        .ui-icon .ui-iconblank {
            background-position: 16px 16px
        }
        
        .ui-icon .ui-iconcarat-1-n {
            background-position: 0 0
        }
        
        .ui-icon .ui-iconcarat-1-ne {
            background-position: -16px 0
        }
        
        .ui-icon .ui-iconcarat-1-e {
            background-position: -32px 0
        }
        
        .ui-icon .ui-iconcarat-1-se {
            background-position: -48px 0
        }
        
        .ui-icon .ui-iconcarat-1-s {
            background-position: -64px 0
        }
        
        .ui-icon .ui-iconcarat-1-sw {
            background-position: -80px 0
        }
        
        .ui-icon .ui-iconcarat-1-w {
            background-position: -96px 0
        }
        
        .ui-icon .ui-iconcarat-1-nw {
            background-position: -112px 0
        }
        
        .ui-icon .ui-iconcarat-2-n-s {
            background-position: -128px 0
        }
        
        .ui-icon .ui-iconcarat-2-e-w {
            background-position: -144px 0
        }
        
        .ui-icon .ui-icontriangle-1-n {
            background-position: 0 -16px
        }
        
        .ui-icon .ui-icontriangle-1-ne {
            background-position: -16px -16px
        }
        
        .ui-icon .ui-icontriangle-1-e {
            background-position: -32px -16px
        }
        
        .ui-icon .ui-icontriangle-1-se {
            background-position: -48px -16px
        }
        
        .ui-icon .ui-icontriangle-1-s {
            background-position: -64px -16px
        }
        
        .ui-icon .ui-icontriangle-1-sw {
            background-position: -80px -16px
        }
        
        .ui-icon .ui-icontriangle-1-w {
            background-position: -96px -16px
        }
        
        .ui-icon .ui-icontriangle-1-nw {
            background-position: -112px -16px
        }
        
        .ui-icon .ui-icontriangle-2-n-s {
            background-position: -128px -16px
        }
        
        .ui-icon .ui-icontriangle-2-e-w {
            background-position: -144px -16px
        }
        
        .ui-icon .ui-iconarrow-1-n {
            background-position: 0 -32px
        }
        
        .ui-icon .ui-iconarrow-1-ne {
            background-position: -16px -32px
        }
        
        .ui-icon .ui-iconarrow-1-e {
            background-position: -32px -32px
        }
        
        .ui-icon .ui-iconarrow-1-se {
            background-position: -48px -32px
        }
        
        .ui-icon .ui-iconarrow-1-s {
            background-position: -64px -32px
        }
        
        .ui-icon .ui-iconarrow-1-sw {
            background-position: -80px -32px
        }
        
        .ui-icon .ui-iconarrow-1-w {
            background-position: -96px -32px
        }
        
        .ui-icon .ui-iconarrow-1-nw {
            background-position: -112px -32px
        }
        
        .ui-icon .ui-iconarrow-2-n-s {
            background-position: -128px -32px
        }
        
        .ui-icon .ui-iconarrow-2-ne-sw {
            background-position: -144px -32px
        }
        
        .ui-icon .ui-iconarrow-2-e-w {
            background-position: -160px -32px
        }
        
        .ui-icon .ui-iconarrow-2-se-nw {
            background-position: -176px -32px
        }
        
        .ui-icon .ui-iconarrowstop-1-n {
            background-position: -192px -32px
        }
        
        .ui-icon .ui-iconarrowstop-1-e {
            background-position: -208px -32px
        }
        
        .ui-icon .ui-iconarrowstop-1-s {
            background-position: -224px -32px
        }
        
        .ui-icon .ui-iconarrowstop-1-w {
            background-position: -240px -32px
        }
        
        .ui-icon .ui-iconarrowthick-1-n {
            background-position: 0 -48px
        }
        
        .ui-icon .ui-iconarrowthick-1-ne {
            background-position: -16px -48px
        }
        
        .ui-icon .ui-iconarrowthick-1-e {
            background-position: -32px -48px
        }
        
        .ui-icon .ui-iconarrowthick-1-se {
            background-position: -48px -48px
        }
        
        .ui-icon .ui-iconarrowthick-1-s {
            background-position: -64px -48px
        }
        
        .ui-icon .ui-iconarrowthick-1-sw {
            background-position: -80px -48px
        }
        
        .ui-icon .ui-iconarrowthick-1-w {
            background-position: -96px -48px
        }
        
        .ui-icon .ui-iconarrowthick-1-nw {
            background-position: -112px -48px
        }
        
        .ui-icon .ui-iconarrowthick-2-n-s {
            background-position: -128px -48px
        }
        
        .ui-icon .ui-iconarrowthick-2-ne-sw {
            background-position: -144px -48px
        }
        
        .ui-icon .ui-iconarrowthick-2-e-w {
            background-position: -160px -48px
        }
        
        .ui-icon .ui-iconarrowthick-2-se-nw {
            background-position: -176px -48px
        }
        
        .ui-icon .ui-iconarrowthickstop-1-n {
            background-position: -192px -48px
        }
        
        .ui-icon .ui-iconarrowthickstop-1-e {
            background-position: -208px -48px
        }
        
        .ui-icon .ui-iconarrowthickstop-1-s {
            background-position: -224px -48px
        }
        
        .ui-icon .ui-iconarrowthickstop-1-w {
            background-position: -240px -48px
        }
        
        .ui-icon .ui-iconarrowreturnthick-1-w {
            background-position: 0 -64px
        }
        
        .ui-icon .ui-iconarrowreturnthick-1-n {
            background-position: -16px -64px
        }
        
        .ui-icon .ui-iconarrowreturnthick-1-e {
            background-position: -32px -64px
        }
        
        .ui-icon .ui-iconarrowreturnthick-1-s {
            background-position: -48px -64px
        }
        
        .ui-icon .ui-iconarrowreturn-1-w {
            background-position: -64px -64px
        }
        
        .ui-icon .ui-iconarrowreturn-1-n {
            background-position: -80px -64px
        }
        
        .ui-icon .ui-iconarrowreturn-1-e {
            background-position: -96px -64px
        }
        
        .ui-icon .ui-iconarrowreturn-1-s {
            background-position: -112px -64px
        }
        
        .ui-icon .ui-iconarrowrefresh-1-w {
            background-position: -128px -64px
        }
        
        .ui-icon .ui-iconarrowrefresh-1-n {
            background-position: -144px -64px
        }
        
        .ui-icon .ui-iconarrowrefresh-1-e {
            background-position: -160px -64px
        }
        
        .ui-icon .ui-iconarrowrefresh-1-s {
            background-position: -176px -64px
        }
        
        .ui-icon .ui-iconarrow-4 {
            background-position: 0 -80px
        }
        
        .ui-icon .ui-iconarrow-4-diag {
            background-position: -16px -80px
        }
        
        .ui-icon .ui-iconextlink {
            background-position: -32px -80px
        }
        
        .ui-icon .ui-iconnewwin {
            background-position: -48px -80px
        }
        
        .ui-icon .ui-iconrefresh {
            background-position: -64px -80px
        }
        
        .ui-icon .ui-iconshuffle {
            background-position: -80px -80px
        }
        
        .ui-icon .ui-icontransfer-e-w {
            background-position: -96px -80px
        }
        
        .ui-icon .ui-icontransferthick-e-w {
            background-position: -112px -80px
        }
        
        .ui-icon .ui-iconfolder-collapsed {
            background-position: 0 -96px
        }
        
        .ui-icon .ui-iconfolder-open {
            background-position: -16px -96px
        }
        
        .ui-icon .ui-icondocument {
            background-position: -32px -96px
        }
        
        .ui-icon .ui-icondocument-b {
            background-position: -48px -96px
        }
        
        .ui-icon .ui-iconnote {
            background-position: -64px -96px
        }
        
        .ui-icon .ui-iconmail-closed {
            background-position: -80px -96px
        }
        
        .ui-icon .ui-iconmail-open {
            background-position: -96px -96px
        }
        
        .ui-icon .ui-iconsuitcase {
            background-position: -112px -96px
        }
        
        .ui-icon .ui-iconcomment {
            background-position: -128px -96px
        }
        
        .ui-icon .ui-iconperson {
            background-position: -144px -96px
        }
        
        .ui-icon .ui-iconprint {
            background-position: -160px -96px
        }
        
        .ui-icon .ui-icontrash {
            background-position: -176px -96px
        }
        
        .ui-icon .ui-iconlocked {
            background-position: -192px -96px
        }
        
        .ui-icon .ui-iconunlocked {
            background-position: -208px -96px
        }
        
        .ui-icon .ui-iconbookmark {
            background-position: -224px -96px
        }
        
        .ui-icon .ui-icontag {
            background-position: -240px -96px
        }
        
        .ui-icon .ui-iconhome {
            background-position: 0 -112px
        }
        
        .ui-icon .ui-iconflag {
            background-position: -16px -112px
        }
        
        .ui-icon .ui-iconcalendar {
            background-position: -32px -112px
        }
        
        .ui-icon .ui-iconcart {
            background-position: -48px -112px
        }
        
        .ui-icon .ui-iconpencil {
            background-position: -64px -112px
        }
        
        .ui-icon .ui-iconclock {
            background-position: -80px -112px
        }
        
        .ui-icon .ui-icondisk {
            background-position: -96px -112px
        }
        
        .ui-icon .ui-iconcalculator {
            background-position: -112px -112px
        }
        
        .ui-icon .ui-iconzoomin {
            background-position: -128px -112px
        }
        
        .ui-icon .ui-iconzoomout {
            background-position: -144px -112px
        }
        
        .ui-icon .ui-iconsearch {
            background-position: -160px -112px
        }
        
        .ui-icon .ui-iconwrench {
            background-position: -176px -112px
        }
        
        .ui-icon .ui-icongear {
            background-position: -192px -112px
        }
        
        .ui-icon .ui-iconheart {
            background-position: -208px -112px
        }
        
        .ui-icon .ui-iconstar {
            background-position: -224px -112px
        }
        
        .ui-icon .ui-iconlink {
            background-position: -240px -112px
        }
        
        .ui-icon .ui-iconcancel {
            background-position: 0 -128px
        }
        
        .ui-icon .ui-iconplus {
            background-position: -16px -128px
        }
        
        .ui-icon .ui-iconplusthick {
            background-position: -32px -128px
        }
        
        .ui-icon .ui-iconminus {
            background-position: -48px -128px
        }
        
        .ui-icon .ui-iconminusthick {
            background-position: -64px -128px
        }
        
        .ui-icon .ui-iconclose {
            background-position: -80px -128px
        }
        
        .ui-icon .ui-iconclosethick {
            background-position: -96px -128px
        }
        
        .ui-icon .ui-iconkey {
            background-position: -112px -128px
        }
        
        .ui-icon .ui-iconlightbulb {
            background-position: -128px -128px
        }
        
        .ui-icon .ui-iconscissors {
            background-position: -144px -128px
        }
        
        .ui-icon .ui-iconclipboard {
            background-position: -160px -128px
        }
        
        .ui-icon .ui-iconcopy {
            background-position: -176px -128px
        }
        
        .ui-icon .ui-iconcontact {
            background-position: -192px -128px
        }
        
        .ui-icon .ui-iconimage {
            background-position: -208px -128px
        }
        
        .ui-icon .ui-iconvideo {
            background-position: -224px -128px
        }
        
        .ui-icon .ui-iconscript {
            background-position: -240px -128px
        }
        
        .ui-icon .ui-iconalert {
            background-position: 0 -144px
        }
        
        .ui-icon .ui-iconinfo {
            background-position: -16px -144px
        }
        
        .ui-icon .ui-iconnotice {
            background-position: -32px -144px
        }
        
        .ui-icon .ui-iconhelp {
            background-position: -48px -144px
        }
        
        .ui-icon .ui-iconcheck {
            background-position: -64px -144px
        }
        
        .ui-icon .ui-iconbullet {
            background-position: -80px -144px
        }
        
        .ui-icon .ui-iconradio-on {
            background-position: -96px -144px
        }
        
        .ui-icon .ui-iconradio-off {
            background-position: -112px -144px
        }
        
        .ui-icon .ui-iconpin-w {
            background-position: -128px -144px
        }
        
        .ui-icon .ui-iconpin-s {
            background-position: -144px -144px
        }
        
        .ui-icon .ui-iconplay {
            background-position: 0 -160px
        }
        
        .ui-icon .ui-iconpause {
            background-position: -16px -160px
        }
        
        .ui-icon .ui-iconseek-next {
            background-position: -32px -160px
        }
        
        .ui-icon .ui-iconseek-prev {
            background-position: -48px -160px
        }
        
        .ui-icon .ui-iconseek-end {
            background-position: -64px -160px
        }
        
        .ui-icon .ui-iconseek-first,
        .ui-icon .ui-iconseek-start {
            background-position: -80px -160px
        }
        
        .ui-icon .ui-iconstop {
            background-position: -96px -160px
        }
        
        .ui-icon .ui-iconeject {
            background-position: -112px -160px
        }
        
        .ui-icon .ui-iconvolume-off {
            background-position: -128px -160px
        }
        
        .ui-icon .ui-iconvolume-on {
            background-position: -144px -160px
        }
        
        .ui-icon .ui-iconpower {
            background-position: 0 -176px
        }
        
        .ui-icon .ui-iconsignal-diag {
            background-position: -16px -176px
        }
        
        .ui-icon .ui-iconsignal {
            background-position: -32px -176px
        }
        
        .ui-icon .ui-iconbattery-0 {
            background-position: -48px -176px
        }
        
        .ui-icon .ui-iconbattery-1 {
            background-position: -64px -176px
        }
        
        .ui-icon .ui-iconbattery-2 {
            background-position: -80px -176px
        }
        
        .ui-icon .ui-iconbattery-3 {
            background-position: -96px -176px
        }
        
        .ui-icon .ui-iconcircle-plus {
            background-position: 0 -192px
        }
        
        .ui-icon .ui-iconcircle-minus {
            background-position: -16px -192px
        }
        
        .ui-icon .ui-iconcircle-close {
            background-position: -32px -192px
        }
        
        .ui-icon .ui-iconcircle-triangle-e {
            background-position: -48px -192px
        }
        
        .ui-icon .ui-iconcircle-triangle-s {
            background-position: -64px -192px
        }
        
        .ui-icon .ui-iconcircle-triangle-w {
            background-position: -80px -192px
        }
        
        .ui-icon .ui-iconcircle-triangle-n {
            background-position: -96px -192px
        }
        
        .ui-icon .ui-iconcircle-arrow-e {
            background-position: -112px -192px
        }
        
        .ui-icon .ui-iconcircle-arrow-s {
            background-position: -128px -192px
        }
        
        .ui-icon .ui-iconcircle-arrow-w {
            background-position: -144px -192px
        }
        
        .ui-icon .ui-iconcircle-arrow-n {
            background-position: -160px -192px
        }
        
        .ui-icon .ui-iconcircle-zoomin {
            background-position: -176px -192px
        }
        
        .ui-icon .ui-iconcircle-zoomout {
            background-position: -192px -192px
        }
        
        .ui-icon .ui-iconcircle-check {
            background-position: -208px -192px
        }
        
        .ui-icon .ui-iconcirclesmall-plus {
            background-position: 0 -208px
        }
        
        .ui-icon .ui-iconcirclesmall-minus {
            background-position: -16px -208px
        }
        
        .ui-icon .ui-iconcirclesmall-close {
            background-position: -32px -208px
        }
        
        .ui-icon .ui-iconsquaresmall-plus {
            background-position: -48px -208px
        }
        
        .ui-icon .ui-iconsquaresmall-minus {
            background-position: -64px -208px
        }
        
        .ui-icon .ui-iconsquaresmall-close {
            background-position: -80px -208px
        }
        
        .ui-icon .ui-icongrip-dotted-vertical {
            background-position: 0 -224px
        }
        
        .ui-icon .ui-icongrip-dotted-horizontal {
            background-position: -16px -224px
        }
        
        .ui-icon .ui-icongrip-solid-vertical {
            background-position: -32px -224px
        }
        
        .ui-icon .ui-icongrip-solid-horizontal {
            background-position: -48px -224px
        }
        
        .ui-icon .ui-icongripsmall-diagonal-se {
            background-position: -64px -224px
        }
        
        .ui-icon .ui-icongrip-diagonal-se {
            background-position: -80px -224px
        }
        
        .sweet-alert,
        .sweet-overlay {
            position: fixed;
            display: none
        }
        
        body.stop-scrolling {
            height: 100%;
            overflow: hidden
        }
        
        .sweet-overlay {
            background-color: #000;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
            background-color: rgba(0, 0, 0, .4);
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            z-index: 10000
        }
        
        .sweet-alert {
            background-color: #fff;
            font-family: 'Poppins', sans-serif !important;
            width: 478px;
            padding: 17px;
            border-radius: 5px;
            text-align: center;
            left: 50%;
            top: 50%;
            margin-left: -256px;
            margin-top: -200px;
            overflow: hidden;
            z-index: 99999
        }
        
        @media all and (max-width:540px) {
            .sweet-alert {
                width: auto;
                margin-left: 0;
                margin-right: 0;
                left: 15px;
                right: 15px
            }
        }
        
        .sweet-alert h2 {
            color: #575757;
            font-size: 25px;
            text-align: center;
            font-weight: 400;
            text-transform: none;
            position: relative;
            margin: 25px 0;
            padding: 0;
            line-height: 40px;
            display: block
        }
        
        .sweet-alert p {
            color: #797979;
            font-size: 16px;
            font-weight: 300;
            position: relative;
            text-align: inherit;
            float: none;
            margin: 0;
            padding: 0;
            line-height: normal
        }
        
        .sweet-alert fieldset {
            border: none;
            position: relative
        }
        
        .sweet-alert .sa-error-container {
            background-color: #f1f1f1;
            margin-left: -17px;
            margin-right: -17px;
            overflow: hidden;
            padding: 0 10px;
            max-height: 0;
            webkit-transition: padding .15s, max-height .15s;
            transition: padding .15s, max-height .15s
        }
        
        .sweet-alert .sa-error-container.show {
            padding: 10px 0;
            max-height: 100px;
            webkit-transition: padding .2s, max-height .2s;
            transition: padding .25s, max-height .25s
        }
        
        .sweet-alert .sa-error-container .icon {
            display: inline-block;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            background-color: #ea7d7d;
            color: #fff;
            line-height: 24px;
            text-align: center;
            margin-right: 3px
        }
        
        .sweet-alert .sa-error-container p {
            display: inline-block
        }
        
        .sweet-alert .sa-input-error {
            position: absolute;
            top: 29px;
            right: 26px;
            width: 20px;
            height: 20px;
            opacity: 0;
            -webkit-transform: scale(.5);
            transform: scale(.5);
            -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
            -webkit-transition: all .1s;
            transition: all .1s
        }
        
        .sweet-alert .sa-input-error::after,
        .sweet-alert .sa-input-error::before {
            content: "";
            width: 20px;
            height: 6px;
            background-color: #f06e57;
            border-radius: 3px;
            position: absolute;
            top: 50%;
            margin-top: -4px;
            left: 50%;
            margin-left: -9px
        }
        
        .sweet-alert .sa-input-error::before {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg)
        }
        
        .sweet-alert .sa-input-error::after {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg)
        }
        
        .sweet-alert .sa-input-error.show {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1)
        }
        
        .sweet-alert input {
            width: 100%;
            box-sizing: border-box;
            border-radius: 3px;
            border: 1px solid #d7d7d7;
            height: 43px;
            margin-top: 10px;
            margin-bottom: 17px;
            font-size: 18px;
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06);
            padding: 0 12px;
            display: none;
            -webkit-transition: all .3s;
            transition: all .3s
        }
        
        .sweet-alert input:focus {
            outline: 0;
            box-shadow: 0 0 3px #c4e6f5;
            border: 1px solid #b4dbed
        }
        
        .sweet-alert input:focus::-moz-placeholder {
            transition: opacity .3s 30ms ease;
            opacity: .5
        }
        
        .sweet-alert input:focus:-ms-input-placeholder {
            transition: opacity .3s 30ms ease;
            opacity: .5
        }
        
        .sweet-alert input:focus::-webkit-input-placeholder {
            transition: opacity .3s 30ms ease;
            opacity: .5
        }
        
        .sweet-alert input::-moz-placeholder {
            color: #bdbdbd
        }
        
        .sweet-alert input:-ms-input-placeholder {
            color: #bdbdbd
        }
        
        .sweet-alert input::-webkit-input-placeholder {
            color: #bdbdbd
        }
        
        .sweet-alert.show-input input {
            display: block
        }
        
        .sweet-alert .sa-confirm-button-container {
            display: inline-block;
            position: relative
        }
        
        .sweet-alert .la-ball-fall {
            position: absolute;
            left: 50%;
            top: 50%;
            margin-left: -27px;
            margin-top: 4px;
            opacity: 0;
            visibility: hidden
        }
        
        .sweet-alert button {
            background-color: #8CD4F5;
            color: #fff;
            border: none;
            box-shadow: none;
            font-size: 17px;
            font-weight: 500;
            -webkit-border-radius: 4px;
            border-radius: 5px;
            padding: 10px 32px;
            margin: 26px 5px 0;
            cursor: pointer
        }
        
        .sweet-alert button:focus {
            outline: 0;
            box-shadow: 0 0 2px rgba(128, 179, 235, .5), inset 0 0 0 1px rgba(0, 0, 0, .05)
        }
        
        .sweet-alert button:hover {
            background-color: #7ecff4
        }
        
        .sweet-alert button:active {
            background-color: #5dc2f1
        }
        
        .sweet-alert button.cancel {
            background-color: #C1C1C1
        }
        
        .sweet-alert button.cancel:hover {
            background-color: #b9b9b9
        }
        
        .sweet-alert button.cancel:active {
            background-color: #a8a8a8
        }
        
        .sweet-alert button.cancel:focus {
            box-shadow: rgba(197, 205, 211, .8) 0 0 2px, rgba(0, 0, 0, .0470588) 0 0 0 1px inset!important
        }
        
        .sweet-alert button[disabled] {
            opacity: .6;
            cursor: default
        }
        
        .sweet-alert button.confirm[disabled] {
            color: transparent
        }
        
        .sweet-alert button.confirm[disabled]~.la-ball-fall {
            opacity: 1;
            visibility: visible;
            transition-delay: 0s
        }
        
        .sweet-alert button::-moz-focus-inner {
            border: 0
        }
        
        .sweet-alert[data-has-cancel-button=false] button {
            box-shadow: none!important
        }
        
        .sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
            padding-bottom: 40px
        }
        
        .sweet-alert .sa-icon {
            width: 80px;
            height: 80px;
            border: 4px solid gray;
            -webkit-border-radius: 40px;
            border-radius: 50%;
            margin: 20px auto;
            padding: 0;
            position: relative;
            box-sizing: content-box
        }
        
        .sweet-alert .sa-icon.sa-error {
            border-color: #F27474
        }
        
        .sweet-alert .sa-icon.sa-error .sa-x-mark {
            position: relative;
            display: block
        }
        
        .sweet-alert .sa-icon.sa-error .sa-line {
            position: absolute;
            height: 5px;
            width: 47px;
            background-color: #F27474;
            display: block;
            top: 37px;
            border-radius: 2px
        }
        
        .sweet-alert .sa-icon.sa-error .sa-line.sa-left {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            left: 17px
        }
        
        .sweet-alert .sa-icon.sa-error .sa-line.sa-right {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            right: 16px
        }
        
        .sweet-alert .sa-icon.sa-warning {
            border-color: #F8BB86
        }
        
        .sweet-alert .sa-icon.sa-warning .sa-body {
            position: absolute;
            width: 5px;
            height: 47px;
            left: 50%;
            top: 10px;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            margin-left: -2px;
            background-color: #F8BB86
        }
        
        .sweet-alert .sa-icon.sa-warning .sa-dot {
            position: absolute;
            width: 7px;
            height: 7px;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            margin-left: -3px;
            left: 50%;
            bottom: 10px;
            background-color: #F8BB86
        }
        
        .sweet-alert .sa-icon.sa-info::after,
        .sweet-alert .sa-icon.sa-info::before {
            content: "";
            background-color: #C9DAE1;
            position: absolute
        }
        
        .sweet-alert .sa-icon.sa-info {
            border-color: #C9DAE1
        }
        
        .sweet-alert .sa-icon.sa-info::before {
            width: 5px;
            height: 29px;
            left: 50%;
            bottom: 17px;
            border-radius: 2px;
            margin-left: -2px
        }
        
        .sweet-alert .sa-icon.sa-info::after {
            width: 7px;
            height: 7px;
            border-radius: 50%;
            margin-left: -3px;
            top: 19px
        }
        
        .sweet-alert .sa-icon.sa-success::after,
        .sweet-alert .sa-icon.sa-success::before {
            content: '';
            position: absolute;
            width: 60px;
            height: 120px;
            background: #fff
        }
        
        .sweet-alert .sa-icon.sa-success::before {
            -webkit-border-radius: 120px 0 0 120px;
            border-radius: 120px 0 0 120px;
            top: -7px;
            left: -33px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transform-origin: 60px 60px;
            transform-origin: 60px 60px
        }
        
        .sweet-alert .sa-icon.sa-success::after {
            -webkit-border-radius: 0 120px 120px 0;
            border-radius: 0 120px 120px 0;
            top: -11px;
            left: 30px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transform-origin: 0 60px;
            transform-origin: 0 60px
        }
        
        .sweet-alert .sa-icon.sa-success .sa-placeholder {
            width: 80px;
            height: 80px;
            border: 4px solid rgba(165, 220, 134, .2);
            -webkit-border-radius: 40px;
            border-radius: 50%;
            box-sizing: content-box;
            position: absolute;
            left: -4px;
            top: -4px;
            z-index: 2
        }
        
        #toast-container *,
        .la-ball-fall,
        .la-ball-fall>div {
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box
        }
        
        .sweet-alert .sa-icon.sa-success .sa-fix {
            width: 5px;
            height: 90px;
            background-color: #fff;
            position: absolute;
            left: 28px;
            top: 8px;
            z-index: 1;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg)
        }
        
        .sweet-alert .sa-icon.sa-success .sa-line {
            height: 5px;
            background-color: #A5DC86;
            display: block;
            border-radius: 2px;
            position: absolute;
            z-index: 2
        }
        
        .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
            width: 25px;
            left: 14px;
            top: 46px;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg)
        }
        
        .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
            width: 47px;
            right: 8px;
            top: 38px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg)
        }
        
        .sweet-alert .sa-icon.sa-custom {
            background-size: contain;
            border-radius: 0;
            border: none;
            background-position: center center;
            background-repeat: no-repeat
        }
        
        @-webkit-keyframes showSweetAlert {
            0% {
                transform: scale(.7);
                -webkit-transform: scale(.7)
            }
            45% {
                transform: scale(1.05);
                -webkit-transform: scale(1.05)
            }
            80% {
                transform: scale(.95);
                -webkit-transform: scale(.95)
            }
            100% {
                transform: scale(1);
                -webkit-transform: scale(1)
            }
        }
        
        @keyframes showSweetAlert {
            0% {
                transform: scale(.7);
                -webkit-transform: scale(.7)
            }
            45% {
                transform: scale(1.05);
                -webkit-transform: scale(1.05)
            }
            80% {
                transform: scale(.95);
                -webkit-transform: scale(.95)
            }
            100% {
                transform: scale(1);
                -webkit-transform: scale(1)
            }
        }
        
        @-webkit-keyframes hideSweetAlert {
            0% {
                transform: scale(1);
                -webkit-transform: scale(1)
            }
            100% {
                transform: scale(.5);
                -webkit-transform: scale(.5)
            }
        }
        
        @keyframes hideSweetAlert {
            0% {
                transform: scale(1);
                -webkit-transform: scale(1)
            }
            100% {
                transform: scale(.5);
                -webkit-transform: scale(.5)
            }
        }
        
        @-webkit-keyframes slideFromTop {
            0% {
                top: 0
            }
            100% {
                top: 50%
            }
        }
        
        @keyframes slideFromTop {
            0% {
                top: 0
            }
            100% {
                top: 50%
            }
        }
        
        @-webkit-keyframes slideToTop {
            0% {
                top: 50%
            }
            100% {
                top: 0
            }
        }
        
        @keyframes slideToTop {
            0% {
                top: 50%
            }
            100% {
                top: 0
            }
        }
        
        @-webkit-keyframes slideFromBottom {
            0% {
                top: 70%
            }
            100% {
                top: 50%
            }
        }
        
        @keyframes slideFromBottom {
            0% {
                top: 70%
            }
            100% {
                top: 50%
            }
        }
        
        @-webkit-keyframes slideToBottom {
            0% {
                top: 50%
            }
            100% {
                top: 70%
            }
        }
        
        @keyframes slideToBottom {
            0% {
                top: 50%
            }
            100% {
                top: 70%
            }
        }
        
        .showSweetAlert[data-animation=pop] {
            -webkit-animation: showSweetAlert .3s;
            animation: showSweetAlert .3s
        }
        
        .showSweetAlert[data-animation=none] {
            -webkit-animation: none;
            animation: none
        }
        
        .showSweetAlert[data-animation=slide-from-top] {
            -webkit-animation: slideFromTop .3s;
            animation: slideFromTop .3s
        }
        
        .showSweetAlert[data-animation=slide-from-bottom] {
            -webkit-animation: slideFromBottom .3s;
            animation: slideFromBottom .3s
        }
        
        .hideSweetAlert[data-animation=pop] {
            -webkit-animation: hideSweetAlert .2s;
            animation: hideSweetAlert .2s
        }
        
        .hideSweetAlert[data-animation=none] {
            -webkit-animation: none;
            animation: none
        }
        
        .hideSweetAlert[data-animation=slide-from-top] {
            -webkit-animation: slideToTop .4s;
            animation: slideToTop .4s
        }
        
        .hideSweetAlert[data-animation=slide-from-bottom] {
            -webkit-animation: slideToBottom .3s;
            animation: slideToBottom .3s
        }
        
        @-webkit-keyframes animateSuccessTip {
            0%,
            54% {
                width: 0;
                left: 1px;
                top: 19px
            }
            70% {
                width: 50px;
                left: -8px;
                top: 37px
            }
            84% {
                width: 17px;
                left: 21px;
                top: 48px
            }
            100% {
                width: 25px;
                left: 14px;
                top: 45px
            }
        }
        
        @keyframes animateSuccessTip {
            0%,
            54% {
                width: 0;
                left: 1px;
                top: 19px
            }
            70% {
                width: 50px;
                left: -8px;
                top: 37px
            }
            84% {
                width: 17px;
                left: 21px;
                top: 48px
            }
            100% {
                width: 25px;
                left: 14px;
                top: 45px
            }
        }
        
        @-webkit-keyframes animateSuccessLong {
            0%,
            65% {
                width: 0;
                right: 46px;
                top: 54px
            }
            84% {
                width: 55px;
                right: 0;
                top: 35px
            }
            100% {
                width: 47px;
                right: 8px;
                top: 38px
            }
        }
        
        @keyframes animateSuccessLong {
            0%,
            65% {
                width: 0;
                right: 46px;
                top: 54px
            }
            84% {
                width: 55px;
                right: 0;
                top: 35px
            }
            100% {
                width: 47px;
                right: 8px;
                top: 38px
            }
        }
        
        @-webkit-keyframes rotatePlaceholder {
            0%,
            5% {
                transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg)
            }
            100%,
            12% {
                transform: rotate(-405deg);
                -webkit-transform: rotate(-405deg)
            }
        }
        
        @keyframes rotatePlaceholder {
            0%,
            5% {
                transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg)
            }
            100%,
            12% {
                transform: rotate(-405deg);
                -webkit-transform: rotate(-405deg)
            }
        }
        
        .animateSuccessTip {
            -webkit-animation: animateSuccessTip .75s;
            animation: animateSuccessTip .75s
        }
        
        .animateSuccessLong {
            -webkit-animation: animateSuccessLong .75s;
            animation: animateSuccessLong .75s
        }
        
        .sa-icon.sa-success.animate::after {
            -webkit-animation: rotatePlaceholder 4.25s ease-in;
            animation: rotatePlaceholder 4.25s ease-in
        }
        
        @-webkit-keyframes animateErrorIcon {
            0% {
                transform: rotateX(100deg);
                -webkit-transform: rotateX(100deg);
                opacity: 0
            }
            100% {
                transform: rotateX(0);
                -webkit-transform: rotateX(0);
                opacity: 1
            }
        }
        
        @keyframes animateErrorIcon {
            0% {
                transform: rotateX(100deg);
                -webkit-transform: rotateX(100deg);
                opacity: 0
            }
            100% {
                transform: rotateX(0);
                -webkit-transform: rotateX(0);
                opacity: 1
            }
        }
        
        .animateErrorIcon {
            -webkit-animation: animateErrorIcon .5s;
            animation: animateErrorIcon .5s
        }
        
        @-webkit-keyframes animateXMark {
            0%,
            50% {
                transform: scale(.4);
                -webkit-transform: scale(.4);
                margin-top: 26px;
                opacity: 0
            }
            80% {
                transform: scale(1.15);
                -webkit-transform: scale(1.15);
                margin-top: -6px
            }
            100% {
                transform: scale(1);
                -webkit-transform: scale(1);
                margin-top: 0;
                opacity: 1
            }
        }
        
        @keyframes animateXMark {
            0%,
            50% {
                transform: scale(.4);
                -webkit-transform: scale(.4);
                margin-top: 26px;
                opacity: 0
            }
            80% {
                transform: scale(1.15);
                -webkit-transform: scale(1.15);
                margin-top: -6px
            }
            100% {
                transform: scale(1);
                -webkit-transform: scale(1);
                margin-top: 0;
                opacity: 1
            }
        }
        
        .animateXMark {
            -webkit-animation: animateXMark .5s;
            animation: animateXMark .5s
        }
        
        @-webkit-keyframes pulseWarning {
            0% {
                border-color: #F8D486
            }
            100% {
                border-color: #F8BB86
            }
        }
        
        @keyframes pulseWarning {
            0% {
                border-color: #F8D486
            }
            100% {
                border-color: #F8BB86
            }
        }
        
        .pulseWarning {
            -webkit-animation: pulseWarning .75s infinite alternate;
            animation: pulseWarning .75s infinite alternate
        }
        
        @-webkit-keyframes pulseWarningIns {
            0% {
                background-color: #F8D486
            }
            100% {
                background-color: #F8BB86
            }
        }
        
        @keyframes pulseWarningIns {
            0% {
                background-color: #F8D486
            }
            100% {
                background-color: #F8BB86
            }
        }
        
        .pulseWarningIns {
            -webkit-animation: pulseWarningIns .75s infinite alternate;
            animation: pulseWarningIns .75s infinite alternate
        }
        
        @-webkit-keyframes rotate-loading {
            0% {
                transform: rotate(0)
            }
            100% {
                transform: rotate(360deg)
            }
        }
        
        @keyframes rotate-loading {
            0% {
                transform: rotate(0)
            }
            100% {
                transform: rotate(360deg)
            }
        }
        
        .sweet-alert .sa-icon.sa-error .sa-line.sa-left {
            -ms-transform: rotate(45deg)
        }
        
        .sweet-alert .sa-icon.sa-error .sa-line.sa-right {
            -ms-transform: rotate(-45deg)
        }
        
        .sweet-alert .sa-icon.sa-success {
            border-color: transparent
        }
        
        .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
            -ms-transform: rotate(45deg)
        }
        
        .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
            -ms-transform: rotate(-45deg)
        }
        
        .la-ball-fall,
        .la-ball-fall>div {
            position: relative;
            box-sizing: border-box
        }
        
        .la-ball-fall {
            display: block;
            font-size: 0;
            color: #fff;
            width: 54px;
            height: 18px
        }
        
        .la-ball-fall.la-dark {
            color: #333
        }
        
        .la-ball-fall>div {
            display: inline-block;
            float: none;
            background-color: currentColor;
            border: 0 solid currentColor;
            width: 10px;
            height: 10px;
            margin: 4px;
            border-radius: 100%;
            opacity: 0;
            -webkit-animation: ball-fall 1s ease-in-out infinite;
            -moz-animation: ball-fall 1s ease-in-out infinite;
            -o-animation: ball-fall 1s ease-in-out infinite;
            animation: ball-fall 1s ease-in-out infinite
        }
        
        .la-ball-fall>div:nth-child(1) {
            -webkit-animation-delay: -.2s;
            -moz-animation-delay: -.2s;
            -o-animation-delay: -.2s;
            animation-delay: -.2s
        }
        
        .la-ball-fall>div:nth-child(2) {
            -webkit-animation-delay: -.1s;
            -moz-animation-delay: -.1s;
            -o-animation-delay: -.1s;
            animation-delay: -.1s
        }
        
        .la-ball-fall>div:nth-child(3) {
            -webkit-animation-delay: 0s;
            -moz-animation-delay: 0s;
            -o-animation-delay: 0s;
            animation-delay: 0s
        }
        
        .la-ball-fall.la-sm {
            width: 26px;
            height: 8px
        }
        
        .la-ball-fall.la-sm>div {
            width: 4px;
            height: 4px;
            margin: 2px
        }
        
        .la-ball-fall.la-2x {
            width: 108px;
            height: 36px
        }
        
        .la-ball-fall.la-2x>div {
            width: 20px;
            height: 20px;
            margin: 8px
        }
        
        .la-ball-fall.la-3x {
            width: 162px;
            height: 54px
        }
        
        .la-ball-fall.la-3x>div {
            width: 30px;
            height: 30px;
            margin: 12px
        }
        
        @-webkit-keyframes ball-fall {
            0% {
                opacity: 0;
                -webkit-transform: translateY(-145%);
                transform: translateY(-145%)
            }
            10%,
            90% {
                opacity: .5
            }
            20%,
            80% {
                opacity: 1;
                -webkit-transform: translateY(0);
                transform: translateY(0)
            }
            100% {
                opacity: 0;
                -webkit-transform: translateY(145%);
                transform: translateY(145%)
            }
        }
        
        @-moz-keyframes ball-fall {
            0% {
                opacity: 0;
                -moz-transform: translateY(-145%);
                transform: translateY(-145%)
            }
            10%,
            90% {
                opacity: .5
            }
            20%,
            80% {
                opacity: 1;
                -moz-transform: translateY(0);
                transform: translateY(0)
            }
            100% {
                opacity: 0;
                -moz-transform: translateY(145%);
                transform: translateY(145%)
            }
        }
        
        @-o-keyframes ball-fall {
            0% {
                opacity: 0;
                -o-transform: translateY(-145%);
                transform: translateY(-145%)
            }
            10%,
            90% {
                opacity: .5
            }
            20%,
            80% {
                opacity: 1;
                -o-transform: translateY(0);
                transform: translateY(0)
            }
            100% {
                opacity: 0;
                -o-transform: translateY(145%);
                transform: translateY(145%)
            }
        }
        
        @keyframes ball-fall {
            0% {
                opacity: 0;
                -webkit-transform: translateY(-145%);
                -moz-transform: translateY(-145%);
                -o-transform: translateY(-145%);
                transform: translateY(-145%)
            }
            10%,
            90% {
                opacity: .5
            }
            20%,
            80% {
                opacity: 1;
                -webkit-transform: translateY(0);
                -moz-transform: translateY(0);
                -o-transform: translateY(0);
                transform: translateY(0)
            }
            100% {
                opacity: 0;
                -webkit-transform: translateY(145%);
                -moz-transform: translateY(145%);
                -o-transform: translateY(145%);
                transform: translateY(145%)
            }
        }
        
        .input-group-addon.info {
            color: #fff;
            background-color: #14b9d6;
            border-color: #269abc
        }
        
        .pace {
            -webkit-pointer-events: none;
            pointer-events: none;
            -moz-user-select: none;
            user-select: none
        }
        
        .bootstrap-select.btn-group .dropdown-menu li a,
        .datepicker table {
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none
        }
        
        .pace-inactive {
            display: none
        }
        
        .pace .pace-progress {
            background: #29d;
            position: fixed;
            z-index: 2000;
            top: 0;
            left: 0;
            height: 5px;
            -webkit-transition: width 1s;
            -moz-transition: width 1s;
            -o-transition: width 1s;
            transition: width 1s
        }
        
        .pace .pace-progress-inner {
            display: block;
            position: absolute;
            right: 0;
            width: 100px;
            height: 100%;
            box-shadow: 0 0 10px #29d, 0 0 5px #29d;
            opacity: 1;
            -webkit-transform: rotate(3deg) translate(0, -4px);
            -moz-transform: rotate(3deg) translate(0, -4px);
            -ms-transform: rotate(3deg) translate(0, -4px);
            -o-transform: rotate(3deg) translate(0, -4px);
            transform: rotate(3deg) translate(0, -4px)
        }
        
        .pace .pace-activity {
            display: block;
            position: fixed;
            z-index: 2000;
            top: 15px;
            right: 15px;
            width: 24px;
            height: 24px;
            border: 2px solid transparent;
            border-top-color: #29d;
            border-left-color: #29d;
            border-radius: 10px;
            -webkit-animation: pace-spinner .4s linear infinite;
            -moz-animation: pace-spinner .4s linear infinite;
            -ms-animation: pace-spinner .4s linear infinite;
            -o-animation: pace-spinner .4s linear infinite;
            animation: pace-spinner .4s linear infinite
        }
        
        @-webkit-keyframes pace-spinner {
            0% {
                -webkit-transform: rotate(0);
                transform: rotate(0)
            }
            100% {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg)
            }
        }
        
        @-moz-keyframes pace-spinner {
            0% {
                -moz-transform: rotate(0);
                transform: rotate(0)
            }
            100% {
                -moz-transform: rotate(360deg);
                transform: rotate(360deg)
            }
        }
        
        @-o-keyframes pace-spinner {
            0% {
                -o-transform: rotate(0);
                transform: rotate(0)
            }
            100% {
                -o-transform: rotate(360deg);
                transform: rotate(360deg)
            }
        }
        
        @keyframes pace-spinner {
            0% {
                transform: rotate(0)
            }
            100% {
                transform: rotate(360deg)
            }
        }
        
        .btn-file,
        .fileinput .thumbnail,
        .fileinput-filename {
            overflow: hidden;
            vertical-align: middle
        }
        
        .btn-file {
            position: relative
        }
        
        .btn-file>input {
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            margin: 0;
            font-size: 23px;
            cursor: pointer;
            filter: alpha(opacity=0);
            opacity: 0;
            direction: ltr
        }
        
        .fileinput {
            display: inline-block;
            margin-bottom: 9px
        }
        
        .fileinput .form-control {
            display: inline-block;
            padding-top: 7px;
            padding-bottom: 5px;
            margin-bottom: 0;
            cursor: text
        }
        
        .fileinput .thumbnail {
            display: inline-block;
            margin-bottom: 5px;
            text-align: center
        }
        
        .fileinput .thumbnail>img {
            max-height: 100%
        }
        
        .fileinput-exists .fileinput-new,
        .fileinput-new .fileinput-exists {
            display: none
        }
        
        .fileinput-inline .fileinput-controls {
            display: inline
        }
        
        .fileinput-filename {
            display: inline-block
        }
        
        .form-control .fileinput-filename {
            vertical-align: bottom
        }
        
        .fileinput.input-group {
            display: table
        }
        
        .fileinput.input-group>* {
            position: relative;
            z-index: 2
        }
        
        .fileinput.input-group>.btn-file {
            z-index: 1
        }
        
        .fileinput-new .input-group .btn-file,
        .fileinput-new.input-group .btn-file {
            border-radius: 0 4px 4px 0
        }
        
        .fileinput-new .input-group .btn-file.btn-sm,
        .fileinput-new .input-group .btn-file.btn-xs,
        .fileinput-new.input-group .btn-file.btn-sm,
        .fileinput-new.input-group .btn-file.btn-xs {
            border-radius: 0 3px 3px 0
        }
        
        .fileinput-new .input-group .btn-file.btn-lg,
        .fileinput-new.input-group .btn-file.btn-lg {
            border-radius: 0 6px 6px 0
        }
        
        .form-group.has-warning .fileinput .fileinput-preview {
            color: #8a6d3b
        }
        
        .form-group.has-warning .fileinput .thumbnail {
            border-color: #faebcc
        }
        
        .form-group.has-error .fileinput .fileinput-preview {
            color: #a94442
        }
        
        .form-group.has-error .fileinput .thumbnail {
            border-color: #ebccd1
        }
        
        .form-group.has-success .fileinput .fileinput-preview {
            color: #3c763d
        }
        
        .form-group.has-success .fileinput .thumbnail {
            border-color: #d6e9c6
        }
        
        .input-group-addon:not(:first-child) {
            border-left: 0
        }
        
        div.tagsinput div,
        div.tagsinput span.tag {
            display: block;
            float: left
        }
        
        div.tagsinput {
            border: 1px solid #CCC;
            background: #FFF;
            padding: 5px;
            width: 300px;
            overflow-y: auto
        }
        
        div.tagsinput span.tag {
            border: 1px solid #a5d24a;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            padding: 5px;
            text-decoration: none;
            background: #cde69c;
            color: #638421;
            margin-right: 5px;
            margin-bottom: 5px;
            font-family: helvetica;
            font-size: 13px
        }
        
        div.tagsinput span.tag a {
            font-weight: 700;
            color: #82ad2b;
            text-decoration: none;
            font-size: 11px
        }
        
        div.tagsinput input {
            margin: 0 5px 5px 0;
            font-family: helvetica;
            font-size: 13px;
            border: 1px solid transparent;
            padding: 5px;
            background: 0 0;
            color: #000;
            outline: 0
        }
        
        .tags_clear {
            width: 100%;
            height: 0
        }
        
        .not_valid {
            background: #FBD8DB!important;
            color: #90111A!important
        }
        
        .toast-message {
            -ms-word-wrap: break-word;
            word-wrap: break-word
        }
        
        .toast-message a,
        .toast-message label {
            color: #fff
        }
        
        .toast-message a:hover {
            color: #ccc;
            text-decoration: none
        }
        
        .toast-close-button {
            position: relative;
            right: -.3em;
            top: -.3em;
            float: right;
            font-size: 20px;
            color: #fff;
            -webkit-text-shadow: 0 1px 0 #fff;
            text-shadow: 0 1px 0 #fff;
            opacity: .8;
            -ms-filter: alpha(opacity=80);
            filter: alpha(opacity=80)
        }
        
        .toast-top-center,
        .toast-top-full-width {
            top: 0;
            right: 0;
            width: 100%
        }
        
        .toast-close-button:focus,
        .toast-close-button:hover {
            color: #000;
            text-decoration: none;
            cursor: pointer;
            opacity: .4;
            -ms-filter: alpha(opacity=40);
            filter: alpha(opacity=40)
        }
        
        button.toast-close-button {
            padding: 0;
            cursor: pointer;
            background: 0 0;
            border: 0;
            -webkit-appearance: none
        }
        
        .toast-bottom-center,
        .toast-bottom-full-width {
            bottom: 0;
            right: 0;
            width: 100%
        }
        
        .toast-top-left {
            top: 12px;
            left: 12px
        }
        
        .toast-top-right {
            top: 12px;
            right: 12px
        }
        
        .toast-bottom-right {
            right: 12px;
            bottom: 12px
        }
        
        .toast-bottom-left {
            bottom: 12px;
            left: 12px
        }
        
        #toast-container {
            position: fixed;
            z-index: 999999
        }
        
        #toast-container * {
            box-sizing: border-box
        }
        
        #toast-container>div {
            margin: 0 0 6px;
            padding: 15px 15px 15px 50px;
            width: 300px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            background-position: 15px center;
            background-repeat: no-repeat;
            -moz-box-shadow: 0 0 12px #999;
            -webkit-box-shadow: 0 0 12px #999;
            box-shadow: 0 0 12px #999;
            color: #fff;
            opacity: .8;
            -ms-filter: alpha(opacity=80);
            filter: alpha(opacity=80)
        }
        
        #toast-container>:hover {
            -moz-box-shadow: 0 0 12px #000;
            -webkit-box-shadow: 0 0 12px #000;
            box-shadow: 0 0 12px #000;
            opacity: 1;
            -ms-filter: alpha(opacity=100);
            filter: alpha(opacity=100);
            cursor: pointer
        }
        
        #toast-container>.toast-info {
            background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important
        }
        
        #toast-container>.toast-error {
            background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important
        }
        
        #toast-container>.toast-success {
            background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important
        }
        
        #toast-container>.toast-warning {
            background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important
        }
        
        #toast-container.toast-bottom-center>div,
        #toast-container.toast-top-center>div {
            width: 300px;
            margin: auto
        }
        
        #toast-container.toast-bottom-full-width>div,
        #toast-container.toast-top-full-width>div {
            width: 96%;
            margin: auto
        }
        
        .toast-success {
            background-color: #51a351
        }
        
        .toast-error {
            background-color: #bd362f
        }
        
        .toast-info {
            background-color: #2f96b4
        }
        
        .toast-warning {
            background-color: #f89406
        }
        
        @media all and (max-width:240px) {
            #toast-container>div {
                padding: 8px 8px 8px 50px;
                width: 11em
            }
            #toast-container .toast-close-button {
                right: -.2em;
                top: -.2em
            }
        }
        
        @media all and (min-width:241px) and (max-width:480px) {
            #toast-container>div {
                padding: 8px 8px 8px 50px;
                width: 18em
            }
            #toast-container .toast-close-button {
                right: -.2em;
                top: -.2em
            }
        }
        
        @media all and (min-width:481px) and (max-width:768px) {
            #toast-container>div {
                padding: 15px 15px 15px 50px;
                width: 25em
            }
        }
        
        .datepicker-dropdown:after,
        .datepicker-dropdown:before {
            content: '';
            display: inline-block;
            border-top: 0;
            position: absolute
        }
        
        .datepicker {
            padding: 4px;
            border-radius: 4px;
            direction: ltr
        }
        
        .datepicker-inline {
            width: 220px
        }
        
        .datepicker.datepicker-rtl {
            direction: rtl
        }
        
        .datepicker.datepicker-rtl table tr td span {
            float: right
        }
        
        .datepicker-dropdown {
            top: 0;
            left: 0
        }
        
        .datepicker-dropdown:before {
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            border-bottom: 7px solid #ccc;
            border-bottom-color: rgba(0, 0, 0, .2)
        }
        
        .datepicker-dropdown:after {
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-bottom: 6px solid #fff
        }
        
        .datepicker-dropdown.datepicker-orient-left:before {
            left: 6px
        }
        
        .datepicker-dropdown.datepicker-orient-left:after {
            left: 7px
        }
        
        .datepicker-dropdown.datepicker-orient-right:before {
            right: 6px
        }
        
        .datepicker-dropdown.datepicker-orient-right:after {
            right: 7px
        }
        
        .datepicker-dropdown.datepicker-orient-top:before {
            top: -7px
        }
        
        .datepicker-dropdown.datepicker-orient-top:after {
            top: -6px
        }
        
        .datepicker-dropdown.datepicker-orient-bottom:before {
            bottom: -7px;
            border-bottom: 0;
            border-top: 7px solid #999
        }
        
        .datepicker-dropdown.datepicker-orient-bottom:after {
            bottom: -6px;
            border-bottom: 0;
            border-top: 6px solid #fff
        }
        
        .datepicker>div {
            display: none
        }
        
        .datepicker.days div.datepicker-days,
        .datepicker.months div.datepicker-months,
        .datepicker.years div.datepicker-years {
            display: block
        }
        
        .datepicker table {
            margin: 0;
            -webkit-touch-callout: none;
            -khtml-user-select: none;
            user-select: none
        }
        
        .datepicker td,
        .datepicker th {
            text-align: center;
            width: 20px;
            height: 20px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            border: none
        }
        
        .table-striped .datepicker table tr td,
        .table-striped .datepicker table tr th {
            background-color: transparent
        }
        
        .datepicker table tr td.day.focused,
        .datepicker table tr td.day:hover {
            background: #eee;
            cursor: pointer
        }
        
        .datepicker table tr td.new,
        .datepicker table tr td.old {
            color: #999
        }
        
        .datepicker table tr td.disabled,
        .datepicker table tr td.disabled:hover {
            background: 0 0;
            color: #999;
            cursor: default
        }
        
        .datepicker table tr td.today,
        .datepicker table tr td.today.disabled,
        .datepicker table tr td.today.disabled:hover,
        .datepicker table tr td.today:hover {
            background-color: #fde19a;
            background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
            background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
            background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
            background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
            background-image: linear-gradient(top, #fdd49a, #fdf59a);
            background-repeat: repeat-x;
            border-color: #fdf59a #fdf59a #fbed50;
            border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
            filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
            color: #000
        }
        
        .datepicker table tr td.today.active,
        .datepicker table tr td.today.disabled,
        .datepicker table tr td.today.disabled.active,
        .datepicker table tr td.today.disabled.disabled,
        .datepicker table tr td.today.disabled:active,
        .datepicker table tr td.today.disabled:hover,
        .datepicker table tr td.today.disabled:hover.active,
        .datepicker table tr td.today.disabled:hover.disabled,
        .datepicker table tr td.today.disabled:hover:active,
        .datepicker table tr td.today.disabled:hover:hover,
        .datepicker table tr td.today.disabled:hover[disabled],
        .datepicker table tr td.today.disabled[disabled],
        .datepicker table tr td.today:active,
        .datepicker table tr td.today:hover,
        .datepicker table tr td.today:hover.active,
        .datepicker table tr td.today:hover.disabled,
        .datepicker table tr td.today:hover:active,
        .datepicker table tr td.today:hover:hover,
        .datepicker table tr td.today:hover[disabled],
        .datepicker table tr td.today[disabled] {
            background-color: #fdf59a
        }
        
        .datepicker table tr td.today.active,
        .datepicker table tr td.today.disabled.active,
        .datepicker table tr td.today.disabled:active,
        .datepicker table tr td.today.disabled:hover.active,
        .datepicker table tr td.today.disabled:hover:active,
        .datepicker table tr td.today:active,
        .datepicker table tr td.today:hover.active,
        .datepicker table tr td.today:hover:active {
            background-color: #fbf069
        }
        
        .datepicker table tr td.today:hover:hover {
            color: #000
        }
        
        .datepicker table tr td.today.active:hover {
            color: #fff
        }
        
        .datepicker table tr td.range,
        .datepicker table tr td.range.disabled,
        .datepicker table tr td.range.disabled:hover,
        .datepicker table tr td.range:hover {
            background: #eee;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0
        }
        
        .datepicker table tr td.range.today,
        .datepicker table tr td.range.today.disabled,
        .datepicker table tr td.range.today.disabled:hover,
        .datepicker table tr td.range.today:hover {
            background-color: #f3d17a;
            background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
            background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
            background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
            background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
            background-image: linear-gradient(top, #f3c17a, #f3e97a);
            background-repeat: repeat-x;
            border-color: #f3e97a #f3e97a #edde34;
            border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
            filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0
        }
        
        .datepicker table tr td.range.today.active,
        .datepicker table tr td.range.today.disabled,
        .datepicker table tr td.range.today.disabled.active,
        .datepicker table tr td.range.today.disabled.disabled,
        .datepicker table tr td.range.today.disabled:active,
        .datepicker table tr td.range.today.disabled:hover,
        .datepicker table tr td.range.today.disabled:hover.active,
        .datepicker table tr td.range.today.disabled:hover.disabled,
        .datepicker table tr td.range.today.disabled:hover:active,
        .datepicker table tr td.range.today.disabled:hover:hover,
        .datepicker table tr td.range.today.disabled:hover[disabled],
        .datepicker table tr td.range.today.disabled[disabled],
        .datepicker table tr td.range.today:active,
        .datepicker table tr td.range.today:hover,
        .datepicker table tr td.range.today:hover.active,
        .datepicker table tr td.range.today:hover.disabled,
        .datepicker table tr td.range.today:hover:active,
        .datepicker table tr td.range.today:hover:hover,
        .datepicker table tr td.range.today:hover[disabled],
        .datepicker table tr td.range.today[disabled] {
            background-color: #f3e97a
        }
        
        .datepicker table tr td.range.today.active,
        .datepicker table tr td.range.today.disabled.active,
        .datepicker table tr td.range.today.disabled:active,
        .datepicker table tr td.range.today.disabled:hover.active,
        .datepicker table tr td.range.today.disabled:hover:active,
        .datepicker table tr td.range.today:active,
        .datepicker table tr td.range.today:hover.active,
        .datepicker table tr td.range.today:hover:active {
            background-color: #efe24b
        }
        
        .datepicker table tr td.selected,
        .datepicker table tr td.selected.disabled,
        .datepicker table tr td.selected.disabled:hover,
        .datepicker table tr td.selected:hover {
            background-color: #9e9e9e;
            background-image: -moz-linear-gradient(top, #b3b3b3, grey);
            background-image: -ms-linear-gradient(top, #b3b3b3, grey);
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(grey));
            background-image: -webkit-linear-gradient(top, #b3b3b3, grey);
            background-image: -o-linear-gradient(top, #b3b3b3, grey);
            background-image: linear-gradient(top, #b3b3b3, grey);
            background-repeat: repeat-x;
            border-color: grey grey #595959;
            border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
            filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
            color: #fff;
            text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
        }
        
        .datepicker table tr td.selected.active,
        .datepicker table tr td.selected.disabled,
        .datepicker table tr td.selected.disabled.active,
        .datepicker table tr td.selected.disabled.disabled,
        .datepicker table tr td.selected.disabled:active,
        .datepicker table tr td.selected.disabled:hover,
        .datepicker table tr td.selected.disabled:hover.active,
        .datepicker table tr td.selected.disabled:hover.disabled,
        .datepicker table tr td.selected.disabled:hover:active,
        .datepicker table tr td.selected.disabled:hover:hover,
        .datepicker table tr td.selected.disabled:hover[disabled],
        .datepicker table tr td.selected.disabled[disabled],
        .datepicker table tr td.selected:active,
        .datepicker table tr td.selected:hover,
        .datepicker table tr td.selected:hover.active,
        .datepicker table tr td.selected:hover.disabled,
        .datepicker table tr td.selected:hover:active,
        .datepicker table tr td.selected:hover:hover,
        .datepicker table tr td.selected:hover[disabled],
        .datepicker table tr td.selected[disabled] {
            background-color: grey
        }
        
        .datepicker table tr td.selected.active,
        .datepicker table tr td.selected.disabled.active,
        .datepicker table tr td.selected.disabled:active,
        .datepicker table tr td.selected.disabled:hover.active,
        .datepicker table tr td.selected.disabled:hover:active,
        .datepicker table tr td.selected:active,
        .datepicker table tr td.selected:hover.active,
        .datepicker table tr td.selected:hover:active {
            background-color: #666
        }
        
        .datepicker table tr td.active,
        .datepicker table tr td.active.disabled,
        .datepicker table tr td.active.disabled:hover,
        .datepicker table tr td.active:hover {
            background-color: #006dcc;
            background-image: -moz-linear-gradient(top, #08c, #04c);
            background-image: -ms-linear-gradient(top, #08c, #04c);
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
            background-image: -webkit-linear-gradient(top, #08c, #04c);
            background-image: -o-linear-gradient(top, #08c, #04c);
            background-image: linear-gradient(top, #08c, #04c);
            background-repeat: repeat-x;
            border-color: #04c #04c #002a80;
            border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
            filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
            color: #fff;
            text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
        }
        
        .datepicker table tr td.active.active,
        .datepicker table tr td.active.disabled,
        .datepicker table tr td.active.disabled.active,
        .datepicker table tr td.active.disabled.disabled,
        .datepicker table tr td.active.disabled:active,
        .datepicker table tr td.active.disabled:hover,
        .datepicker table tr td.active.disabled:hover.active,
        .datepicker table tr td.active.disabled:hover.disabled,
        .datepicker table tr td.active.disabled:hover:active,
        .datepicker table tr td.active.disabled:hover:hover,
        .datepicker table tr td.active.disabled:hover[disabled],
        .datepicker table tr td.active.disabled[disabled],
        .datepicker table tr td.active:active,
        .datepicker table tr td.active:hover,
        .datepicker table tr td.active:hover.active,
        .datepicker table tr td.active:hover.disabled,
        .datepicker table tr td.active:hover:active,
        .datepicker table tr td.active:hover:hover,
        .datepicker table tr td.active:hover[disabled],
        .datepicker table tr td.active[disabled] {
            background-color: #04c
        }
        
        .datepicker table tr td.active.active,
        .datepicker table tr td.active.disabled.active,
        .datepicker table tr td.active.disabled:active,
        .datepicker table tr td.active.disabled:hover.active,
        .datepicker table tr td.active.disabled:hover:active,
        .datepicker table tr td.active:active,
        .datepicker table tr td.active:hover.active,
        .datepicker table tr td.active:hover:active {
            background-color: #039
        }
        
        .datepicker table tr td span {
            display: block;
            width: 23%;
            height: 54px;
            line-height: 54px;
            float: left;
            margin: 1%;
            cursor: pointer;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px
        }
        
        .datepicker table tr td span:hover {
            background: #eee
        }
        
        .datepicker table tr td span.disabled,
        .datepicker table tr td span.disabled:hover {
            background: 0 0;
            color: #999;
            cursor: default
        }
        
        .datepicker table tr td span.active,
        .datepicker table tr td span.active.disabled,
        .datepicker table tr td span.active.disabled:hover,
        .datepicker table tr td span.active:hover {
            background-color: #006dcc;
            background-image: -moz-linear-gradient(top, #08c, #04c);
            background-image: -ms-linear-gradient(top, #08c, #04c);
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
            background-image: -webkit-linear-gradient(top, #08c, #04c);
            background-image: -o-linear-gradient(top, #08c, #04c);
            background-image: linear-gradient(top, #08c, #04c);
            background-repeat: repeat-x;
            border-color: #04c #04c #002a80;
            border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
            filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
            color: #fff;
            text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
        }
        
        .datepicker table tr td span.active.active,
        .datepicker table tr td span.active.disabled,
        .datepicker table tr td span.active.disabled.active,
        .datepicker table tr td span.active.disabled.disabled,
        .datepicker table tr td span.active.disabled:active,
        .datepicker table tr td span.active.disabled:hover,
        .datepicker table tr td span.active.disabled:hover.active,
        .datepicker table tr td span.active.disabled:hover.disabled,
        .datepicker table tr td span.active.disabled:hover:active,
        .datepicker table tr td span.active.disabled:hover:hover,
        .datepicker table tr td span.active.disabled:hover[disabled],
        .datepicker table tr td span.active.disabled[disabled],
        .datepicker table tr td span.active:active,
        .datepicker table tr td span.active:hover,
        .datepicker table tr td span.active:hover.active,
        .datepicker table tr td span.active:hover.disabled,
        .datepicker table tr td span.active:hover:active,
        .datepicker table tr td span.active:hover:hover,
        .datepicker table tr td span.active:hover[disabled],
        .datepicker table tr td span.active[disabled] {
            background-color: #04c
        }
        
        .datepicker table tr td span.active.active,
        .datepicker table tr td span.active.disabled.active,
        .datepicker table tr td span.active.disabled:active,
        .datepicker table tr td span.active.disabled:hover.active,
        .datepicker table tr td span.active.disabled:hover:active,
        .datepicker table tr td span.active:active,
        .datepicker table tr td span.active:hover.active,
        .datepicker table tr td span.active:hover:active {
            background-color: #039
        }
        
        .datepicker table tr td span.new,
        .datepicker table tr td span.old {
            color: #999
        }
        
        .datepicker th.datepicker-switch {
            width: 145px
        }
        
        .datepicker tfoot tr th,
        .datepicker thead tr:first-child th {
            cursor: pointer
        }
        
        .datepicker tfoot tr th:hover,
        .datepicker thead tr:first-child th:hover {
            background: #eee
        }
        
        .datepicker .cw {
            font-size: 10px;
            width: 12px;
            padding: 0 2px 0 5px;
            vertical-align: middle
        }
        
        .datepicker thead tr:first-child th.cw {
            cursor: default;
            background-color: transparent
        }
        
        .input-append.date .add-on i,
        .input-prepend.date .add-on i {
            cursor: pointer;
            width: 16px;
            height: 16px
        }
        
        .input-daterange input {
            text-align: center
        }
        
        .input-daterange input:first-child {
            -webkit-border-radius: 3px 0 0 3px;
            -moz-border-radius: 3px 0 0 3px;
            border-radius: 3px 0 0 3px
        }
        
        .input-daterange input:last-child {
            -webkit-border-radius: 0 3px 3px 0;
            -moz-border-radius: 0 3px 3px 0;
            border-radius: 0 3px 3px 0
        }
        
        .input-daterange .add-on {
            display: inline-block;
            width: auto;
            min-width: 16px;
            height: 20px;
            padding: 4px 5px;
            font-weight: 400;
            line-height: 20px;
            text-align: center;
            text-shadow: 0 1px 0 #fff;
            vertical-align: middle;
            background-color: #eee;
            border: 1px solid #ccc;
            margin-left: -5px;
            margin-right: -5px
        }
        
        .datepicker.dropdown-menu {
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 1000;
            float: left;
            display: none;
            min-width: 160px;
            list-style: none;
            background-color: #fff;
            border: 1px solid #ccc;
            border: 1px solid rgba(0, 0, 0, .2);
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
            -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
            box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
            -webkit-background-clip: padding-box;
            -moz-background-clip: padding;
            background-clip: padding-box;
            color: #333;
            font-family: 'Poppins', sans-serif !important;
            font-size: 13px;
            line-height: 20px
        }
        
        .datepicker.dropdown-menu td,
        .datepicker.dropdown-menu th {
            padding: 4px 5px
        }
        
        .bootstrap-select>.dropdown-toggle {
            width: 100%;
            padding-right: 25px;
            z-index: 1
        }
        
        .bootstrap-select>select {
            position: absolute!important;
            bottom: 0;
            left: 50%;
            width: .11px!important;
            height: 100%!important;
            padding: 0!important;
            opacity: 0!important;
            border: none
        }
        
        .bootstrap-select>select.mobile-device {
            top: 0;
            left: 0;
            display: block!important;
            width: 100%!important;
            z-index: 2
        }
        
        .error .bootstrap-select .dropdown-toggle,
        .has-error .bootstrap-select .dropdown-toggle {
            border-color: #b94a48
        }
        
        .bootstrap-select.fit-width {
            width: auto!important
        }
        
        .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
            width: 220px
        }
        
        .bootstrap-select.btn-group[class*=col-] .dropdown-toggle,
        .bootstrap-select.form-control:not([class*=col-]),
        .form-inline .bootstrap-select.btn-group .form-control {
            width: 100%
        }
        
        .bootstrap-select .dropdown-toggle:focus {
            outline: #333 dotted thin!important;
            outline: -webkit-focus-ring-color auto 5px!important;
            outline-offset: -2px
        }
        
        .bootstrap-select.form-control {
            margin-bottom: 0;
            padding: 0;
            border: none
        }
        
        .bootstrap-select.form-control.input-group-btn {
            z-index: auto
        }
        
        .bootstrap-select.btn-group:not(.input-group-btn),
        .bootstrap-select.btn-group[class*=col-] {
            float: none;
            display: inline-block;
            margin-left: 0
        }
        
        .bootstrap-select.btn-group.dropdown-menu-right,
        .bootstrap-select.btn-group[class*=col-].dropdown-menu-right,
        .row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
            float: right
        }
        
        .form-group .bootstrap-select.btn-group,
        .form-horizontal .bootstrap-select.btn-group,
        .form-inline .bootstrap-select.btn-group {
            margin-bottom: 0
        }
        
        .form-group-lg .bootstrap-select.btn-group.form-control,
        .form-group-sm .bootstrap-select.btn-group.form-control {
            padding: 0
        }
        
        .bootstrap-select.btn-group.disabled:focus,
        .bootstrap-select.btn-group>.disabled:focus {
            outline: 0!important
        }
        
        .bootstrap-select.btn-group.bs-container {
            position: absolute
        }
        
        .bootstrap-select.btn-group.bs-container .dropdown-menu {
            z-index: 1060
        }
        
        .bootstrap-select.btn-group .dropdown-toggle .filter-option {
            display: inline-block;
            overflow: hidden;
            width: 100%;
            text-align: left
        }
        
        .bootstrap-select.btn-group .dropdown-toggle .caret {
            position: absolute;
            top: 50%;
            right: 12px;
            margin-top: -2px;
            vertical-align: middle
        }
        
        .bootstrap-select.btn-group .dropdown-menu {
            min-width: 100%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box
        }
        
        .bootstrap-select.btn-group .dropdown-menu.inner {
            position: static;
            float: none;
            border: 0;
            padding: 0;
            margin: 0;
            border-radius: 0;
            -webkit-box-shadow: none;
            box-shadow: none
        }
        
        .bootstrap-select.btn-group .dropdown-menu li {
            position: relative
        }
        
        .bootstrap-select.btn-group .dropdown-menu li.active small {
            color: #fff
        }
        
        .bootstrap-select.btn-group .dropdown-menu li a {
            cursor: pointer;
            user-select: none
        }
        
        .bootstrap-select.btn-group .dropdown-menu li a.opt {
            position: relative;
            padding-left: 2.25em
        }
        
        .bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
            display: none
        }
        
        .bootstrap-select.btn-group .dropdown-menu li a span.text {
            display: inline-block
        }
        
        .bootstrap-select.btn-group .dropdown-menu li small {
            padding-left: .5em
        }
        
        .bootstrap-select.btn-group .dropdown-menu .notify {
            position: absolute;
            bottom: 5px;
            width: 96%;
            margin: 0 2%;
            min-height: 26px;
            padding: 3px 5px;
            background: #f5f5f5;
            border: 1px solid #e3e3e3;
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
            pointer-events: none;
            opacity: .9;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box
        }
        
        .bs-actionsbox,
        .bs-donebutton {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box
        }
        
        .bootstrap-select.btn-group .no-results {
            padding: 3px;
            background: #f5f5f5;
            margin: 0 5px;
            white-space: nowrap
        }
        
        .bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
            position: static
        }
        
        .bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
            position: static;
            top: auto;
            margin-top: -1px
        }
        
        .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
            position: absolute;
            display: inline-block;
            right: 15px;
            margin-top: 5px
        }
        
        .bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
            margin-right: 34px
        }
        
        .bootstrap-select.show-menu-arrow.open>.dropdown-toggle {
            z-index: 1061
        }
        
        .bootstrap-select.show-menu-arrow .dropdown-toggle:before {
            content: '';
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            border-bottom: 7px solid rgba(204, 204, 204, .2);
            position: absolute;
            bottom: -4px;
            left: 9px;
            display: none
        }
        
        .bootstrap-select.show-menu-arrow .dropdown-toggle:after {
            content: '';
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-bottom: 6px solid #fff;
            position: absolute;
            bottom: -4px;
            left: 10px;
            display: none
        }
        
        .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
            bottom: auto;
            top: -3px;
            border-top: 7px solid rgba(204, 204, 204, .2);
            border-bottom: 0
        }
        
        .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
            bottom: auto;
            top: -3px;
            border-top: 6px solid #fff;
            border-bottom: 0
        }
        
        .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
            right: 12px;
            left: auto
        }
        
        .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
            right: 13px;
            left: auto
        }
        
        .bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after,
        .bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before {
            display: block
        }
        
        .bs-actionsbox,
        .bs-donebutton,
        .bs-searchbox {
            padding: 4px 8px
        }
        
        .bs-actionsbox {
            width: 100%;
            box-sizing: border-box
        }
        
        .bs-actionsbox .btn-group button {
            width: 50%
        }
        
        .bs-donebutton {
            float: left;
            width: 100%;
            box-sizing: border-box
        }
        
        .bs-donebutton .btn-group button {
            width: 100%
        }
        
        .bs-searchbox+.bs-actionsbox {
            padding: 0 8px 4px
        }
        
        .bs-searchbox .form-control {
            margin-bottom: 0;
            width: 100%;
            float: none
        }
        
        .bootstrap-switch {
            display: inline-block;
            cursor: pointer;
            border-radius: 4px;
            border: 1px solid #ccc;
            position: relative;
            text-align: left;
            overflow: hidden;
            line-height: 8px;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            vertical-align: middle;
            min-width: 100px;
            -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
        }
        
        .bootstrap-switch.bootstrap-switch-mini {
            min-width: 71px
        }
        
        .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
        .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
        .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
            padding-bottom: 4px;
            padding-top: 4px;
            font-size: 10px;
            line-height: 9px
        }
        
        .bootstrap-switch.bootstrap-switch-small {
            min-width: 79px
        }
        
        .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
        .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
        .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
            padding-bottom: 3px;
            padding-top: 3px;
            font-size: 12px;
            line-height: 18px
        }
        
        .bootstrap-switch.bootstrap-switch-large {
            min-width: 120px
        }
        
        .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
        .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
        .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
            padding-bottom: 9px;
            padding-top: 9px;
            font-size: 16px;
            line-height: normal
        }
        
        .bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
            -webkit-transition: margin-left .5s;
            transition: margin-left .5s
        }
        
        .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-container {
            margin-left: 0
        }
        
        .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label {
            border-bottom-right-radius: 3px;
            border-top-right-radius: 3px
        }
        
        .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-container {
            margin-left: -50%
        }
        
        .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label {
            border-bottom-left-radius: 3px;
            border-top-left-radius: 3px
        }
        
        .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-container {
            margin-left: -25%
        }
        
        .bootstrap-switch.bootstrap-switch-disabled,
        .bootstrap-switch.bootstrap-switch-indeterminate,
        .bootstrap-switch.bootstrap-switch-readonly {
            opacity: .5;
            filter: alpha(opacity=50);
            cursor: default!important
        }
        
        .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
        .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
        .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
        .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
        .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
        .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label,
        .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
        .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
        .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label {
            cursor: default!important
        }
        
        .bootstrap-switch.bootstrap-switch-focused {
            border-color: #66afe9;
            outline: 0;
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
        }
        
        .bootstrap-switch .bootstrap-switch-container {
            display: inline-block;
            width: 150%;
            top: 0;
            border-radius: 4px;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
        }
        
        .bootstrap-switch .bootstrap-switch-handle-off,
        .bootstrap-switch .bootstrap-switch-handle-on,
        .bootstrap-switch .bootstrap-switch-label {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            cursor: pointer;
            display: inline-block!important;
            height: 100%;
            padding-bottom: 4px;
            padding-top: 4px;
            font-size: 14px;
            line-height: 20px
        }
        
        .bootstrap-switch .bootstrap-switch-handle-off,
        .bootstrap-switch .bootstrap-switch-handle-on {
            text-align: center;
            z-index: 1;
            width: 33.33333333%
        }
        
        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary,
        .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
            color: #fff;
            background: #428bca
        }
        
        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info,
        .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info {
            color: #fff;
            background: #5bc0de
        }
        
        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success,
        .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success {
            color: #fff;
            background: #5cb85c
        }
        
        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning,
        .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning {
            background: #f0ad4e;
            color: #fff
        }
        
        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger,
        .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger {
            color: #fff;
            background: #d9534f
        }
        
        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default,
        .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default {
            color: #000;
            background: #eee
        }
        
        .bootstrap-switch .bootstrap-switch-handle-on {
            border-bottom-left-radius: 3px;
            border-top-left-radius: 3px
        }
        
        .bootstrap-switch .bootstrap-switch-handle-off {
            border-bottom-right-radius: 3px;
            border-top-right-radius: 3px
        }
        
        .bootstrap-switch .bootstrap-switch-label {
            text-align: center;
            margin-top: -1px;
            margin-bottom: -1px;
            z-index: 100;
            width: 33.33333333%;
            color: #333;
            background: #fff
        }
        
        .bootstrap-switch input[type=checkbox],
        .bootstrap-switch input[type=radio] {
            position: absolute!important;
            top: 0;
            left: 0;
            opacity: 0;
            filter: alpha(opacity=0);
            z-index: -1
        }
        
        .bootstrap-switch input[type=checkbox].form-control,
        .bootstrap-switch input[type=radio].form-control {
            height: auto
        }
        /*Notificari Ovidiu*/
        
        .alertaNotificare {
            /*background-color: rgb(241, 242, 240);
    border-color: rgba(149, 149, 149, 0.3);
    border-radius: 3px;
    color: rgb(149, 149, 149);
    padding: 10px;*/
        }
        
        [data-notify="icon"] {
            height: 50px;
            margin-right: 12px;
            color: #FFF;
        }
        
        [data-notify="title"] {
            color: snow;
            display: block;
            font-weight: bold;
            margin-bottom: 5px;
            text-transform: uppercase;
        }
        
        [data-notify="message"] {
            font-size: 100%;
            color: #FFF;
        }
        
        .count {
            bottom: 4px;
            position: relative;
        }
        
        .alertaNotificare .dropdown {
            margin-top: 10px;
        }
        
        .alertaNotificare {
            border-radius: 10px !important;
            bottom: 60px !important;
        }
        /*endNotificari Ovidiu*/
        /*inceput layout layout.css*/
        
        @-webkit-keyframes fadeIn {
            0% {
                opacity: 0;
            }
            100% {
                opacity: 1;
            }
        }
        
        @keyframes fadeIn {
            0% {
                opacity: 0;
            }
            100% {
                opacity: 1;
            }
        }
        
        .fadeIn {
            -webkit-animation-duration: 1.2s;
            animation-duration: 1.2s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
        }
        
        @-webkit-keyframes fadeOut {
            100% {
                opacity: 1;
            }
            55% {
                opacity: 0.8;
            }
        }
        
        @keyframes fadeOut {
            100% {
                opacity: 1;
            }
            55% {
                opacity: 0.8;
            }
        }
        
        .fadeOut {
            -webkit-animation-duration: 3.2s;
            animation-duration: 3.2s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            -webkit-animation-name: fadeOut;
            animation-name: fadeOut;
        }
        
         ::-moz-selection {
            /* Code for Firefox */
            color: white;
            background: #609CD2;
        }
        
         ::selection {
            color: white;
            background: #609CD2;
        }
        
        .evidentiere-text {
            color: white;
            background: #609CD2;
        }
        
        .evidentiere-text span {
            color: white !important;
            background: #609CD2 !important;
        }
        
        @media print {
            body {
                background-color: #fff !important;
            }
            .act-content {
                position: absolute;
                width: 100%;
                top: 0;
                padding: 0;
                margin: -1px;
            }
        }
        /***
Page Header
***/
        
        .page-header.navbar {
            width: 100%;
            padding: 0 20px 0 20px;
            margin: 0;
            border: 0px;
            padding: 0px;
            box-shadow: none;
            height: 68px;
            min-height: 68px;
            filter: none;
            background-image: none;
        }
        
        .page-header.navbar.navbar-fixed-top {
            z-index: 9995;
        }
        
        .page-header.navbar.navbar-static-top {
            z-index: 9995;
        }
        
        .page-header.navbar .page-logo {
            float: left;
            display: block;
            width: 195px;
            height: 68px;
            padding-left: 20px;
            padding-right: 20px;
        }
        
        .page-header.navbar .page-logo>.logo-image,
        .page-header.navbar .page-logo>a {
            display: block;
            float: left;
        }
        
        .page-header.navbar .page-logo .logo-default {
            margin: 19px 0 0 0;
            width: 115px;
        }
        
        .page-header.navbar .page-logo .logo-mini {
            display: none;
            margin-left: 5px;
        }
        
        .page-header.navbar .page-logo .text-logo {
            padding-left: 20px;
            padding-top: 12px;
        }
        
        .page-header.navbar .page-top {
            height: 68px;
            background: #BAC0B6;
        }
        
        .page-header.navbar .search-form {
            margin-left: 10px;
            display: inline-block;
            width: 68px;
            position: relative;
            float: left !important;
            transition: all 0.6s;
        }
        
        .page-header.navbar .search-form .input-group .form-control {
            height: 68px;
            border: 0;
            background: transparent !important;
            font-size: 14px;
            padding-left: 0;
            margin-left: 12px;
            text-indent: -150000px;
        }
        
        .page-header.navbar .search-form .input-group .form-control:hover {
            cursor: pointer;
        }
        
        .page-header.navbar .search-form .input-group .input-group-btn {
            height: 68px;
        }
        
        .page-header.navbar .search-form .input-group .input-group-btn .btn.submit {
            margin-left: -24px;
            padding: 0;
            width: 68px;
            background: none;
            margin-top: 4px;
            display: block;
        }
        
        .page-header.navbar .search-form .input-group .input-group-btn .btn.submit>i {
            font-size: 15px;
        }
        
        .page-header.navbar .search-form.open {
            transition: all 0.6s;
            width: 300px !important;
        }
        
        .page-header.navbar .search-form.open .input-group .form-control {
            text-indent: 0;
        }
        
        .page-header.navbar .search-form.open .input-group .form-control:hover {
            cursor: text;
        }
        
        .page-header.navbar .search-form.open .input-group .input-group-btn .btn.submit {
            margin-left: 0;
        }
        
        .page-header.navbar .menu-toggler {
            display: block;
            cursor: pointer;
            opacity: 0.6;
            filter: alpha(opacity=60);
            width: 20px;
            height: 20px;
            background-repeat: no-repeat;
            background-position: center center;
            background-image: url(../img/sidebar-toggler.png);
        }
        
        .page-header.navbar .menu-toggler:hover {
            filter: alpha(opacity=100);
            opacity: 1;
        }
        
        .page-header.navbar .menu-toggler.sidebar-toggler {
            float: right;
            margin: 23px 0 0 0;
        }
        
        .page-sidebar-closed.page-sidebar-closed-hide-logo .page-header.navbar .menu-toggler.sidebar-toggler {
            margin-right: 17px;
        }
        
        .page-header.navbar .menu-toggler.responsive-toggler {
            display: none;
            float: right;
            margin: 24px 14px 0 6px;
            background-image: url(../img/sidebar-toggler-inverse.png);
        }
        
        .page-header.navbar .page-actions {
            margin: 17px 0 15px 15px;
            padding: 0;
            float: left;
        }
        
        .page-header.navbar .page-actions .btn-group .dropdown-menu:before {
            left: 9px;
            right: auto;
        }
        
        .page-header.navbar .page-actions .btn-group .dropdown-menu:after {
            left: 10px;
            right: auto;
        }
        
        .page-header.navbar .top-menu {
            margin: 0;
            padding: 0;
            float: right;
        }
        
        .page-header.navbar .top-menu .navbar-nav {
            padding: 0;
            margin-right: 20px;
            display: block;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown {
            margin: 0px;
            padding: 0px;
            height: 68px;
            display: inline-block;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown:last-child {
            padding-right: 0px;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown>.dropdown-toggle {
            margin: 0px;
            padding: 28px 16px 19px 16px;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown>.dropdown-toggle:last-child {
            padding-right: 0;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown>.dropdown-toggle>i {
            font-size: 19px;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown>.dropdown-toggle>i.glyphicon {
            top: 0;
            font-size: 17px;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown>.dropdown-toggle>.badge {
            font-family: "Open Sans", sans-serif;
            position: absolute;
            top: 17px;
            right: 9px;
            font-weight: 300px;
            padding: 3px 6px;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown>.dropdown-toggle:focus {
            background: none;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown .dropdown-menu {
            margin-top: 9px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown .dropdown-menu:before {
            position: absolute;
            top: -7px;
            right: 9px;
            display: inline-block !important;
            border-right: 7px solid transparent;
            border-bottom: 7px solid #eee;
            border-left: 7px solid transparent;
            border-bottom-color: rgba(0, 0, 0, 0.2);
            content: '';
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown .dropdown-menu:after {
            position: absolute;
            top: -6px;
            right: 10px;
            display: inline-block !important;
            border-right: 6px solid transparent;
            border-bottom: 6px solid #fff;
            border-left: 6px solid transparent;
            content: '';
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown .dropdown-menu>li>a {
            color: #555;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-extended .dropdown-menu {
            min-width: 160px;
            max-width: 275px;
            width: 275px;
            z-index: 9995;
            /* header notifications dropdowns */
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-extended .dropdown-menu>li.external {
            display: block;
            overflow: hidden;
            padding: 15px 15px;
            letter-spacing: 0.5px;
            -webkit-border-radius: 4px 4px 0 0;
            -moz-border-radius: 4px 4px 0 0;
            -ms-border-radius: 4px 4px 0 0;
            -o-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-extended .dropdown-menu>li.external>h3 {
            margin: 0;
            padding: 0;
            float: left;
            font-size: 13px;
            display: inline-block;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-extended .dropdown-menu>li.external>a {
            display: inline-block;
            padding: 0;
            background: none;
            clear: inherit;
            font-size: 13px;
            font-weight: 300;
            position: absolute;
            right: 10px;
            border: 0;
            margin-top: -1px;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-extended .dropdown-menu>li.external>a:hover {
            text-decoration: underline;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-extended .dropdown-menu .dropdown-menu-list {
            padding-right: 0 !important;
            padding-left: 0;
            list-style: none;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-extended .dropdown-menu .dropdown-menu-list>li>a {
            display: block;
            clear: both;
            font-weight: 300;
            line-height: 20px;
            white-space: normal;
            font-size: 13px;
            padding: 16px 15px 18px;
            text-shadow: none;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-extended .dropdown-menu .dropdown-menu-list>li>a:hover {
            opacity: 1;
            filter: alpha(opacity=100);
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-extended .dropdown-menu .dropdown-menu-list>li:first-child a {
            border-top: none;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-notification .dropdown-menu .dropdown-menu-list>li a .details {
            overflow: hidden;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-notification .dropdown-menu .dropdown-menu-list>li a .details .label-icon {
            margin-right: 10px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-notification .dropdown-menu .dropdown-menu-list>li a .details .label-icon i {
            margin-right: 2px;
            margin-left: 1px;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-notification .dropdown-menu .dropdown-menu-list>li a .details .label-icon .badge {
            right: 15px;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-notification .dropdown-menu .dropdown-menu-list>li a .time {
            float: right;
            max-width: 75px;
            font-size: 11px;
            font-weight: 400;
            opacity: 0.7;
            filter: alpha(opacity=70);
            text-align: right;
            padding: 1px 5px;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-inbox>.dropdown-menu .dropdown-menu-list>li .photo {
            float: left;
            margin: 0 6px 6px 0;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-inbox>.dropdown-menu .dropdown-menu-list>li .photo img {
            height: 40px;
            width: 40px;
            -webkit-border-radius: 50% !important;
            -moz-border-radius: 50% !important;
            -ms-border-radius: 50% !important;
            -o-border-radius: 50% !important;
            border-radius: 50% !important;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-inbox>.dropdown-menu .dropdown-menu-list>li .subject {
            display: block;
            margin-left: 46px;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-inbox>.dropdown-menu .dropdown-menu-list>li .subject .from {
            font-size: 13px;
            font-weight: 600;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-inbox>.dropdown-menu .dropdown-menu-list>li .subject .time {
            font-size: 12px;
            font-weight: 400;
            opacity: 0.5;
            filter: alpha(opacity=50);
            float: right;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-inbox>.dropdown-menu .dropdown-menu-list>li .message {
            display: block !important;
            font-size: 12px;
            line-height: 1.3;
            margin-left: 46px;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-tasks .dropdown-menu .dropdown-menu-list>li .task {
            margin-bottom: 5px;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-tasks .dropdown-menu .dropdown-menu-list>li .task .desc {
            font-size: 13px;
            font-weight: 300;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-tasks .dropdown-menu .dropdown-menu-list>li .task .percent {
            float: right;
            font-weight: 600;
            display: inline-block;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-tasks .dropdown-menu .dropdown-menu-list>li .progress {
            display: block;
            height: 8px;
            margin: 8px 0 2px;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-tasks .dropdown-menu .dropdown-menu-list>li .progress .progress-bar {
            box-shadow: none;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-user {
            padding: 0 0 0 10px;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-user .dropdown-toggle {
            padding: 24px 12px 23px 12px;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-user .dropdown-toggle>.username {
            display: inline-block;
            font-size: 14px;
            font-weight: 400;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-user .dropdown-toggle>img {
            float: left;
            margin-top: -8px;
            margin-right: 7px;
            height: 39px;
            display: inline-block;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-user .dropdown-toggle>i {
            display: inline-block;
            margin-top: 5px;
            margin: 0;
            font-size: 14px;
            font-weight: 400;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-user .dropdown-menu {
            width: 225px !important;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-user .dropdown-menu>li>a {
            font-size: 14px;
            font-weight: 300;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-user .dropdown-menu>li>a i {
            width: 15px;
            display: inline-block;
            margin-right: 9px;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-user .dropdown-menu>li>a .badge {
            margin-right: 10px;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-language {
            padding-left: 0;
            padding-right: 0;
            margin: 0;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-language>.dropdown-toggle {
            font-size: 13px;
            padding: 24px 12px 24px 12px;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-language>.dropdown-toggle>img {
            margin-bottom: 2px;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-language>.dropdown-toggle>i {
            font-size: 14px;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-language>.dropdown-menu>li>a {
            font-size: 13px;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-language>.dropdown-menu>li>a>img {
            margin-bottom: 2px;
            margin-right: 5px;
        }
        
        .page-header.navbar .top-menu .navbar-nav li.dropdown-dark .dropdown-menu {
            border: 0;
        }
        
        .page-header.navbar .top-menu .navbar-nav li.dropdown-dark .dropdown-menu:before {
            border-left: none;
            border-right: none;
        }
        
        .page-header.navbar .top-menu .navbar-nav li.dropdown-dark .dropdown-menu .dropdown-menu-list>li.external a {
            background: none !important;
            border: none !important;
        }
        /* Allow expanded search for above 768px */
        
        @media (min-width: 768px) {
            /* 768px */
            .page-header.navbar .search-form.search-form-expanded {
                width: 200px;
            }
            .page-header.navbar .search-form.search-form-expanded .input-group .form-control {
                text-indent: 0;
            }
            .page-header.navbar .search-form.search-form-expanded .input-group .form-control:hover {
                cursor: text;
            }
            .page-header.navbar .search-form.search-form-expanded .input-group .input-group-btn .btn.submit {
                margin-left: 0;
            }
        }
        /* Form medium devices upto large devices */
        
        @media (min-width: 992px) and (max-width: 1200px) {
            /* 992px 1200px */
            /* Boxed layout */
            .page-boxed .page-header.navbar .top-menu .navbar-nav>li.dropdown-user .dropdown-toggle .username.username-hide-on-mobile {
                display: none;
            }
            .page-boxed .page-header.navbar .top-menu .navbar-nav>li.dropdown-language .dropdown-toggle .langname {
                display: none;
            }
        }
        
        @media (min-width: 992px) {
            /* 992px */
            /* Page header */
            .page-sidebar-closed.page-sidebar-closed-hide-logo .page-header.navbar .page-logo {
                padding: 0;
            }
            .page-sidebar-closed.page-sidebar-closed-hide-logo .page-header.navbar .page-logo {
                width: 54px;
            }
            .page-sidebar-closed.page-sidebar-closed-hide-logo .page-header.navbar .page-logo .logo-default {
                display: none;
            }
            /* Boxed Layout */
            .page-boxed .page-header.navbar .page-logo {
                width: 195px;
            }
            .page-boxed .page-header.navbar .top-menu .navbar-nav {
                margin-right: 20px;
            }
            /* Sidebar closed & logo hidden */
            .page-sidebar-closed.page-sidebar-closed-hide-logo.page-boxed .page-header.navbar .page-logo {
                width: 54px;
            }
            /* Boxed layout & page sidebar fixed layout */
            .page-boxed.page-sidebar-fixed .page-header.navbar .page-logo {
                width: 195px;
            }
        }
        
        @media (max-width: 991px) {
            /* 991px */
            /* Page header */
            .page-header.navbar {
                padding: 0;
                margin: 0;
                position: relative;
                clear: both;
                /* Page logo */
                /* Menu Toggler */
                /* Search form */
                /* Top Menu */
            }
            .page-header.navbar .page-logo {
                width: auto;
                padding: 0 15px 0 10px;
            }
            .page-header.navbar .page-logo img {
                margin-left: 4px !important;
            }
            .page-header.navbar .menu-toggler.sidebar-toggler {
                display: none !important;
            }
            .page-header.navbar .menu-toggler.responsive-toggler {
                display: inline-block;
            }
            .page-header.navbar .search-form {
                margin-left: 0;
            }
            .page-header.navbar .search-form.open {
                width: 245px !important;
            }
            .page-header.navbar .page-header-inner.container {
                width: 100%;
                max-width: none !important;
                margin: 0 !important;
                padding: 0 !important;
            }
            .page-header.navbar .top-menu .navbar-nav {
                display: inline-block;
                margin: 0 10px 0 0;
            }
            .page-header.navbar .top-menu .navbar-nav>li {
                float: left;
            }
            .page-header.navbar .top-menu .navbar-nav .nav li.dropdown i {
                display: inline-block;
                position: relative;
                top: 1px;
                right: 0px;
            }
            .page-header.navbar .top-menu .navbar-nav .open .dropdown-menu {
                position: absolute;
            }
            /* Fixed header for mobile */
            .page-header-fixed.page-header-fixed-mobile .navbar-fixed-top {
                position: fixed;
            }
            /* Boxed Layout */
            .page-boxed .page-header.navbar>.container {
                max-width: none !important;
                margin: 0 !important;
                padding: 0 !important;
            }
        }
        
        @media (min-width: 768px) and (max-width: 991px) {
            /* 768px & 991px */
            /* Boxed Layout */
            .page-boxed .page-header.navbar {
                margin: auto !important;
                padding: 0;
            }
            .page-boxed .page-header.navbar>.container {
                margin: auto !important;
            }
        }
        
        @media (max-width: 767px) {
            /* 767px */
            body {
                /* [felix]*/
                overflow: auto !important;
            }
        }
        
        @media (min-width: 767px) {
            /* 767px */
            body {
                /* [felix]*/
                overflow: hidden !important;
            }
        }
        
        @media (max-width: 767px) {
            /* 767px */
            /* Page header */
            .page-header.navbar {
                padding: 0;
                /* Header logo */
                /* Search box */
                /* Top navigation menu*/
            }
            .page-header.navbar .page-logo {
                width: auto;
            }
            .page-header.navbar .search-form.open {
                z-index: 3;
                left: 10px;
                right: 10px;
                position: absolute;
                width: auto !important;
                margin: 0 -10px !important;
            }
            .page-header.navbar .top-menu .navbar-nav>li.dropdown-extended>.dropdown-menu {
                max-width: 245px;
                width: 245px;
            }
            .page-header.navbar .top-menu .navbar-nav>li.dropdown-notification .dropdown-menu {
                margin-right: -170px;
            }
            .page-header.navbar .top-menu .navbar-nav>li.dropdown-notification .dropdown-menu:after,
            .page-header.navbar .top-menu .navbar-nav>li.dropdown-notification .dropdown-menu:before {
                margin-right: 170px;
            }
            .page-header.navbar .top-menu .navbar-nav>li.dropdown-inbox .dropdown-menu {
                margin-right: -120px;
            }
            .page-header.navbar .top-menu .navbar-nav>li.dropdown-inbox .dropdown-menu:after,
            .page-header.navbar .top-menu .navbar-nav>li.dropdown-inbox .dropdown-menu:before {
                margin-right: 120px;
            }
            .page-header.navbar .top-menu .navbar-nav>li.dropdown-tasks .dropdown-menu {
                margin-right: -80px;
            }
            .page-header.navbar .top-menu .navbar-nav>li.dropdown-tasks .dropdown-menu:after,
            .page-header.navbar .top-menu .navbar-nav>li.dropdown-tasks .dropdown-menu:before {
                margin-right: 80px;
            }
        }
        
        @media (max-width: 580px) {
            /* Page header */
            .page-header.navbar .top-menu .navbar-nav>li.dropdown-user .dropdown-toggle .username.username-hide-on-mobile {
                display: none;
            }
            .page-header.navbar .top-menu .navbar-nav>li.dropdown-language .dropdown-toggle .langname {
                display: none;
            }
        }
        
        @media (max-width: 480px) {
            /* 480px */
            .page-header.navbar {
                height: 136px;
                /* Top menu */
            }
            .page-header.navbar .top-menu .navbar-nav {
                margin-right: 50px;
            }
            .page-header.navbar .top-menu .navbar-nav>li.dropdown .dropdown-toggle {
                padding: 28px 10px 19px 10px;
            }
            .page-header.navbar .top-menu .navbar-nav>li.dropdown-language .dropdown-toggle {
                padding: 24px 6px 24px 6px;
            }
            .page-header.navbar .top-menu .navbar-nav>li.dropdown-user {
                margin-right: 10px;
            }
            .page-header.navbar .top-menu .navbar-nav>li.dropdown-user .dropdown-toggle {
                padding: 24px 6px 24px 6px;
            }
            .page-header.navbar .search-form {
                margin-left: -12px;
            }
            .page-header.navbar .page-top {
                display: block;
                clear: both;
            }
            .page-content-wrapper .page-content {
                padding: 0 !important;
                overflow: auto !important;
                margin-left: -10px !important;
                margin-right: -10px;
            }
        }
        /***
Pace - Page Progress
***/
        
        .pace .pace-progress {
            z-index: 10000;
            top: 66px;
            height: 4px;
        }
        
        .pace .pace-progress-inner {
            box-shadow: none;
        }
        
        .pace .pace-activity {
            top: 70px;
            right: 22px;
            border-radius: 10px !important;
            display: none !important;
        }
        
        @media (max-width: 480px) {
            /* 480px */
            .page-header-fixed .pace .pace-progress {
                top: 136px;
            }
            .page-header-fixed .pace .pace-activity {
                top: 276px;
                right: 15px;
            }
        }
        /***
Page container
***/
        
        .page-container {
            margin: 0px;
            padding: 0px;
            position: relative;
            /* Fixed header */
            /* Fixed footer for mobile */
        }
        
        .page-container:before,
        .page-container:after {
            content: " ";
            display: table;
        }
        
        .page-container:after {
            clear: both;
        }
        
        .page-header-fixed .page-container {
            margin-top: 68px;
        }
        
        .page-footer-fixed.page-footer-fixed-mobile .page-container {
            margin-bottom: 20px !important;
        }
        
        @media (min-width: 1560px) {
            /* 1200px */
            .container {
                width: 1560px !important;
            }
        }
        
        @media (min-width: 1260px) {
            /* 1200px */
            .container {
                width: 1270px;
            }
        }
        
        @media (min-width: 992px) {
            /* Page container in fixed footer */
            .page-footer-fixed .page-container {
                margin-bottom: 20px !important;
            }
        }
        
        @media (max-width: 991px) {
            /* Page container */
            .page-container {
                margin: 0 !important;
                padding: 0 !important;
            }
            .page-header-fixed.page-header-fixed-mobile .page-container {
                margin-top: 68px !important;
            }
        }
        
        @media (max-width: 480px) {
            /* Page container */
            .page-header-fixed.page-header-fixed-mobile .page-container {
                margin-top: 136px !important;
            }
        }
        /***
Page sidebar
***/
        /* IE8 fix */
        
        .ie8 .page-sidebar {
            width: 195px;
            float: left;
            position: relative;
            margin-right: -100%;
        }
        /* Page Sidebar */
        
        .page-sidebar.navbar-collapse,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover.navbar-collapse {
            padding: 0;
            box-shadow: none;
        }
        
        .page-sidebar .page-sidebar-menu,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu {
            list-style: none;
            margin: 0;
            padding: 0;
            /* 1st level links */
            /* all links */
        }
        
        .page-sidebar .page-sidebar-menu>li,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li {
            display: block;
            margin: 0;
            padding: 0;
            border: 0px;
        }
        
        .page-sidebar .page-sidebar-menu>li.start>a,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.start>a {
            border-top-color: transparent !important;
        }
        
        .page-sidebar .page-sidebar-menu>li.last>a,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.last>a {
            border-bottom-color: transparent !important;
        }
        
        .page-sidebar .page-sidebar-menu>li>a,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li>a {
            min-height: 78px;
            display: block;
            position: relative;
            margin: 0;
            border: 0px;
            padding: 14px 12px 12px 12px;
            text-decoration: none;
            font-size: 12px;
            font-weight: 300;
            text-align: center;
        }
        
        .page-sidebar .page-sidebar-menu>li>a>.title,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li>a>.title {
            display: block;
            text-align: center;
            margin-top: 5px;
        }
        
        .page-sidebar .page-sidebar-menu>li>a>i,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li>a>i {
            font-size: 24px;
            text-shadow: none;
            font-weight: 300;
            text-align: center;
        }
        
        .page-sidebar .page-sidebar-menu>li>a>i.glyphicon,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li>a>i.glyphicon {
            top: 3px;
            margin-left: 1px;
            margin-right: 4px;
        }
        
        .page-sidebar .page-sidebar-menu>li>a>[class^="icon-"],
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li>a>[class^="icon-"] {
            top: 2px;
            margin-left: 1px;
            margin-right: 4px;
        }
        
        .page-sidebar-fixed .page-sidebar .page-sidebar-menu>li>a,
        .page-sidebar-fixed .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li>a {
            transition: all 0.2s ease;
        }
        
        .page-sidebar-reversed.page-sidebar-fixed .page-sidebar .page-sidebar-menu>li>a,
        .page-sidebar-reversed.page-sidebar-fixed .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li>a {
            transition: none;
        }
        
        .page-sidebar .page-sidebar-menu>li.open>a,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.open>a {
            font-size: 13px;
        }
        
        .page-sidebar .page-sidebar-menu>li.active>a,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active>a {
            border: none;
            text-shadow: none;
            font-size: 13px;
        }
        
        .page-sidebar .page-sidebar-menu>li.active>a>.selected,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active>a>.selected {
            background-image: none;
            /* will be set in a theme css file*/
            float: right;
            position: absolute;
            right: -1px;
            top: 26px;
            background: none;
            width: 0;
            height: 0;
            border-style: solid;
            border-top: 12px double transparent;
            border-bottom: 12px double transparent;
            border-left: 0;
            border-right: 8px solid #ffffff;
        }
        
        .page-sidebar-reversed .page-sidebar .page-sidebar-menu>li.active>a>.selected,
        .page-sidebar-reversed .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active>a>.selected {
            right: auto;
            left: -1px;
            border-right: 0;
            border-left: 8px solid #ffffff;
        }
        
        .page-container-bg-solid .page-sidebar .page-sidebar-menu>li.active>a>.selected,
        .page-container-bg-solid .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active>a>.selected {
            border-color: transparent #F1F3FA transparent transparent;
        }
        
        .page-container-bg-solid.page-sidebar-reversed .page-sidebar .page-sidebar-menu>li.active>a>.selected,
        .page-container-bg-solid.page-sidebar-reversed .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active>a>.selected {
            border-color: transparent transparent transparent #F1F3FA;
        }
        
        .page-sidebar .page-sidebar-menu li>a>.arrow:before,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li>a>.arrow:before {
            width: 10px;
            float: right;
            margin-right: 5px;
            margin-left: 5px;
            margin-top: -32px;
            display: inline;
            font-size: 16px;
            font-family: FontAwesome;
            height: auto;
            content: "\f104";
            font-weight: 300;
            text-shadow: none;
        }
        
        .page-sidebar .page-sidebar-menu li>a>.arrow.open:before,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li>a>.arrow.open:before {
            content: "\f107";
        }
        
        .page-sidebar .page-sidebar-menu li>a>.badge,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li>a>.badge {
            float: right;
            margin-top: 1px;
            margin-right: 0px;
        }
        
        .page-sidebar .page-sidebar-menu .sub-menu,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu {
            list-style: none;
            display: none;
            padding: 0;
            margin: 8px 0px 8px 0px;
        }
        
        .page-sidebar .page-sidebar-menu .sub-menu li,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li {
            background: none;
            margin: 0px;
            padding: 0px;
            margin-top: 1px !important;
            /* 2nd level sub menu */
        }
        
        .page-sidebar .page-sidebar-menu .sub-menu li>a,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li>a {
            display: block;
            margin: 0;
            padding: 9px 15px 9px 15px;
            text-decoration: none;
            font-size: 13px;
            font-weight: 300;
            background: none;
        }
        
        .page-sidebar .page-sidebar-menu .sub-menu li>a>i,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li>a>i {
            font-size: 14px;
            margin-right: 1px;
        }
        
        .page-sidebar .page-sidebar-menu .sub-menu li>a .arrow:before,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li>a .arrow:before {
            margin-top: -4px;
        }
        
        .page-sidebar .page-sidebar-menu .sub-menu li>a .arrow.open:before,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li>a .arrow.open:before {
            margin-top: -2px;
        }
        
        .page-sidebar .page-sidebar-menu .sub-menu li>.sub-menu,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li>.sub-menu {
            margin: 0;
        }
        
        .page-sidebar .page-sidebar-menu .sub-menu li>.sub-menu>li>a,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li>.sub-menu>li>a {
            padding-left: 30px;
        }
        
        .page-sidebar .page-sidebar-menu .sub-menu li>.sub-menu>li>.sub-menu,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li>.sub-menu>li>.sub-menu {
            margin: 0;
        }
        
        .page-sidebar .page-sidebar-menu .sub-menu li>.sub-menu>li>.sub-menu>li>a,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li>.sub-menu>li>.sub-menu>li>a {
            padding-left: 40px;
        }
        
        .page-sidebar .page-sidebar-menu li.active>.sub-menu,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li.active>.sub-menu {
            display: block;
        }
        
        .page-sidebar .page-sidebar-menu.page-sidebar-menu-compact>li,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu.page-sidebar-menu-compact>li {
            text-align: left;
        }
        
        .page-sidebar .page-sidebar-menu.page-sidebar-menu-compact>li>a,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu.page-sidebar-menu-compact>li>a {
            text-align: left;
            min-height: 35px;
            padding: 5px;
        }
        
        .page-sidebar .page-sidebar-menu.page-sidebar-menu-compact>li>a>.title,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu.page-sidebar-menu-compact>li>a>.title {
            display: inline-block;
            text-align: left;
            margin-top: 0px;
        }
        
        .page-sidebar .page-sidebar-menu.page-sidebar-menu-compact>li>a>i,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu.page-sidebar-menu-compact>li>a>i {
            font-size: 16px;
            /* $sidebar-menu-link-icon-font-size */
            text-align: left;
        }
        
        .page-sidebar .page-sidebar-menu.page-sidebar-menu-compact>li.active>a>.selected,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu.page-sidebar-menu-compact>li.active>a>.selected {
            top: 14px;
        }
        
        .page-sidebar .page-sidebar-menu.page-sidebar-menu-compact>li>.sub-menu>li>a,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu.page-sidebar-menu-compact>li>.sub-menu>li>a {
            padding-left: 22px;
        }
        
        .page-sidebar .page-sidebar-menu.page-sidebar-menu-compact li>a>.arrow:before,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu.page-sidebar-menu-compact li>a>.arrow:before {
            margin-top: -1px;
        }
        
        .page-sidebar .page-sidebar-menu.page-sidebar-menu-compact li>a>.arrow.open:before,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu.page-sidebar-menu-compact li>a>.arrow.open:before {
            margin-top: -1px;
        }
        
        .page-sidebar .page-sidebar-menu.page-sidebar-menu-compact.page-sidebar-menu-hover-submenu>li>.sub-menu>li>a,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu.page-sidebar-menu-compact.page-sidebar-menu-hover-submenu>li>.sub-menu>li>a {
            padding-left: 15px;
        }
        
        @media (min-width: 992px) {
            /* 992px */
            .page-sidebar {
                width: 195px;
                float: left;
                position: relative;
                margin-right: -100%;
            }
            .page-full-width .page-sidebar {
                display: none !important;
            }
            .page-sidebar.navbar-collapse {
                max-height: none !important;
            }
            .page-sidebar .page-sidebar-menu {
                margin-bottom: 10px;
            }
            .page-sidebar-reversed .page-sidebar {
                float: right;
                margin-right: 0;
                margin-left: -100%;
            }
            .page-sidebar-reversed.page-sidebar-fixed .page-sidebar {
                margin-left: -195px;
            }
            .page-sidebar-reversed.page-sidebar-fixed .page-sidebar-wrapper {
                position: relative;
                float: right;
            }
            .page-sidebar-fixed .page-sidebar {
                position: fixed !important;
                margin-left: 0;
                top: 68px;
            }
            .page-sidebar-fixed .page-sidebar-menu>li.last {
                margin-bottom: 15px !important;
            }
            /* Sidebar Closed */
            .page-sidebar-closed .page-sidebar {
                width: 54px !important;
            }
            .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed {
                /* sidebar */
                width: 54px !important;
            }
            .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed>li.open>.sub-menu,
            .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed>li>.sub-menu {
                display: none !important;
            }
            .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed>li:hover {
                width: 249px !important;
                position: relative !important;
                z-index: 10000;
                display: block !important;
            }
            .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed>li:hover>a {
                -webkit-border-radius: 0 4px 0 0;
                -moz-border-radius: 0 4px 0 0;
                -ms-border-radius: 0 4px 0 0;
                -o-border-radius: 0 4px 0 0;
                border-radius: 0 4px 0 0;
                text-align: left;
            }
            .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed>li:hover>a>i {
                display: inline-block;
                margin-right: 10px;
            }
            .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed>li:hover>a>.title {
                display: inline !important;
                padding-left: 20px;
            }
            .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed>li:hover>a>.badge {
                display: block !important;
            }
            .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed>li:hover>a>.selected {
                display: none;
            }
            .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed>li:hover>.sub-menu {
                width: 194px;
                position: absolute;
                z-index: 2000;
                left: 55px;
                margin-top: 0;
                top: 100%;
                display: block !important;
                -webkit-border-radius: 0 0 4px 4px;
                -moz-border-radius: 0 0 4px 4px;
                -ms-border-radius: 0 0 4px 4px;
                -o-border-radius: 0 0 4px 4px;
                border-radius: 0 0 4px 4px;
            }
            .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed>li:hover>.sub-menu>li>a {
                padding-left: 15px !important;
            }
            .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed>li:hover>.sub-menu>li>.sub-menu>li>a {
                padding-left: 30px !important;
            }
            .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed>li:hover>.sub-menu>li>.sub-menu>li>.sub-menu>li>a {
                padding-left: 45px !important;
            }
            .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed>li>a {
                min-height: 54px;
                padding-left: 11px;
            }
            .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed>li>a .selected {
                top: 16px;
                right: -2px !important;
            }
            .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed>li>a>.badge,
            .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed>li>a>.title,
            .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed>li>a>.arrow {
                display: none !important;
            }
            .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-compact.page-sidebar-menu-closed>li>a {
                min-height: 35px;
                padding-right: 11px;
                padding-left: 18px;
            }
            .page-sidebar-closed.page-sidebar-reversed .page-sidebar {
                margin-left: -54px;
                width: 54px;
            }
            .page-sidebar-closed.page-sidebar-reversed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed>li>.sub-menu {
                left: auto;
                right: 55px;
            }
            .page-sidebar-closed.page-sidebar-reversed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed>li:hover {
                margin-left: -195px;
            }
            .page-sidebar-closed.page-sidebar-reversed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed>li:hover>a {
                -webkit-border-radius: 4px 0 0 0;
                -moz-border-radius: 4px 0 0 0;
                -ms-border-radius: 4px 0 0 0;
                -o-border-radius: 4px 0 0 0;
                border-radius: 4px 0 0 0;
            }
            .page-sidebar-closed.page-sidebar-reversed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed>li:hover>a>.title {
                padding-left: 0;
                padding-right: 15px;
            }
            .page-sidebar-closed.page-sidebar-reversed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed>li:hover>a>i {
                margin-right: 0;
                margin-left: 2px;
            }
            .page-sidebar-closed.page-sidebar-reversed .page-sidebar .page-sidebar-menu.page-sidebar-menu-light.page-sidebar-menu-closed>li>a {
                padding-right: 7px;
                padding-left: 11px;
            }
            .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover {
                width: 195px !important;
                display: absolute;
                z-index: 10000;
            }
            .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu {
                width: 195px !important;
            }
            .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .selected {
                display: none !important;
            }
            .page-sidebar-closed.page-sidebar-fixed.page-sidebar-reversed .page-sidebar:hover {
                width: 195px !important;
                display: absolute;
                z-index: 10000;
                margin-left: -195px !important;
            }
            .page-sidebar-closed.page-sidebar-fixed.page-sidebar-reversed .page-sidebar:hover .page-sidebar-menu {
                width: 195px !important;
            }
            .page-sidebar-closed.page-sidebar-hide .page-sidebar {
                display: none !important;
            }
            /* Default Sidebar Menu With Hoverable Submenu */
            .page-sidebar-menu.page-sidebar-menu-hover-submenu li .sub-menu {
                display: none;
                width: 194px;
                z-index: 2000;
                position: absolute;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                -ms-border-radius: 4px;
                -o-border-radius: 4px;
                border-radius: 4px;
            }
            .page-sidebar-menu.page-sidebar-menu-hover-submenu li .sub-menu>li>a {
                margin: 3px;
            }
            .page-sidebar-menu.page-sidebar-menu-hover-submenu li.active .sub-menu,
            .page-sidebar-menu.page-sidebar-menu-hover-submenu li.open .sub-menu {
                display: none !important;
            }
            .page-sidebar-menu.page-sidebar-menu-hover-submenu li a>.arrow {
                display: none;
            }
            .page-sidebar-menu.page-sidebar-menu-hover-submenu li:hover>a>.arrow {
                display: block;
                float: right;
                position: absolute;
                right: 0;
                margin-top: -20px;
                background: none;
                width: 0;
                height: 0;
                border-style: solid;
                border-top: 12px double transparent;
                border-bottom: 12px double transparent;
                border-left: 0;
            }
            .page-sidebar-menu.page-sidebar-menu-hover-submenu li:hover>a>.arrow:after,
            .page-sidebar-menu.page-sidebar-menu-hover-submenu li:hover>a>.arrow:before {
                display: none;
            }
            .page-sidebar-reversed .page-sidebar-menu.page-sidebar-menu-hover-submenu li:hover>a>.arrow {
                right: auto;
                left: 0;
                border-right: 0;
            }
            .page-sidebar-menu.page-sidebar-menu-hover-submenu li:hover>.sub-menu {
                display: inline-block !important;
            }
            .page-sidebar-menu.page-sidebar-menu-hover-submenu>li:hover>a>.arrow {
                z-index: 1;
                right: 0px;
                margin-top: -36px;
            }
            .page-fontawesome .page-sidebar-menu.page-sidebar-menu-hover-submenu>li:hover>a>.arrow {
                margin-top: -34px;
            }
            .page-glyphicons .page-sidebar-menu.page-sidebar-menu-hover-submenu>li:hover>a>.arrow {
                margin-top: -38px;
            }
            .page-sidebar-menu.page-sidebar-menu-hover-submenu>li:hover>.sub-menu {
                margin-left: 195px;
                margin-top: -78px;
            }
            .page-sidebar-reversed .page-sidebar-menu.page-sidebar-menu-hover-submenu>li:hover>.sub-menu {
                margin-left: -194px !important;
            }
            .page-sidebar-closed .page-sidebar-menu.page-sidebar-menu-hover-submenu>li:hover>.sub-menu {
                margin-left: 0;
            }
            .page-sidebar-menu.page-sidebar-menu-hover-submenu>li:hover>.sub-menu>li .sub-menu {
                margin-left: 194px;
                margin-top: -42px !important;
            }
            .page-sidebar-reversed .page-sidebar-menu.page-sidebar-menu-hover-submenu>li:hover>.sub-menu>li .sub-menu {
                margin-left: -194px !important;
            }
            .page-sidebar-menu.page-sidebar-menu-hover-submenu>li:hover>.sub-menu>li .sub-menu>li>a {
                padding-left: 10px;
                padding-right: 10px;
            }
            /* Compact Sidebar Menu With Hoverable Submenu */
            .page-sidebar-menu.page-sidebar-menu-compact.page-sidebar-menu-hover-submenu li:hover>a>.arrow {
                margin-top: -20px;
            }
            .page-sidebar-menu.page-sidebar-menu-compact.page-sidebar-menu-hover-submenu>li:hover>a>.arrow {
                margin-top: -20px;
            }
            .page-sidebar-menu.page-sidebar-menu-compact.page-sidebar-menu-hover-submenu>li:hover>.sub-menu {
                margin-top: -49px;
            }
        }
        
        @media (max-width: 991px) {
            /* 991px */
            .page-sidebar {
                border-top: 0 !important;
                margin: 20px;
            }
            .page-sidebar .selected {
                display: none !important;
            }
            .page-sidebar.navbar-collapse {
                max-height: none;
                /* set some max height to have a scrollable menu on mobile devices */
            }
            .page-sidebar.navbar-collapse.collapse {
                display: none !important;
            }
            .page-sidebar.navbar-collapse.in {
                border-top: 0 !important;
                margin: 20px;
                position: relative;
                overflow: hidden !important;
                overflow-y: auto !important;
                display: block !important;
            }
            .page-sidebar.navbar-collapse.navbar-no-scroll {
                max-height: none !important;
            }
            .page-sidebar .mega-menu-responsive-content {
                padding: 10px 18px 10px 45px;
            }
            .page-full-width .page-sidebar-menu {
                display: block;
            }
        }
        
        @media (min-width: 768px) and (max-width: 991px) {
            /* 768px & 991px */
            .page-sidebar .btn-navbar.collapsed .arrow {
                display: none;
            }
            .page-sidebar .btn-navbar .arrow {
                position: absolute;
                right: 25px;
                width: 0;
                height: 0;
                top: 50px;
                border-bottom: 15px solid #5f646b;
                border-left: 15px solid transparent;
                border-right: 15px solid transparent;
            }
        }
        
        @media (max-width: 480px) {
            /* 480px */
            /* Page sidebar */
            .page-sidebar,
            .page-sidebar.in {
                margin: 10px 10px 10px 10px !important;
            }
            .page-header-fixed.page-header-fixed-mobile .page-sidebar,
            .page-header-fixed.page-header-fixed-mobile .page-sidebar.in {
                margin-top: 10px !important;
            }
        }
        /***
Page content
***/
        /* Page title */
        
        .page-title {
            padding: 0px;
            font-size: 26px;
            letter-spacing: -1px;
            line-height: 26px;
            display: block;
            color: #666;
            margin: 0px 0px 20px 0px;
            font-weight: 300;
            font-family: "Open Sans", sans-serif;
            /* subtitle */
        }
        
        .page-title small {
            font-size: 13px;
            letter-spacing: 0px;
            font-weight: 300;
            color: #888;
        }
        
        .page-container-bg-solid .page-title {
            color: #666;
        }
        
        .page-container-bg-solid .page-title small {
            color: #666;
        }
        /* Page breadcrumb */
        
        .page-bar {
            padding: 0px;
            background-color: #ffffff;
            margin-bottom: 20px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px;
        }
        
        .page-bar:before,
        .page-bar:after {
            content: " ";
            display: table;
        }
        
        .page-bar:after {
            clear: both;
        }
        
        .page-bar .page-breadcrumb {
            display: inline-block;
            float: left;
            padding: 10px 6px;
            margin: 0;
            list-style: none;
        }
        
        .page-bar .page-breadcrumb>li {
            display: inline-block;
        }
        
        .ie8 .page-bar .page-breadcrumb>li {
            margin-right: 1px;
        }
        
        .page-bar .page-breadcrumb>li>a,
        .page-bar .page-breadcrumb>li>span {
            color: #888;
            font-size: 13px;
            text-shadow: none;
        }
        
        .page-bar .page-breadcrumb>li>i {
            color: #aaa;
            font-size: 14px;
            text-shadow: none;
        }
        
        .page-bar .page-breadcrumb>li>i[class^="icon-"],
        .page-bar .page-breadcrumb>li>i[class*="icon-"] {
            color: #8c8c8c;
        }
        
        .page-bar .page-toolbar {
            display: inline-block;
            float: right;
        }
        
        .page-bar .page-toolbar .btn-fit-height {
            -webkit-border-radius: 0 4px 4px 0;
            -moz-border-radius: 0 4px 4px 0;
            -ms-border-radius: 0 4px 4px 0;
            -o-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
            padding-top: 9px;
            padding-bottom: 9px;
        }
        
        .page-bar .page-toolbar .btn.btn-default {
            border-color: #eee;
            color: #999;
        }
        
        .page-bar .page-toolbar .btn.btn-default>i {
            color: #999;
        }
        
        .page-bar .page-toolbar .btn.btn-sm {
            margin-top: 0px;
        }
        
        .page-bar .page-toolbar .btn-dashboard-daterange {
            padding: 8px 16px 8px 16px;
        }
        
        .page-bar .page-toolbar .btn-dashboard-daterange>i[class^="icon-"] {
            position: relative;
            font-size: 20px;
            opacity: 0.8;
            filter: alpha(opacity=80);
            top: 2px;
        }
        
        .page-bar .page-toolbar .btn-dashboard-daterange>i.fa-angle-down {
            font-size: 16px;
            opacity: 0.8;
            filter: alpha(opacity=80);
        }
        
        .btn-xs {
            padding: 1px 3px !important;
            font-size: 12.2px !important;
        }
        /* Page content */
        
        .page-content {
            margin-top: 0px;
            padding: 0px;
            background-color: #fff;
        }
        
        .page-container-bg-solid .page-content {
            background: #F1F3FA;
        }
        
        .page-full-width .page-content {
            margin-left: 0px !important;
        }
        
        @media (min-width: 992px) {
            /* 992px */
            /* Page content */
            .page-content-wrapper {
                float: left;
                width: 100%;
            }
            .page-content-wrapper .page-content {
                margin-left: 195px;
                margin-top: 0px;
                padding: 25px 20px 10px 20px;
            }
            .page-content-wrapper .page-content.no-min-height {
                min-height: auto;
            }
            .page-sidebar-fixed.page-sidebar-hover-on .page-content-wrapper .page-content {
                margin-left: 54px;
            }
            .page-sidebar-reversed .page-content-wrapper .page-content {
                margin-left: 0 !important;
                margin-right: 195px !important;
            }
            .page-sidebar-reversed.page-sidebar-fixed.page-sidebar-hover-on .page-content-wrapper .page-content {
                margin-left: 0;
                margin-right: 54px;
            }
            .page-sidebar-reversed.page-sidebar-closed .page-content-wrapper .page-content {
                margin-left: 0 !important;
                margin-right: 54px !important;
            }
            .page-sidebar-closed .page-content-wrapper .page-content {
                margin-left: 54px !important;
            }
            .page-sidebar-closed.page-sidebar-hide .page-content-wrapper .page-content {
                margin-left: 0 !important;
            }
            .page-sidebar-closed.page-sidebar-reversed.page-sidebar-hide .page-content-wrapper .page-content {
                margin-right: 0 !important;
            }
            .page-full-width .page-content-wrapper .page-content {
                margin-left: 0px !important;
            }
        }
        
        @media (max-width: 991px) {
            /* 991px */
            /* Boxed page container  */
            .page-boxed>.container {
                width: 100%;
                max-width: none !important;
                margin: 0 !important;
                padding: 0 !important;
            }
            /* Page content */
            .page-content-wrapper .page-content {
                padding: 30px !important;
            }
        }
        
        @media (min-width: 768px) and (max-width: 991px) {
            /*  768px & 991px */
            /* Boxed page container */
            .page-boxed>.container {
                margin: auto !important;
            }
        }
        
        @media (max-width: 767px) {
            /* 767px */
            /* Page content */
            .portlet {
                padding: 0px 0px 0px 0px !important;
            }
            .page-content-wrapper .page-content {
                padding: 15px 0px 0px 0px !important;
            }
            #colMain .portlet-body,
            #colMain .slimScrollDiv,
            #main {
                height: 100% !important;
            }
            #colMain1 .portlet-body,
            #colMain1 .slimScrollDiv,
            #colMain1 {
                height: 100% !important;
            }
            #colMain2 .portlet-body,
            #colMain2 .slimScrollDiv,
            #colMain2 {
                height: 100% !important;
            }
            #act2 .portlet-body,
            #act2 .slimScrollDiv,
            #act2 {
                height: 100% !important;
            }
            .page-content {
                height: 100% !important;
                overflow: hidden !important;
            }
            .page-content-wrapper .page-content {
                overflow: hidden !important;
            }
            body {
                overflow-x: hidden !important;
            }
            /* Page title */
            .page-header {
                position: fixed !important;
            }
            .page-content-wrapper .page-content .page-title {
                margin-bottom: 15px;
                font-size: 20px;
            }
            .page-content-wrapper .page-content .page-title small {
                font-size: 13px;
                padding-top: 3px;
            }
        }
        
        @media (min-width: 992px) {
            .page-content {
                margin-top: -5px !important;
            }
        }
        
        @media (min-width: 420px) and (max-width: 767px) {
            .page-header-fixed .page-container {
                margin-top: 75px !important;
            }
        }
        
        @media (max-width: 420px) {
            .page-header-fixed .page-container {
                margin-top: 140px !important;
            }
            /* 480px */
            /* Dashboard date range panel */
            .page-content-wrapper .page-content .page-title small {
                display: block;
                clear: both;
            }
        }
        /***
Page footer
***/
        
        .page-footer {
            padding: 8px 20px 5px 20px;
            font-size: 12px;
            height: 33px;
        }
        
        .page-footer:before,
        .page-footer:after {
            content: " ";
            display: table;
        }
        
        .page-footer:after {
            clear: both;
        }
        
        .page-footer .page-footer-inner {
            float: left;
            display: inline-block;
        }
        
        .page-footer .page-footer-tools {
            float: right;
            display: inline-block;
        }
        
        .page-footer .page-footer-tools .go-top {
            display: block;
            text-decoration: none;
            cursor: pointer;
            margin-top: -2px;
            margin-right: 0px;
            margin-bottom: 0px;
            font-size: 16px;
            padding: 0px 6px 0px 6px;
        }
        
        .page-footer .page-footer-tools .go-top i {
            font-size: 22px;
            margin-bottom: 5px;
        }
        
        .page-footer-fixed.page-footer-fixed-mobile .page-footer {
            position: fixed;
            left: 0;
            right: 0;
            z-index: 10000;
            bottom: 0;
        }
        
        .page-footer-fixed.page-footer-fixed-mobile.page-sidebar-fixed .page-footer {
            margin-left: 0 !important;
        }
        
        .outer_face {
            position: relative;
            width: 65px;
            /* width of clock */
            height: 65px;
            /* height of clock */
            border-radius: 200px;
            /* clock round corner radius */
            background: white;
            box-shadow: inset 0 0 0px gray;
            border: 0 solid gray;
            /* thickness of outer border */
        }
        
        .outer_face::before,
        .outer_face::after,
        .outer_face .marker {
            /* time markers syle */
            content: "";
            position: absolute;
            width: 8px;
            /* width of 12-6 and 3-9 markers */
            height: 100%;
            background: #4D5B69;
            z-index: 0;
            left: 50%;
            margin-left: -4px;
            /* set this value of 1/2 marker width */
            top: 0
        }
        
        .outer_face::after {
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg)
        }
        
        .outer_face .marker {
            background: #fcfcfc;
            width: 6px;
            /* width of all other markers */
            margin-left: -3px/* set this value of 1/2 marker width */
        }
        
        .outer_face .marker.oneseven {
            -moz-transform: rotate(30deg);
            -ms-transform: rotate(30deg);
            -webkit-transform: rotate(30deg);
            transform: rotate(30deg)
        }
        
        .outer_face .marker.twoeight {
            -moz-transform: rotate(60deg);
            -ms-transform: rotate(60deg);
            -webkit-transform: rotate(60deg);
            transform: rotate(60deg)
        }
        
        .outer_face .marker.fourten {
            -moz-transform: rotate(120deg);
            -ms-transform: rotate(120deg);
            -webkit-transform: rotate(120deg);
            transform: rotate(120deg)
        }
        
        .outer_face .marker.fiveeleven {
            -moz-transform: rotate(150deg);
            -ms-transform: rotate(150deg);
            -webkit-transform: rotate(150deg);
            transform: rotate(150deg)
        }
        
        .inner_face {
            position: relative;
            width: 88%;
            height: 88%;
            background: white;
            border-radius: 50px !important;
            -moz-border-radius: 1000px;
            -webkit-border-radius: 1000px;
            z-index: 1000;
            left: 6%;
            /* set this value of 1/2 width value*/
            top: 6%/* set this value of 1/2 height value*/
        }
        
        .inner_face::before {
            /* clock center circle small */
            content: "";
            width: 18px;
            /* width of inner circle */
            height: 18px;
            /* height of inner circle */
            border-radius: 18px;
            margin-left: -9px;
            /* set this value of 1/2 width value*/
            margin-top: -9px;
            /* set this value of 1/2 height value*/
            background: black;
            position: absolute;
            top: 50%;
            left: 50%;
            box-shadow: 0 0 30px #fafafa;
        }
        
        .inner_face::after {
            content: " ";
            position: absolute;
            width: 100%;
            font: normal 0.70em Arial;
            color: gray;
            text-align: center;
            top: 67%
        }
        
        .hand,
        .hand.hour {
            position: absolute;
            width: 3px;
            /* width of hour hand */
            height: 30%;
            /* height of hour hand */
            top: 20%;
            /* set top to 50% - height */
            left: 50%;
            margin-left: -2px;
            /* set this value to 1/2 width */
            background: #14B9D6;
            -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;
            -moz-box-shadow: 0 0 3px gray;
            -webkit-box-shadow: 0 0 3px gray;
            box-shadow: 0 0 3px gray
        }
        
        .hand.minute {
            height: 45%;
            /* height of min hand */
            top: 5%;
            /* set top to 50% - height */
            width: 3px;
            /* width of min hand */
            margin-left: -2.5px;
            /* set this value to 1/2 width */
        }
        
        .hand.second {
            height: 50%;
            /* height of sec hand */
            width: 2px;
            /* width of sec hand */
            margin-left: -1px;
            /* set this value to 1/2 width */
            top: 0;
            background: red
        }
        
        @media (min-width: 992px) {
            /* 992px */
            /* Default footer */
            .page-footer {
                clear: left;
            }
            /* Fixed footer */
            .page-footer-fixed .page-footer {
                position: fixed;
                left: 0;
                right: 0;
                z-index: 10000;
                bottom: 0;
            }
            /* Footer with footer sidebar */
            .page-sidebar-fixed.page-sidebar-closed .page-footer {
                margin-left: 54px;
            }
            .page-sidebar-fixed.page-footer-fixed .page-footer {
                margin-left: 0 !important;
            }
            /* Fixed Sidebar */
            .page-sidebar-fixed .page-footer {
                margin-left: 195px;
                padding: 8px 20px 5px 20px;
            }
            /* Boxed page */
            .page-boxed .page-footer {
                padding: 8px 0 5px 0;
            }
            .page-boxed.page-sidebar-fixed .page-footer {
                padding-right: 20px;
                padding-left: 20px;
            }
            /* Page sidebar reversed */
            .page-sidebar-reversed.page-sidebar-fixed .page-footer {
                margin-left: 0;
                margin-right: 195px;
                padding: 8px 20px 5px 20px;
            }
            .page-sidebar-reversed.page-sidebar-fixed.page-footer-fixed .page-footer {
                margin-left: 0;
                margin-right: 0;
            }
            .page-sidebar-reversed.page-sidebar-fixed.page-sidebar-closed .page-footer {
                margin-right: 54px;
            }
        }
        
        @media (max-width: 991px) {
            /* 991px */
            /* Boxed Layout */
            .page-footer {
                padding-left: 10px;
                padding-right: 10px;
            }
        }
        
        @media (max-width: 767px) {
            /* 767px */
            /* Default footer & boxed footer */
            .page-footer,
            .page-boxed .page-footer {
                padding-left: 10px;
                padding-right: 10px;
            }
            /* Fixed footer */
            .page-footer-fixed .page-footer .container {
                padding-left: 0;
                padding-right: 0;
            }
        }
        /* Scroll Top Top */
        
        .scroll-to-top {
            display: inline-block;
            padding: 2px;
            text-align: center;
            position: fixed;
            z-index: 10001;
            bottom: 30px;
            display: none;
            right: 10px;
        }
        
        .scroll-to-top>i {
            display: inline-block;
            color: #687991;
            font-size: 32px;
            opacity: 0.7;
            filter: alpha(opacity=70);
        }
        
        .scroll-to-top:hover {
            cursor: pointer;
        }
        
        .scroll-to-top:hover>i {
            opacity: 1;
            filter: alpha(opacity=100);
        }
        
        @media (min-width: 992px) {
            /* 992px */
            .scroll-to-top {
                right: 10px;
            }
        }
        
        @media (max-width: 991px) {
            /* 991px */
            .scroll-to-top {
                right: 10px;
            }
            .scroll-to-top>i {
                font-size: 28px;
            }
        }
        /***
Theme Panel
***/
        
        .theme-panel {
            width: 400px;
            margin-top: -15px;
            margin-right: 0px;
            z-index: 100;
            float: right;
            position: relative;
        }
        
        .theme-panel>.toggler {
            top: 1px;
            right: 1px;
            height: 40px;
            width: 40px;
            border-radius: 50% !important;
            cursor: pointer;
            position: absolute;
            text-align: center;
            background-color: #fff;
        }
        
        .theme-panel>.toggler>i {
            position: relative;
            top: 12px;
            font-size: 20px;
            color: #9fb3ca;
        }
        
        .theme-panel>.toggler:hover {
            background: #ACB5C3;
        }
        
        .theme-panel>.toggler:hover>i {
            color: #fff;
        }
        
        .theme-panel>.toggler-close {
            display: none;
            top: 5px;
            right: 1px;
            z-index: 101;
            cursor: pointer;
            position: absolute;
        }
        
        .theme-panel>.toggler-close>i {
            position: relative;
            top: 12px;
            right: 12px;
            font-size: 20px;
            color: #f2f2f2;
        }
        
        .theme-panel>.toggler-close:hover {
            opacity: 0.8;
            filter: alpha(opacity=80);
        }
        
        .theme-panel>.theme-options {
            box-shadow: 5px 5px rgba(63, 77, 86, 0.1);
            top: 4px;
            right: 0;
            display: none;
            position: absolute;
            z-index: 100;
            background: #3f4d56;
            border: 1px solid #39454d;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px;
        }
        
        .theme-panel>.theme-options>.theme-option {
            color: #eee;
            padding: 11px;
            border-top: 1px solid #46545f;
            margin-top: 0px;
            margin-bottom: 0px;
        }
        
        .theme-panel>.theme-options>.theme-option>span {
            text-transform: uppercase;
            display: inline-block;
            width: 115px;
            font-size: 13px;
            font-weight: 300;
        }
        
        .theme-panel>.theme-options>.theme-option>select.form-control {
            display: inline;
            width: 100px;
            padding: 2px;
            text-transform: lowercase;
        }
        
        .theme-panel>.theme-options>.theme-option.theme-colors {
            border-top: 0;
        }
        
        .theme-panel>.theme-options>.theme-option.theme-colors>span {
            display: block;
            width: auto;
        }
        
        .theme-panel>.theme-options>.theme-option.theme-colors>ul {
            list-style: none;
            padding: 0;
            display: block;
            margin-bottom: 10px !important;
            margin-top: 15px;
        }
        
        .theme-panel>.theme-options>.theme-option.theme-colors>ul>li {
            width: 46px;
            height: 45px;
            margin: 0 4px;
            cursor: pointer;
            list-style: none;
            float: left;
            border: solid 1px #707070;
            /* theme colors */
        }
        
        .theme-panel>.theme-options>.theme-option.theme-colors>ul>li:first-child {
            margin-left: 0;
        }
        
        .theme-panel>.theme-options>.theme-option.theme-colors>ul>li:hover,
        .theme-panel>.theme-options>.theme-option.theme-colors>ul>li.current {
            border: solid 2px #d64635;
        }
        
        .theme-panel>.theme-options>.theme-option.theme-colors>ul>li.color-default {
            background: #2b3643;
        }
        
        .theme-panel>.theme-options>.theme-option.theme-colors>ul>li.color-dark {
            background: #333438;
        }
        
        .theme-panel>.theme-options>.theme-option.theme-colors>ul>li.color-blue {
            background: #26344B;
        }
        
        .theme-panel>.theme-options>.theme-option.theme-colors>ul>li.color-grey {
            background: #4D5B69;
        }
        
        .theme-panel>.theme-options>.theme-option.theme-colors>ul>li.color-light {
            background: #f5f5f5;
        }
        /*bootstrap4*/
        
        .m-0 {
            margin: 0 !important;
        }
        
        .mt-0,
        .my-0 {
            margin-top: 0 !important;
        }
        
        .mr-0,
        .mx-0 {
            margin-right: 0 !important;
        }
        
        .mb-0,
        .my-0 {
            margin-bottom: 0 !important;
        }
        
        .ml-0,
        .mx-0 {
            margin-left: 0 !important;
        }
        
        .m-1 {
            margin: 0.25rem !important;
        }
        
        .mt-1,
        .my-1 {
            margin-top: 0.25rem !important;
        }
        
        .mr-1,
        .mx-1 {
            margin-right: 0.25rem !important;
        }
        
        .mb-1,
        .my-1 {
            margin-bottom: 0.25rem !important;
        }
        
        .ml-1,
        .mx-1 {
            margin-left: 0.25rem !important;
        }
        
        .m-2 {
            margin: 0.5rem !important;
        }
        
        .mt-2,
        .my-2 {
            margin-top: 0.5rem !important;
        }
        
        .mr-2,
        .mx-2 {
            margin-right: 0.5rem !important;
        }
        
        .mb-2,
        .my-2 {
            margin-bottom: 0.5rem !important;
        }
        
        .ml-2,
        .mx-2 {
            margin-left: 0.5rem !important;
        }
        
        .m-3 {
            margin: 1rem !important;
        }
        
        .mt-3,
        .my-3 {
            margin-top: 1rem !important;
        }
        
        .mr-3,
        .mx-3 {
            margin-right: 1rem !important;
        }
        
        .mb-3,
        .my-3 {
            margin-bottom: 1rem !important;
        }
        
        .ml-3,
        .mx-3 {
            margin-left: 1rem !important;
        }
        
        .m-4 {
            margin: 1.5rem !important;
        }
        
        .mt-4,
        .my-4 {
            margin-top: 1.5rem !important;
        }
        
        .mr-4,
        .mx-4 {
            margin-right: 1.5rem !important;
        }
        
        .mb-4,
        .my-4 {
            margin-bottom: 1.5rem !important;
        }
        
        .ml-4,
        .mx-4 {
            margin-left: 1.5rem !important;
        }
        
        .m-5 {
            margin: 3rem !important;
        }
        
        .mt-5,
        .my-5 {
            margin-top: 3rem !important;
        }
        
        .mr-5,
        .mx-5 {
            margin-right: 3rem !important;
        }
        
        .mb-5,
        .my-5 {
            margin-bottom: 3rem !important;
        }
        
        .ml-5,
        .mx-5 {
            margin-left: 3rem !important;
        }
        
        .p-0 {
            padding: 0 !important;
        }
        
        .pt-0,
        .py-0 {
            padding-top: 0 !important;
        }
        
        .pr-0,
        .px-0 {
            padding-right: 0 !important;
        }
        
        .pb-0,
        .py-0 {
            padding-bottom: 0 !important;
        }
        
        .pl-0,
        .px-0 {
            padding-left: 0 !important;
        }
        
        .p-1 {
            padding: 0.25rem !important;
        }
        
        .pt-1,
        .py-1 {
            padding-top: 0.25rem !important;
        }
        
        .pr-1,
        .px-1 {
            padding-right: 0.25rem !important;
        }
        
        .pb-1,
        .py-1 {
            padding-bottom: 0.25rem !important;
        }
        
        .pl-1,
        .px-1 {
            padding-left: 0.25rem !important;
        }
        
        .p-2 {
            padding: 0.5rem !important;
        }
        
        .pt-2,
        .py-2 {
            padding-top: 0.5rem !important;
        }
        
        .pr-2,
        .px-2 {
            padding-right: 0.5rem !important;
        }
        
        .pb-2,
        .py-2 {
            padding-bottom: 0.5rem !important;
        }
        
        .pl-2,
        .px-2 {
            padding-left: 0.5rem !important;
        }
        
        .p-3 {
            padding: 1rem !important;
        }
        
        .pt-3,
        .py-3 {
            padding-top: 1rem !important;
        }
        
        .pr-3,
        .px-3 {
            padding-right: 1rem !important;
        }
        
        .pb-3,
        .py-3 {
            padding-bottom: 1rem !important;
        }
        
        .pl-3,
        .px-3 {
            padding-left: 1rem !important;
        }
        
        .p-4 {
            padding: 1.5rem !important;
        }
        
        .pt-4,
        .py-4 {
            padding-top: 1.5rem !important;
        }
        
        .pr-4,
        .px-4 {
            padding-right: 1.5rem !important;
        }
        
        .pb-4,
        .py-4 {
            padding-bottom: 1.5rem !important;
        }
        
        .pl-4,
        .px-4 {
            padding-left: 1.5rem !important;
        }
        
        .p-5 {
            padding: 3rem !important;
        }
        
        .pt-5,
        .py-5 {
            padding-top: 3rem !important;
        }
        
        .pr-5,
        .px-5 {
            padding-right: 3rem !important;
        }
        
        .pb-5,
        .py-5 {
            padding-bottom: 3rem !important;
        }
        
        .pl-5,
        .px-5 {
            padding-left: 3rem !important;
        }
        
        .m-auto {
            margin: auto !important;
        }
        
        .mt-auto,
        .my-auto {
            margin-top: auto !important;
        }
        
        .mr-auto,
        .mx-auto {
            margin-right: auto !important;
        }
        
        .mb-auto,
        .my-auto {
            margin-bottom: auto !important;
        }
        
        .ml-auto,
        .mx-auto {
            margin-left: auto !important;
        }
        
        @media (min-width: 576px) {
            .m-sm-0 {
                margin: 0 !important;
            }
            .mt-sm-0,
            .my-sm-0 {
                margin-top: 0 !important;
            }
            .mr-sm-0,
            .mx-sm-0 {
                margin-right: 0 !important;
            }
            .mb-sm-0,
            .my-sm-0 {
                margin-bottom: 0 !important;
            }
            .ml-sm-0,
            .mx-sm-0 {
                margin-left: 0 !important;
            }
            .m-sm-1 {
                margin: 0.25rem !important;
            }
            .mt-sm-1,
            .my-sm-1 {
                margin-top: 0.25rem !important;
            }
            .mr-sm-1,
            .mx-sm-1 {
                margin-right: 0.25rem !important;
            }
            .mb-sm-1,
            .my-sm-1 {
                margin-bottom: 0.25rem !important;
            }
            .ml-sm-1,
            .mx-sm-1 {
                margin-left: 0.25rem !important;
            }
            .m-sm-2 {
                margin: 0.5rem !important;
            }
            .mt-sm-2,
            .my-sm-2 {
                margin-top: 0.5rem !important;
            }
            .mr-sm-2,
            .mx-sm-2 {
                margin-right: 0.5rem !important;
            }
            .mb-sm-2,
            .my-sm-2 {
                margin-bottom: 0.5rem !important;
            }
            .ml-sm-2,
            .mx-sm-2 {
                margin-left: 0.5rem !important;
            }
            .m-sm-3 {
                margin: 1rem !important;
            }
            .mt-sm-3,
            .my-sm-3 {
                margin-top: 1rem !important;
            }
            .mr-sm-3,
            .mx-sm-3 {
                margin-right: 1rem !important;
            }
            .mb-sm-3,
            .my-sm-3 {
                margin-bottom: 1rem !important;
            }
            .ml-sm-3,
            .mx-sm-3 {
                margin-left: 1rem !important;
            }
            .m-sm-4 {
                margin: 1.5rem !important;
            }
            .mt-sm-4,
            .my-sm-4 {
                margin-top: 1.5rem !important;
            }
            .mr-sm-4,
            .mx-sm-4 {
                margin-right: 1.5rem !important;
            }
            .mb-sm-4,
            .my-sm-4 {
                margin-bottom: 1.5rem !important;
            }
            .ml-sm-4,
            .mx-sm-4 {
                margin-left: 1.5rem !important;
            }
            .m-sm-5 {
                margin: 3rem !important;
            }
            .mt-sm-5,
            .my-sm-5 {
                margin-top: 3rem !important;
            }
            .mr-sm-5,
            .mx-sm-5 {
                margin-right: 3rem !important;
            }
            .mb-sm-5,
            .my-sm-5 {
                margin-bottom: 3rem !important;
            }
            .ml-sm-5,
            .mx-sm-5 {
                margin-left: 3rem !important;
            }
            .p-sm-0 {
                padding: 0 !important;
            }
            .pt-sm-0,
            .py-sm-0 {
                padding-top: 0 !important;
            }
            .pr-sm-0,
            .px-sm-0 {
                padding-right: 0 !important;
            }
            .pb-sm-0,
            .py-sm-0 {
                padding-bottom: 0 !important;
            }
            .pl-sm-0,
            .px-sm-0 {
                padding-left: 0 !important;
            }
            .p-sm-1 {
                padding: 0.25rem !important;
            }
            .pt-sm-1,
            .py-sm-1 {
                padding-top: 0.25rem !important;
            }
            .pr-sm-1,
            .px-sm-1 {
                padding-right: 0.25rem !important;
            }
            .pb-sm-1,
            .py-sm-1 {
                padding-bottom: 0.25rem !important;
            }
            .pl-sm-1,
            .px-sm-1 {
                padding-left: 0.25rem !important;
            }
            .p-sm-2 {
                padding: 0.5rem !important;
            }
            .pt-sm-2,
            .py-sm-2 {
                padding-top: 0.5rem !important;
            }
            .pr-sm-2,
            .px-sm-2 {
                padding-right: 0.5rem !important;
            }
            .pb-sm-2,
            .py-sm-2 {
                padding-bottom: 0.5rem !important;
            }
            .pl-sm-2,
            .px-sm-2 {
                padding-left: 0.5rem !important;
            }
            .p-sm-3 {
                padding: 1rem !important;
            }
            .pt-sm-3,
            .py-sm-3 {
                padding-top: 1rem !important;
            }
            .pr-sm-3,
            .px-sm-3 {
                padding-right: 1rem !important;
            }
            .pb-sm-3,
            .py-sm-3 {
                padding-bottom: 1rem !important;
            }
            .pl-sm-3,
            .px-sm-3 {
                padding-left: 1rem !important;
            }
            .p-sm-4 {
                padding: 1.5rem !important;
            }
            .pt-sm-4,
            .py-sm-4 {
                padding-top: 1.5rem !important;
            }
            .pr-sm-4,
            .px-sm-4 {
                padding-right: 1.5rem !important;
            }
            .pb-sm-4,
            .py-sm-4 {
                padding-bottom: 1.5rem !important;
            }
            .pl-sm-4,
            .px-sm-4 {
                padding-left: 1.5rem !important;
            }
            .p-sm-5 {
                padding: 3rem !important;
            }
            .pt-sm-5,
            .py-sm-5 {
                padding-top: 3rem !important;
            }
            .pr-sm-5,
            .px-sm-5 {
                padding-right: 3rem !important;
            }
            .pb-sm-5,
            .py-sm-5 {
                padding-bottom: 3rem !important;
            }
            .pl-sm-5,
            .px-sm-5 {
                padding-left: 3rem !important;
            }
            .m-sm-auto {
                margin: auto !important;
            }
            .mt-sm-auto,
            .my-sm-auto {
                margin-top: auto !important;
            }
            .mr-sm-auto,
            .mx-sm-auto {
                margin-right: auto !important;
            }
            .mb-sm-auto,
            .my-sm-auto {
                margin-bottom: auto !important;
            }
            .ml-sm-auto,
            .mx-sm-auto {
                margin-left: auto !important;
            }
        }
        
        @media (min-width: 768px) {
            .m-md-0 {
                margin: 0 !important;
            }
            .mt-md-0,
            .my-md-0 {
                margin-top: 0 !important;
            }
            .mr-md-0,
            .mx-md-0 {
                margin-right: 0 !important;
            }
            .mb-md-0,
            .my-md-0 {
                margin-bottom: 0 !important;
            }
            .ml-md-0,
            .mx-md-0 {
                margin-left: 0 !important;
            }
            .m-md-1 {
                margin: 0.25rem !important;
            }
            .mt-md-1,
            .my-md-1 {
                margin-top: 0.25rem !important;
            }
            .mr-md-1,
            .mx-md-1 {
                margin-right: 0.25rem !important;
            }
            .mb-md-1,
            .my-md-1 {
                margin-bottom: 0.25rem !important;
            }
            .ml-md-1,
            .mx-md-1 {
                margin-left: 0.25rem !important;
            }
            .m-md-2 {
                margin: 0.5rem !important;
            }
            .mt-md-2,
            .my-md-2 {
                margin-top: 0.5rem !important;
            }
            .mr-md-2,
            .mx-md-2 {
                margin-right: 0.5rem !important;
            }
            .mb-md-2,
            .my-md-2 {
                margin-bottom: 0.5rem !important;
            }
            .ml-md-2,
            .mx-md-2 {
                margin-left: 0.5rem !important;
            }
            .m-md-3 {
                margin: 1rem !important;
            }
            .mt-md-3,
            .my-md-3 {
                margin-top: 1rem !important;
            }
            .mr-md-3,
            .mx-md-3 {
                margin-right: 1rem !important;
            }
            .mb-md-3,
            .my-md-3 {
                margin-bottom: 1rem !important;
            }
            .ml-md-3,
            .mx-md-3 {
                margin-left: 1rem !important;
            }
            .m-md-4 {
                margin: 1.5rem !important;
            }
            .mt-md-4,
            .my-md-4 {
                margin-top: 1.5rem !important;
            }
            .mr-md-4,
            .mx-md-4 {
                margin-right: 1.5rem !important;
            }
            .mb-md-4,
            .my-md-4 {
                margin-bottom: 1.5rem !important;
            }
            .ml-md-4,
            .mx-md-4 {
                margin-left: 1.5rem !important;
            }
            .m-md-5 {
                margin: 3rem !important;
            }
            .mt-md-5,
            .my-md-5 {
                margin-top: 3rem !important;
            }
            .mr-md-5,
            .mx-md-5 {
                margin-right: 3rem !important;
            }
            .mb-md-5,
            .my-md-5 {
                margin-bottom: 3rem !important;
            }
            .ml-md-5,
            .mx-md-5 {
                margin-left: 3rem !important;
            }
            .p-md-0 {
                padding: 0 !important;
            }
            .pt-md-0,
            .py-md-0 {
                padding-top: 0 !important;
            }
            .pr-md-0,
            .px-md-0 {
                padding-right: 0 !important;
            }
            .pb-md-0,
            .py-md-0 {
                padding-bottom: 0 !important;
            }
            .pl-md-0,
            .px-md-0 {
                padding-left: 0 !important;
            }
            .p-md-1 {
                padding: 0.25rem !important;
            }
            .pt-md-1,
            .py-md-1 {
                padding-top: 0.25rem !important;
            }
            .pr-md-1,
            .px-md-1 {
                padding-right: 0.25rem !important;
            }
            .pb-md-1,
            .py-md-1 {
                padding-bottom: 0.25rem !important;
            }
            .pl-md-1,
            .px-md-1 {
                padding-left: 0.25rem !important;
            }
            .p-md-2 {
                padding: 0.5rem !important;
            }
            .pt-md-2,
            .py-md-2 {
                padding-top: 0.5rem !important;
            }
            .pr-md-2,
            .px-md-2 {
                padding-right: 0.5rem !important;
            }
            .pb-md-2,
            .py-md-2 {
                padding-bottom: 0.5rem !important;
            }
            .pl-md-2,
            .px-md-2 {
                padding-left: 0.5rem !important;
            }
            .p-md-3 {
                padding: 1rem !important;
            }
            .pt-md-3,
            .py-md-3 {
                padding-top: 1rem !important;
            }
            .pr-md-3,
            .px-md-3 {
                padding-right: 1rem !important;
            }
            .pb-md-3,
            .py-md-3 {
                padding-bottom: 1rem !important;
            }
            .pl-md-3,
            .px-md-3 {
                padding-left: 1rem !important;
            }
            .p-md-4 {
                padding: 1.5rem !important;
            }
            .pt-md-4,
            .py-md-4 {
                padding-top: 1.5rem !important;
            }
            .pr-md-4,
            .px-md-4 {
                padding-right: 1.5rem !important;
            }
            .pb-md-4,
            .py-md-4 {
                padding-bottom: 1.5rem !important;
            }
            .pl-md-4,
            .px-md-4 {
                padding-left: 1.5rem !important;
            }
            .p-md-5 {
                padding: 3rem !important;
            }
            .pt-md-5,
            .py-md-5 {
                padding-top: 3rem !important;
            }
            .pr-md-5,
            .px-md-5 {
                padding-right: 3rem !important;
            }
            .pb-md-5,
            .py-md-5 {
                padding-bottom: 3rem !important;
            }
            .pl-md-5,
            .px-md-5 {
                padding-left: 3rem !important;
            }
            .m-md-auto {
                margin: auto !important;
            }
            .mt-md-auto,
            .my-md-auto {
                margin-top: auto !important;
            }
            .mr-md-auto,
            .mx-md-auto {
                margin-right: auto !important;
            }
            .mb-md-auto,
            .my-md-auto {
                margin-bottom: auto !important;
            }
            .ml-md-auto,
            .mx-md-auto {
                margin-left: auto !important;
            }
        }
        
        @media (min-width: 992px) {
            .m-lg-0 {
                margin: 0 !important;
            }
            .mt-lg-0,
            .my-lg-0 {
                margin-top: 0 !important;
            }
            .mr-lg-0,
            .mx-lg-0 {
                margin-right: 0 !important;
            }
            .mb-lg-0,
            .my-lg-0 {
                margin-bottom: 0 !important;
            }
            .ml-lg-0,
            .mx-lg-0 {
                margin-left: 0 !important;
            }
            .m-lg-1 {
                margin: 0.25rem !important;
            }
            .mt-lg-1,
            .my-lg-1 {
                margin-top: 0.25rem !important;
            }
            .mr-lg-1,
            .mx-lg-1 {
                margin-right: 0.25rem !important;
            }
            .mb-lg-1,
            .my-lg-1 {
                margin-bottom: 0.25rem !important;
            }
            .ml-lg-1,
            .mx-lg-1 {
                margin-left: 0.25rem !important;
            }
            .m-lg-2 {
                margin: 0.5rem !important;
            }
            .mt-lg-2,
            .my-lg-2 {
                margin-top: 0.5rem !important;
            }
            .mr-lg-2,
            .mx-lg-2 {
                margin-right: 0.5rem !important;
            }
            .mb-lg-2,
            .my-lg-2 {
                margin-bottom: 0.5rem !important;
            }
            .ml-lg-2,
            .mx-lg-2 {
                margin-left: 0.5rem !important;
            }
            .m-lg-3 {
                margin: 1rem !important;
            }
            .mt-lg-3,
            .my-lg-3 {
                margin-top: 1rem !important;
            }
            .mr-lg-3,
            .mx-lg-3 {
                margin-right: 1rem !important;
            }
            .mb-lg-3,
            .my-lg-3 {
                margin-bottom: 1rem !important;
            }
            .ml-lg-3,
            .mx-lg-3 {
                margin-left: 1rem !important;
            }
            .m-lg-4 {
                margin: 1.5rem !important;
            }
            .mt-lg-4,
            .my-lg-4 {
                margin-top: 1.5rem !important;
            }
            .mr-lg-4,
            .mx-lg-4 {
                margin-right: 1.5rem !important;
            }
            .mb-lg-4,
            .my-lg-4 {
                margin-bottom: 1.5rem !important;
            }
            .ml-lg-4,
            .mx-lg-4 {
                margin-left: 1.5rem !important;
            }
            .m-lg-5 {
                margin: 3rem !important;
            }
            .mt-lg-5,
            .my-lg-5 {
                margin-top: 3rem !important;
            }
            .mr-lg-5,
            .mx-lg-5 {
                margin-right: 3rem !important;
            }
            .mb-lg-5,
            .my-lg-5 {
                margin-bottom: 3rem !important;
            }
            .ml-lg-5,
            .mx-lg-5 {
                margin-left: 3rem !important;
            }
            .p-lg-0 {
                padding: 0 !important;
            }
            .pt-lg-0,
            .py-lg-0 {
                padding-top: 0 !important;
            }
            .pr-lg-0,
            .px-lg-0 {
                padding-right: 0 !important;
            }
            .pb-lg-0,
            .py-lg-0 {
                padding-bottom: 0 !important;
            }
            .pl-lg-0,
            .px-lg-0 {
                padding-left: 0 !important;
            }
            .p-lg-1 {
                padding: 0.25rem !important;
            }
            .pt-lg-1,
            .py-lg-1 {
                padding-top: 0.25rem !important;
            }
            .pr-lg-1,
            .px-lg-1 {
                padding-right: 0.25rem !important;
            }
            .pb-lg-1,
            .py-lg-1 {
                padding-bottom: 0.25rem !important;
            }
            .pl-lg-1,
            .px-lg-1 {
                padding-left: 0.25rem !important;
            }
            .p-lg-2 {
                padding: 0.5rem !important;
            }
            .pt-lg-2,
            .py-lg-2 {
                padding-top: 0.5rem !important;
            }
            .pr-lg-2,
            .px-lg-2 {
                padding-right: 0.5rem !important;
            }
            .pb-lg-2,
            .py-lg-2 {
                padding-bottom: 0.5rem !important;
            }
            .pl-lg-2,
            .px-lg-2 {
                padding-left: 0.5rem !important;
            }
            .p-lg-3 {
                padding: 1rem !important;
            }
            .pt-lg-3,
            .py-lg-3 {
                padding-top: 1rem !important;
            }
            .pr-lg-3,
            .px-lg-3 {
                padding-right: 1rem !important;
            }
            .pb-lg-3,
            .py-lg-3 {
                padding-bottom: 1rem !important;
            }
            .pl-lg-3,
            .px-lg-3 {
                padding-left: 1rem !important;
            }
            .p-lg-4 {
                padding: 1.5rem !important;
            }
            .pt-lg-4,
            .py-lg-4 {
                padding-top: 1.5rem !important;
            }
            .pr-lg-4,
            .px-lg-4 {
                padding-right: 1.5rem !important;
            }
            .pb-lg-4,
            .py-lg-4 {
                padding-bottom: 1.5rem !important;
            }
            .pl-lg-4,
            .px-lg-4 {
                padding-left: 1.5rem !important;
            }
            .p-lg-5 {
                padding: 3rem !important;
            }
            .pt-lg-5,
            .py-lg-5 {
                padding-top: 3rem !important;
            }
            .pr-lg-5,
            .px-lg-5 {
                padding-right: 3rem !important;
            }
            .pb-lg-5,
            .py-lg-5 {
                padding-bottom: 3rem !important;
            }
            .pl-lg-5,
            .px-lg-5 {
                padding-left: 3rem !important;
            }
            .m-lg-auto {
                margin: auto !important;
            }
            .mt-lg-auto,
            .my-lg-auto {
                margin-top: auto !important;
            }
            .mr-lg-auto,
            .mx-lg-auto {
                margin-right: auto !important;
            }
            .mb-lg-auto,
            .my-lg-auto {
                margin-bottom: auto !important;
            }
            .ml-lg-auto,
            .mx-lg-auto {
                margin-left: auto !important;
            }
        }
        
        @media (min-width: 1200px) {
            .m-xl-0 {
                margin: 0 !important;
            }
            .mt-xl-0,
            .my-xl-0 {
                margin-top: 0 !important;
            }
            .mr-xl-0,
            .mx-xl-0 {
                margin-right: 0 !important;
            }
            .mb-xl-0,
            .my-xl-0 {
                margin-bottom: 0 !important;
            }
            .ml-xl-0,
            .mx-xl-0 {
                margin-left: 0 !important;
            }
            .m-xl-1 {
                margin: 0.25rem !important;
            }
            .mt-xl-1,
            .my-xl-1 {
                margin-top: 0.25rem !important;
            }
            .mr-xl-1,
            .mx-xl-1 {
                margin-right: 0.25rem !important;
            }
            .mb-xl-1,
            .my-xl-1 {
                margin-bottom: 0.25rem !important;
            }
            .ml-xl-1,
            .mx-xl-1 {
                margin-left: 0.25rem !important;
            }
            .m-xl-2 {
                margin: 0.5rem !important;
            }
            .mt-xl-2,
            .my-xl-2 {
                margin-top: 0.5rem !important;
            }
            .mr-xl-2,
            .mx-xl-2 {
                margin-right: 0.5rem !important;
            }
            .mb-xl-2,
            .my-xl-2 {
                margin-bottom: 0.5rem !important;
            }
            .ml-xl-2,
            .mx-xl-2 {
                margin-left: 0.5rem !important;
            }
            .m-xl-3 {
                margin: 1rem !important;
            }
            .mt-xl-3,
            .my-xl-3 {
                margin-top: 1rem !important;
            }
            .mr-xl-3,
            .mx-xl-3 {
                margin-right: 1rem !important;
            }
            .mb-xl-3,
            .my-xl-3 {
                margin-bottom: 1rem !important;
            }
            .ml-xl-3,
            .mx-xl-3 {
                margin-left: 1rem !important;
            }
            .m-xl-4 {
                margin: 1.5rem !important;
            }
            .mt-xl-4,
            .my-xl-4 {
                margin-top: 1.5rem !important;
            }
            .mr-xl-4,
            .mx-xl-4 {
                margin-right: 1.5rem !important;
            }
            .mb-xl-4,
            .my-xl-4 {
                margin-bottom: 1.5rem !important;
            }
            .ml-xl-4,
            .mx-xl-4 {
                margin-left: 1.5rem !important;
            }
            .m-xl-5 {
                margin: 3rem !important;
            }
            .mt-xl-5,
            .my-xl-5 {
                margin-top: 3rem !important;
            }
            .mr-xl-5,
            .mx-xl-5 {
                margin-right: 3rem !important;
            }
            .mb-xl-5,
            .my-xl-5 {
                margin-bottom: 3rem !important;
            }
            .ml-xl-5,
            .mx-xl-5 {
                margin-left: 3rem !important;
            }
            .p-xl-0 {
                padding: 0 !important;
            }
            .pt-xl-0,
            .py-xl-0 {
                padding-top: 0 !important;
            }
            .pr-xl-0,
            .px-xl-0 {
                padding-right: 0 !important;
            }
            .pb-xl-0,
            .py-xl-0 {
                padding-bottom: 0 !important;
            }
            .pl-xl-0,
            .px-xl-0 {
                padding-left: 0 !important;
            }
            .p-xl-1 {
                padding: 0.25rem !important;
            }
            .pt-xl-1,
            .py-xl-1 {
                padding-top: 0.25rem !important;
            }
            .pr-xl-1,
            .px-xl-1 {
                padding-right: 0.25rem !important;
            }
            .pb-xl-1,
            .py-xl-1 {
                padding-bottom: 0.25rem !important;
            }
            .pl-xl-1,
            .px-xl-1 {
                padding-left: 0.25rem !important;
            }
            .p-xl-2 {
                padding: 0.5rem !important;
            }
            .pt-xl-2,
            .py-xl-2 {
                padding-top: 0.5rem !important;
            }
            .pr-xl-2,
            .px-xl-2 {
                padding-right: 0.5rem !important;
            }
            .pb-xl-2,
            .py-xl-2 {
                padding-bottom: 0.5rem !important;
            }
            .pl-xl-2,
            .px-xl-2 {
                padding-left: 0.5rem !important;
            }
            .p-xl-3 {
                padding: 1rem !important;
            }
            .pt-xl-3,
            .py-xl-3 {
                padding-top: 1rem !important;
            }
            .pr-xl-3,
            .px-xl-3 {
                padding-right: 1rem !important;
            }
            .pb-xl-3,
            .py-xl-3 {
                padding-bottom: 1rem !important;
            }
            .pl-xl-3,
            .px-xl-3 {
                padding-left: 1rem !important;
            }
            .p-xl-4 {
                padding: 1.5rem !important;
            }
            .pt-xl-4,
            .py-xl-4 {
                padding-top: 1.5rem !important;
            }
            .pr-xl-4,
            .px-xl-4 {
                padding-right: 1.5rem !important;
            }
            .pb-xl-4,
            .py-xl-4 {
                padding-bottom: 1.5rem !important;
            }
            .pl-xl-4,
            .px-xl-4 {
                padding-left: 1.5rem !important;
            }
            .p-xl-5 {
                padding: 3rem !important;
            }
            .pt-xl-5,
            .py-xl-5 {
                padding-top: 3rem !important;
            }
            .pr-xl-5,
            .px-xl-5 {
                padding-right: 3rem !important;
            }
            .pb-xl-5,
            .py-xl-5 {
                padding-bottom: 3rem !important;
            }
            .pl-xl-5,
            .px-xl-5 {
                padding-left: 3rem !important;
            }
            .m-xl-auto {
                margin: auto !important;
            }
            .mt-xl-auto,
            .my-xl-auto {
                margin-top: auto !important;
            }
            .mr-xl-auto,
            .mx-xl-auto {
                margin-right: auto !important;
            }
            .mb-xl-auto,
            .my-xl-auto {
                margin-bottom: auto !important;
            }
            .ml-xl-auto,
            .mx-xl-auto {
                margin-left: auto !important;
            }
        }
        /*end bootstrap4*/
        /***
Page Loading
***/
        
        .page-on-load {
            background: #fefefe;
        }
        
        .page-on-load .page-header,
        .page-on-load .page-container,
        .page-on-load .page-footer,
        .page-on-load>.clearfix {
            display: none;
            transition: all 2s;
        }
        /**afisare act**/
        
        .cuvantMarcat {
            color: red;
            background-color: green;
        }
        
        .span0 {
            width: 0 !important;
            margin-left: 0;
            display: none;
        }
        
        .submeniu {
            padding-left: 10px;
        }
        
        .fixed {
            position: fixed;
        }
        
        .bs-docs-sidebar.affix {
            position: static;
        }
        
        @media ( min-width:768px) {
            .bs-docs-sidebar {
                padding-left: 20px;
            }
        }
        
        .bs-docs-sidebar .nav>li>a {
            display: block;
            font-size: 13px;
            font-weight: 500;
            color: #999;
            padding: 0;
        }
        
        .bs-docs-sidebar .nav>li>a:hover,
        .bs-docs-sidebar .nav>li>a:focus {
            padding-left: 19px;
            color: #95534F;
            text-decoration: none;
            background-color: transparent;
            border-left: 2px solid #95534F;
        }
        
        .bs-docs-sidebar .nav>.active>a,
        .bs-docs-sidebar .nav>.active:hover>a,
        .bs-docs-sidebar .nav>.active:focus>a {
            padding-left: 18px;
            font-weight: 700;
            color: #95534F;
            background-color: #FDFDFD !important;
            border: 1px solid #AAA;
            border-left: 4px solid #95534F;
        }
        
        .bs-docs-sidebar .nav .nav {
            display: none;
            padding-bottom: 0px !important;
        }
        
        .bs-docs-sidebar .nav .nav>li>a {
            padding-top: 1px;
            padding-bottom: 1px;
            padding-left: 30px;
            font-size: 12px;
            font-weight: 400;
        }
        
        .bs-docs-sidebar .nav .nav>li>a:hover,
        .bs-docs-sidebar .nav .nav>li>a:focus {
            padding-left: 29px;
        }
        
        .bs-docs-sidebar .nav .nav>.active>a,
        .bs-docs-sidebar .nav .nav>.active:hover>a,
        .bs-docs-sidebar .nav .nav>.active:focus>a {
            font-weight: 500;
            padding-left: 28px;
        }
        
        .bs-docs-sidebar .nav>.active>ul {
            display: block;
        }
        
        .bs-docs-sidebar.affix,
        .bs-docs-sidebar.affix-bottom {
            width: 213px;
        }
        
        .bs-docs-sidebar.affix {
            position: fixed;
            top: 0px;
        }
        
        .bs-docs-sidebar.affix-bottom {
            position: absolute;
        }
        
        .bs-docs-sidebar.affix-bottom .bs-docs-sidenav,
        .bs-docs-sidebar.affix .bs-docs-sidenav {
            margin-top: 0;
            margin-bottom: 0;
        }
        
        @media ( min-width:1200px) {
            .bs-docs-sidebar.affix-bottom,
            .bs-docs-sidebar.affix {
                width: 263px;
            }
        }
        
        .bs-docs-section {
            margin-bottom: 1px;
        }
        
        .bs-docs-section:last-child {
            margin-bottom: 0;
        }
        
        .nav li.active>a {
            color: #563d7c;
        }
        
        .affix {
            position: static !important;
        }
        /**end afisare act**/
        
        .padding5px {
            padding-left: 5px !important;
            padding-right: 5px !important;
        }
        
        .padding10px {
            padding-left: 10px !important;
            padding-right: 10px !important;
        }
        
        .padding15px {
            padding-left: 15px !important;
            padding-right: 15px !important;
        }
        
        .padding20px {
            padding-left: 20px !important;
            padding-right: 20px !important;
        }
        
        .padding30px {
            padding-left: 30px !important;
            padding-right: 30px !important;
        }
        
        .padding40px {
            padding-left: 40px !important;
            padding-right: 40px !important;
        }
        
        .P_padding20px {
            padding-left: 20px !important;
        }
        
        .margin10px {
            margin-left: 10px !important;
        }
        
        .margin5px {
            margin: 5px !important;
        }
        
        .marginTOP10px {
            margin-top: 15px !important;
        }
        /* operatii pe acte */
        
        .operatii-lista-act {
            border-width: 0px 0px 1px 0px;
            padding-bottom: 2px;
            border-style: solid;
            border-color: #EEE;
        }
        
        .operatii-act {
            font-size: 18px !important;
            padding-left: 5px;
        }
        
        .operatii-act {
            -webkit-transition: color 200ms linear;
            -ms-transition: color 200ms linear;
            transition: color 200ms linear;
        }
        
        .operatii-act:hover {
            -webkit-transition: color 200ms linear;
            -ms-transition: color 200ms linear;
            transition: color 200ms linear;
        }
        
        .favorit-nu {
            color: #465460;
        }
        
        .favorit-nu:hover {
            color: #F89E00 !important;
        }
        
        .favorit-da {
            color: #F89E00 !important;
        }
        
        .favorit-da:hover {
            color: #465460 !important;
        }
        
        .favorit {
            color: #F89E00 !important;
        }
        
        .monitorizare-nu {
            color: #465460;
        }
        
        .monitorizare-nu:hover {
            color: #14B9D6 !important;
        }
        
        .monitorizare-da {
            color: #14B9D6 !important;
        }
        
        .monitorizare-da:hover {
            color: #465460 !important;
        }
        
        .monitorizat {
            color: #14B9D6 !important;
        }
        
        .editare-monitorizare-nu {
            color: #465460;
        }
        
        .editare-monitorizare-nu:hover {
            color: #25334A !important;
        }
        
        .editare-monitorizare-da {
            color: #14B9D6 !important;
        }
        
        .editare-monitorizat {
            color: #14B9D6 !important;
        }
        
        .sterge {
            color: #535353 !important;
            text-decoration: none;
        }
        
        .sterge:hover {
            color: #C63927 !important;
        }
        
        .comentariu-badge {
            padding-left: 3px;
            color: #485562;
        }
        
        .paddingLR {
            padding-left: 5px;
            padding-right: 5px;
        }
        
        .casetacomentarii {
            height: 250px;
            width: 100% !important;
            max-width: 900px !important;
        }
        
        .icoMare {
            font-size: 1.5em !important;
        }
        
        .linkgri {
            color: #535353 !important;
            text-decoration: none !important
        }
        
        .linkalb {
            color: #FFFFFF !important;
            text-decoration: none !important;
            padding-left: 5px !important;
            padding-right: 5px !important;
        }
        
        .linkalb:hover {
            color: #DBDBEA !important;
            text-decoration: none !important;
            padding-left: 5px !important;
            padding-right: 5px !important;
        }
        
        .highlight .linkalb {
            color: #333333 !important;
            text-decoration: none !important;
        }
        
        .highlight .linkalb:hover {
            color: #535353 !important;
            text-decoration: none !important;
        }
        
        .icoMedie {
            font-size: 1.25em !important;
        }
        
        .icoMica {
            font-size: 0.9em !important;
        }
        
        .icoSus {
            margin-top: -3px !important;
            margin-left: -6px !important;
            position: absolute !important;
        }
        
        .icoSus2 {
            margin-top: -3px !important;
            margin-left: -2px !important;
            position: absolute !important;
        }
        
        #inchideCuprins .icoMedieH3,
        #inchideCuprins [class*=" icon-"] {
            font-size: 1.15em !important;
        }
        
        .cuvantMarcat {
            color: #14B9D6 !important;
        }
        
        .titluPortlet {
            border-bottom-width: 1px !important;
            border-bottom-style: solid !important;
            border-bottom-color: #eeeeee !important;
            padding-top: 0px !important;
            padding-right: 0px !important;
            padding-bottom: 0px !important;
            padding-left: 0px !important;
            border-top-left-radius: 4px !important;
            border-top-right-radius: 4px !important;
            border-bottom-right-radius: 0px !important;
            border-bottom-left-radius: 0px !important;
        }
        
        .maiSus10px {
            margin-top: -8px !important;
        }
        
        .circle div {
            border-radius: 50% !important;
        }
        
        .circle img {
            border-radius: 50% !important;
        }
        
        #theLayer {
            max-width: 40px !important;
            /*180*/
        }
        
        #searchclearrezultate {
            position: absolute !important;
            left: 35px !important;
            top: 20px !important;
            bottom: 0;
            height: 14px;
            margin: auto;
            margin-right: 0px !important;
            margin-top: 7px !important;
            font-size: 11px;
            cursor: pointer;
            color: #ccc;
            z-index: 9;
        }
        
        #searchclear {
            position: absolute;
            right: -5px !important;
            top: -5px !important;
            bottom: 0;
            height: 14px;
            margin: auto;
            font-size: 14px;
            cursor: pointer;
            color: #586E8B;
        }
        
        #searchclear2 {
            position: absolute;
            right: -5px !important;
            top: -5px !important;
            bottom: 0;
            height: 14px;
            margin: auto;
            font-size: 14px;
            cursor: pointer;
            color: #ccc;
            margin-right: 10px !important;
        }
        
        #search {
            position: absolute;
            right: -5px !important;
            top: -5px !important;
            bottom: 0;
            height: 14px;
            margin: auto;
            font-size: 14px;
            cursor: pointer;
            color: #ccc;
            margin-right: 23px !important;
        }
        
        .none {
            display: none;
        }
        
        #dataConsolidata .datepicker {
            margin: 0 auto !important;
        }
        
        #dataMonitorizare .datepicker {
            margin: 0 auto !important;
        }
        
        #dataMonitorizare .listamonitorizareact {
            margin: 0 auto !important;
        }
        
        #editor .comentariuadnotare {
            margin: 0 auto !important;
        }
        /*TIPURI DE ACTE ANULATE SUSPENDATE ETC*/
        
        .act-anulat {
            /* 	background-image:url('../img/acte/anulat.gif'); */
            background-repeat: no-repeat;
            background-position: center;
            background-color: #F5F5F5 !important;
            margin-top: 4px;
            padding-top: 6px;
        }
        
        .act-eliminat {
            /* 	background-image:url('../img/acte/eliminat.gif'); */
            background-repeat: no-repeat;
            background-position: center;
            background-color: #F5F5F5 !important;
            margin-top: 4px;
            padding-top: 6px;
        }
        
        .act-incetat {
            /* 	background-image:url('../img/acte/incetat.gif'); */
            background-repeat: no-repeat;
            background-position: center;
            background-color: #F5F5F5 !important;
            margin-top: 4px;
            padding-top: 6px;
        }
        
        .act-inlocuit {
            /* 	background-image:url('../img/acte/inlocuit.gif'); */
            background-repeat: no-repeat;
            background-position: center;
            background-color: #F5F5F5 !important;
            margin-top: 4px;
            padding-top: 6px;
        }
        
        .act-respins {
            /* 	background-image:url('../img/acte/respins.gif'); */
            background-repeat: no-repeat;
            background-position: center;
            background-color: #F5F5F5 !important;
            margin-top: 4px;
            padding-top: 6px;
        }
        
        .act-suspendat {
            /* 	background-image:url('../img/acte/suspendat.gif'); */
            background-repeat: no-repeat;
            background-position: center;
            background-color: #F5F5F5 !important;
            margin-top: 4px;
            padding-top: 6px;
        }
        
        .act-admite_neconstitutionalitate {
            /* 	background-image:url('../img/acte/admite_neconstitutionalitate.gif'); */
            background-repeat: no-repeat;
            background-position: center;
            background-color: #F5F5F5 !important;
            margin-top: 4px;
            padding-top: 6px;
        }
        
        .act-anuleaza_suspendarea {
            /* 	background-image:url('../img/acte/anuleaza_suspendarea.gif'); */
            background-repeat: no-repeat;
            background-position: center;
            background-color: #F5F5F5 !important;
            margin-top: 4px;
            padding-top: 6px;
        }
        
        .act-repus {
            /* 	background-image:url('../img/acte/repus.gif'); */
            background-repeat: no-repeat;
            background-position: center;
            background-color: #F5F5F5 !important;
            margin-top: 4px;
            padding-top: 6px;
        }
        
        .act-revoca {
            /* 	background-image:url('../img/acte/revoca.gif'); */
            background-repeat: no-repeat;
            background-position: center;
            background-color: #F5F5F5 !important;
            margin-top: 4px;
            padding-top: 6px;
        }
        
        .act-vafiabrogat {
            /* 	background-image:url('../img/acte/va_fi_abrogat.gif'); */
            background-repeat: no-repeat;
            background-position: center;
            background-color: #F5F5F5 !important;
            margin-top: 4px;
            padding-top: 6px;
        }
        
        .act-republicat {
            background-image: url('../img/acte/act-republicat.gif');
            background-repeat: no-repeat;
            background-position: center;
            background-color: #F5F5F5 !important;
            margin-top: 4px;
            padding-top: 6px;
        }
        
        .act-sters {
            background-image: url('../img/acte/sters.gif');
            background-repeat: no-repeat;
            background-position: center;
            background-color: #F5F5F5 !important;
            margin-top: 4px;
            padding-top: 6px;
        }
        
        .art-modificat {
            background-image: url('../img/acte/modificat.gif');
            background-repeat: no-repeat;
            background-position: center;
            background-color: #EAF2F1 !important;
            margin-top: 4px;
            padding-top: 6px;
        }
        
        .act-arerepublicari {
            background-image: url('../img/acte/arerepublicari.gif');
            background-repeat: no-repeat;
            background-position: center;
            background-color: #EAF2F1 !important;
            margin-top: 4px;
            padding-top: 6px;
        }
        
        .act-republicare {
            background-image: url('../img/acte/republicare.gif');
            background-repeat: no-repeat;
            background-position: center;
            background-color: #EAF2F1 !important;
            margin-top: 4px;
            padding-top: 6px;
        }
        
        .act-abrogat {
            /* 	background-image:url('../img/acte/abrogat.gif'); */
            background-repeat: no-repeat;
            background-position: center;
            background-color: #F5F5F5 !important;
            margin-top: 4px;
            padding-top: 6px;
        }
        
        .act-republicare .cls-ultima-republicata {
            background-image: url('../img/acte/act-republicatOK.gif');
            background-repeat: no-repeat;
            background-position: center;
            background-color: #EAF2F1 !important;
            margin-top: 4px;
            padding-top: 6px;
        }
        
        .act-consolidat-abrogat,
        .act-abrogat,
        .act-anulat,
        .act-eliminat,
        .act-incetat,
        .act-inlocuit,
        .act-respins,
        .act-vafiabrogat,
        .act-suspendat {
            background-color: #FFE4E1 !important;
        }
        
        .act-sters {
            background-color: #FFE4E1 !important;
            opacity: 0.4;
        }
        /*END TIPURI DE ACTE ANULATE SUSPENDATE ETC*/
        
        .sweet-alert {
            border: 1px solid #d9d9d9 !important;
        }
        
        .clasaemitent {
            color: #7D6BA1;
            /*mov*/
            margin-left: 15px;
        }
        
        .clasapublicatie {
            color: #1BA39C;
            /*verzui*/
            margin-left: 15px;
        }
        
        .clasavigoare {
            color: #F3565D;
            /*rosu*/
            margin-left: 15px;
        }
        
        .clasavigoareactualizata {
            color: #F3565D;
            /*rosu*/
            margin-left: 15px;
        }
        
        .clasavigoareactzrepl {
            color: #F3565D;
            /*rosu*/
            margin-left: 15px;
        }
        
        .opendata1,
        .opendata2,
        .datacalop2,
        .datacalop1 {
            cursor: pointer;
        }
        
        .increaseFont,
        .decreaseFont {
            text-decoration: none;
        }
        
        #changeFont {
            margin-right: 5px;
            width: 60px;
        }
        
        .margintop10px {
            margin-top: 10px;
        }
        
        .margintop15px {
            margin-top: 15px;
        }
        
        .link {
            cursor: pointer !important;
        }
        
        .textgri span {
            color: #578EBE !important;
            font-weight: 400;
        }
        
        .faraunderline a {
            text-decoration: none !important;
            text-decoration-style: none !important;
        }
        
        .monitorizareT:hover {
            color: #C63927 !important;
        }
        
        .monitorizareT {
            color: #14B9D6 !important;
        }
        
        .highlighto {
            background-color: #fff34d !important;
            -moz-border-radius: 5px !important;
            /* FF1+ */
            -webkit-border-radius: 5px !important;
            /* Saf3-4 */
            border-radius: 5px !important;
            /* Opera 10.5, IE 9, Saf5, Chrome */
            -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7) !important;
            /* FF3.5+ */
            -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7)!important;
            /* Saf3.0+, Chrome */
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7) !important;
            /* Opera 10.5+, IE 9.0 */
            color: black !important;
        }
        
        .highlightredo {
            background-color: red !important;
            -moz-border-radius: 5px !important;
            /* FF1+ */
            -webkit-border-radius: 5px !important;
            /* Saf3-4 */
            border-radius: 5px !important;
            /* Opera 10.5, IE 9, Saf5, Chrome */
            -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7) !important;
            /* FF3.5+ */
            -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7) !important;
            /* Saf3.0+, Chrome */
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7)!important;
            /* Opera 10.5+, IE 9.0 */
            color: #fafafa !important;
        }
        
        .highlighto {
            padding: 1px 4px;
            margin: 0 -4px;
            color: black !important;
        }
        
        .highlightred {
            background-color: #FFFF00 !important;
            color: #333333 !important;
            /*background-color: #FF3E3E !important; color:#fafafa !important;*/
        }
        
        .backgroundcautamic {
            background-image: url(../img/intralegis/cautabg.png) !important;
            background-repeat: no-repeat !important;
            background-position: bottom left !important;
        }
        
        .backgroundctce {
            background-image: url(../img/intralegis/bg-modale.png) !important;
            background-repeat: no-repeat;
            background-position: bottom;
        }
        
        .backgroundmonitoare {
            background-image: url(../img/intralegis/bg-monitoare.jpg) !important;
            background-repeat: no-repeat;
            background-position: top right;
        }
        
        .backgroundoficiale {
            background-image: url(../img/intralegis/bg-oficiale.jpg) !important;
            background-repeat: no-repeat;
            background-position: top right;
        }
        
        .backgroundpublicatii {
            background-image: url(../img/intralegis/bg-publicatii.jpg) !important;
            background-repeat: no-repeat;
            background-position: top right;
        }
        
        .zicalendar {
            padding-top: 12px;
            background-image: url(../img/intralegis/zicalendar.png) !important;
            background-repeat: no-repeat;
            background-position: center;
            width: 100px;
            height: 100px;
        }
        
        .zicalendar .ziuaR {
            font-size: 3.2em;
            color: #333333;
            text-align: center;
            width: auto;
            display: block;
        }
        
        .zicalendar .lunaR {
            font-size: 1.1em;
            font-weight: bold;
            color: #FAFAFA;
            text-align: center;
            width: auto;
            display: block;
        }
        
        .peste {
            color: #535353;
        }
        
        .peste:hover {
            color: #437CAE !important;
        }
        
        .nrm {
            display: none;
            background-color: #d6f5d6;
            border-radius: 10px !important;
        }
        
        .atentienorma {
            background-color: red;
            width: 20px;
            height: 20px;
            position: absolute;
            margin-left: -20px;
            display: inline;
        }
        
        #draggable .modal-backdrop {
            background-color: transparent !important;
            background: none !important;
        }
        
        #ordonaredupa .bootstrap-select {
            height: 30px !important;
        }
        
        #ordonaredupa .bootstrap-select .btn.dropdown-toggle {
            height: 30px !important;
        }
        
        .infoart {
            float: left !important;
            padding-right: 5px;
            margin-left: -20px;
        }
        
        .rosuinchis {
            color: #8B0000;
        }
        
        .albastruinchis {
            color: #24689B;
        }
        
        .margin-left-5px {
            margin-left: 5px;
        }
        
        .margin-top-5px {
            margin-top: 5px;
        }
        
        #detaliiIstoric .panel-body {
            background-image: url(../img/intralegis/istoriclegislativ.png) !important;
            background-repeat: no-repeat;
            background-position: top right;
        }
        
        #ArticolSearch {
            display: none;
            position: absolute;
            z-index: 999;
            max-width: 300px;
            background-color: #F3F3F3;
            border: 1px solid #ccc;
        }
        
        #IntervalCalendarLegislativ {
            display: none;
            position: absolute;
            z-index: 999;
            min-width: 350px;
            max-width: 350px;
            background-color: #F3F3F3;
            border: 1px solid #ccc;
            margin-left: 10px;
        }
        
        #tematiciCalendarLegislativ {
            display: none;
            position: absolute;
            z-index: 999;
            max-width: 300px;
            background-color: #F3F3F3;
            border: 1px solid #ccc;
            margin-left: 10px;
        }
        
        .float-left {
            float: left;
        }
        
        .centru-fortat {
            text-align: center;
            width: auto;
            display: block;
        }
        
        .post {
            padding-top: 10px;
            padding-right: 10px;
            padding-bottom: 0px;
            padding-left: 10px;
            border-top-color: #dadada;
            border-right-color: #dadada;
            border-bottom-color: #dadada;
            border-left-color: #dadada;
            background-color: transparent;
            background-image: none;
            background-repeat: repeat;
            background-attachment: scroll;
            background-position: 0% 0%;
            background-clip: border-box;
            background-origin: padding-box;
            background-size: auto auto;
            border-top-style: solid;
            border-right-style: solid;
            border-bottom-style: solid;
            border-left-style: solid;
            border-top-width: 1px;
            border-right-width: 1px;
            border-bottom-width: 1px;
            border-left-width: 3px;
        }
        
        .post p {
            margin: 11px;
        }
        
        .margin-left10px {
            margin-left: -10px;
        }
        
        .bottom {
            padding-bottom: 12px;
        }
        
        .noli {
            list-style: none;
            margin-right: 20px;
            margin-left: -40px;
        }
        
        .modal-open {
            overflow-y: hidden !important;
        }
        
        .rotunjit {
            border-radius: 14px !important;
        }
        
        .pace-active {
            z-index: 9999 !important;
            position: absolute !important;
        }
        
        .marginRight10px {
            margin-right: 20px !important;
        }
        
        .subtitlu {
            text-decoration: none;
            font-weight: normal;
            text-transform: none;
        }
        
        .resetFix {
            margin-right: 18px !important;
        }
        /* ce trebe si in oficiale si in celelalte module*/
        
        .spantxtcoloratdif {
            background-color: #dac5b6 !important;
        }
        
        .spantxtcolorat {
            background-color: #FFAA24 !important;
        }
        
        .spantxtcoloratgol {
            background-color: white;
        }
        
        .spantxtcolorat1 {
            background-color: #695798 !important;
            color: #FFF;
        }
        
        .spantxtcolorat1gol {
            background-color: white;
        }
        
        .spantxtcolorat2 {
            background-color: #59C79A !important;
            color: #FFF;
        }
        
        .spantxtcolorat2gol {
            background-color: white;
        }
        
        .spantxtcolorat3 {
            background-color: #C5CBB4 !important;
        }
        
        .spantxtcolorat3gol {
            background-color: white;
        }
        
        .act_ref_final .spantxtcoloratgol,
        .act_ref_final .spantxtcolorat1gol,
        .act_ref_final .spantxtcolorat2gol,
        .act_ref_final .spantxtcolorat3gol,
        .act_ref_final .spantxtcolorat4gol {
            background-color: transparent;
        }
        
        .marchezParagraf {
            background-color: #FFAA24 !important;
            /*#FF3E3E rosu*/
            font-weight: bold;
            color: #FAFAFA !important;
        }
        
        .dropdown-menu {
            z-index: 9999 !important;
        }
        
        .input-group .bootstrap-select {
            z-index: inherit !important;
        }
        
        .btn {
            border-width: 1px;
        }
        
        .spantxtcolorat,
        .evidentiereCuvant,
        .info19_ b {
            background-color: #FFAA24 !important;
            /*#FF3E3E rosu*/
            font-weight: bold;
            color: #FAFAFA !important;
            padding-left: 5px;
            /*padding-right: 5px;*/
        }
        
        .info19_ b {
            font-weight: normal !important;
        }
        
        .info19_ {
            font-size: 12px !important;
        }
        
        .evidentiereCuvant a,
        .spantxtcolorat a {
            color: #ffffff !important;
            text-decoration: none !important;
        }
        
        .evidentiereCuvant a:hover,
        .spantxtcolorat a:hover {
            color: #fdfdfd !important;
            font-weight: bold;
            text-decoration: underline !important;
        }
        
        div.tagsinput {
            max-width: 265px !important;
        }
        
        .cuvantcautat {
            max-width: 145px !important;
        }
        
        #cautareavansata .bootstrap-switch-container {
            height: 31px;
        }
        
        #filtreeurolegis .bootstrap-switch-container {
            height: 31px;
        }
        
        @media (max-width: 1023px) {
            #butonLayoutModificare {
                display: none;
            }
        }
        
        .portlet {
            margin-bottom: 0px! important;
            margin-top: -10px !important;
        }
        
        #box2000>div {
            -webkit-transition: width 0.2s ease;
            -moz-transition: width 0.2s ease;
            -o-transition: width 0.2s ease;
            -ms-transition: width 0.2s ease;
            transition: width 0.2s ease;
        }
        
        #box2001>div {
            -webkit-transition: width 0.2s ease;
            -moz-transition: width 0.2s ease;
            -o-transition: width 0.2s ease;
            -ms-transition: width 0.2s ease;
            transition: width 0.2s ease;
        }
        
        #box2000>div:hover {
            width: 120%!important;
            cursor: pointer;
        }
        
        #box2001>div:hover {
            width: 120%!important;
            cursor: pointer;
        }
        
        .editareListaActe {
            position: absolute;
            z-index: 99999;
            margin-left: -40px;
        }
        /*
.full-height-content-body {overflow-x: hidden !important;}
*/
        
        .portlet.portlet-fullscreen {
            top: 10px !important;
        }
        
        .page-footer {
            background-color: #ffffff !important;
        }
        
        #contentSpete {
            max-width: 895px !important;
            width: 100% !important;
            max-height: 450px !important;
        }
        
        a h4 {
            font-weight: 500 !important;
        }
        /*#frmcautare .input-group .bootstrap-select  {max-width: 160px !important;}*/
        
        .note-gri {
            background-color: #F1F3FA !important;
            border-color: #C0C6C2 !important;
        }
        
        .sidebar-nav-fixed {
            width: 20%;
        }
        
        .affix {
            position: fixed;
        }
        
        .note-gri-rosu {
            background-color: #F5F5F5 !important;
            border-color: #8B0000 !important;
            color: #333;
            border-top-color: #E0E0E0 !important;
            border-right-color: #E0E0E0 !important;
            border-bottom-color: #E0E0E0 !important;
            border-top-width: 1px !important;
            border-right-width: 1px !important;
            border-bottom-width: 1px !important;
            border-top-style: solid !important;
            border-right-style: solid !important;
            border-bottom-style: solid !important;
        }
        /* pozitionare modale pe rezolutii mai mici de 1300 */
        
        @media only screen and (max-width: 1400px) {
            /*#mesajPopupLucru, 	#draggable, .draggableCORESP, .draggable, #draggableNelogat, #modalFisaDec, #draggableMonitorizari {
 			left: 15% !important;
 		}*/
            #mesajPopupLucru {
                top: 10%;
            }
            #actTerminal {
                left: 21% !important;
            }
            #topact {
                bottom: 21% !important;
            }
            #topact2 {
                bottom: 15% !important;
            }
            #topactParalel1 {
                bottom: 2% !important;
            }
            #topactParalel2 {
                bottom: 2% !important;
            }
        }
        
        #mesajPopupLucru {
            right: auto;
            top: 5%;
            left: 25%;
            bottom: auto;
        }
        
        #modalFisaDec {
            right: auto;
            left: 25%;
            bottom: auto;
        }
        
        #draggable {
            right: auto;
            left: 25%;
            bottom: auto;
        }
        
        #draggable .slimScrollDiv {
            max-height: 500px;
        }
        
        .draggableCORESP {
            right: auto;
            left: 35%;
            bottom: auto;
            overflow: visible;
        }
        
        .draggableCORESP .modal-backdrop {
            background-color: transparent !important;
            background: none !important;
        }
        
        #actTerminal {
            right: auto;
            left: 35%;
            top: 9%;
            bottom: auto;
        }
        
        #draggableMonitorizari {
            right: auto;
            left: 25%;
            bottom: auto;
        }
        
        #draggableMonitorizari .modal-backdrop {
            background-color: transparent !important;
            background: none !important;
        }
        
        .draggable {
            right: auto;
            left: 25%;
            bottom: auto;
        }
        
        #draggableCauta {
            right: auto;
            left: 27%;
            margin-top: -30px !important;
            bottom: auto;
        }
        
        #draggableCauta .modal-backdrop {
            background-color: transparent !important;
            background: none !important;
        }
        
        #draggableNelogat {
            right: auto;
            left: 25%;
            bottom: auto;
        }
        
        #draggableNelogat .modal-backdrop {
            background-color: transparent !important;
            background: none !important;
        }
        
        .diff2 {
            background-color: #339100;
            color: white;
            font-weight: 600;
            text-decoration: none;
        }
        
        .diff1 {
            background-color: #c00;
            color: white;
            font-weight: 600;
            text-decoration: none;
        }
        
        .divdiff2 .diffins {
            background-color: #c00;
            color: white;
            font-weight: 600;
            text-decoration: none;
        }
        
        .divdiff1 .diffins {
            background-color: #339100;
            color: white;
            font-weight: 400;
            text-decoration: none;
        }
        
        .divreclama {
            max-width: 1024px;
            width: 100%;
            margin: 0 auto !important;
        }
        
        .divreclama img {
            width: 100%;
        }
        /*============================================================
GENERAL STYLES
============================================================*/
        
        .db-wrapper {
            font-family: Arial;
        }
        /*============================================================
BACKGROUND COLORS
============================================================*/
        
        .db-bk-color-one {
            background-color: #f55039;
        }
        
        .db-bk-color-two {
            background-color: #46A6F7;
        }
        
        .db-bk-color-three {
            background-color: #47887E;
        }
        /*============================================================
BUTTONS STYLES
============================================================*/
        
        .db-button-color-one {
            border: none;
            background-color: #f55039;
            color: #fff;
        }
        
        .db-button-color-one:hover,
        .db-button-color-one:focus {
            color: #fff;
        }
        
        .db-button-color-two {
            border: none;
            background-color: #46A6F7;
            color: #fff;
        }
        
        .db-button-color-two:hover,
        .db-button-color-two:focus {
            color: #fff;
        }
        
        .db-button-color-three {
            border: none;
            background-color: #47887E;
            color: #fff;
        }
        
        .db-button-color-three:hover,
        .db-button-color-three:focus {
            color: #fff;
        }
        /*============================
PRICING TABLES NINE STYLES
==============================*/
        
        .db-pricing-nine {
            border: 1px solid #EDEDED;
            margin-bottom: 30px;
        }
        
        .db-width-perticular {
            width: 300px;
        }
        
        .db-pricing-nine .table {
            text-align: center;
            margin-bottom: 0px;
        }
        
        .db-pricing-nine thead tr th {
            font-weight: normal;
            height: 52px;
            vertical-align: middle;
            text-align: center;
            color: #fff;
        }
        
        .db-pricing-nine i.icon-red {
            color: #D90000;
        }
        
        .db-pricing-nine i.icon-green {
            color: #1BA39C;
        }
        /* aranjare forma practica jud */
        
        #practicaJudiciara .input-group {
            width: 100% !important;
        }
        
        #practicaJudiciara .bg-blue-madison {
            width: 170px !important;
        }
        
        .dropdown-menu {
            background: #D0EEEB;
            /* #F1FAF9; #E8F7F5;*/
        }
        
        .fullscreen {
            background: #45B6AF !important;
        }
        
        .fullscreen:hover {
            color: #333;
            background-color: #ededed;
            border-color: #b3b3b3;
        }
        
        .fullscreen:focus,
        .fullscreen:active,
        .fullscreen.active {
            color: #fafafa !important;
            background-color: #45B6AF !important;
            border-color: #b3b3b3;
        }
        
        .login-no-account {
            background-color: #F5F5F5;
            border: 0px none;
            border-top-right-radius: 2px;
            border-bottom-right-radius: 2px;
            height: 210px;
        }
        
        .login-no-account2 {
            background-color: #F5F5F5;
            border: 0px none;
            border-top-right-radius: 2px;
            border-bottom-right-radius: 2px;
            padding: 10px;
        }
        
        .login-extra-info {
            text-align: center;
            font-size: 14px;
            line-height: 22px;
            color: #9FA1AC;
            border-top: 1px solid #25272E;
            margin-top: 20%;
            padding: 40px 0px;
        }
        
        @media (min-width: 900px) {
            .afisDivPar {
                width: 450px !important;
                margin-top: -18px;
            }
            #cautareavansata label {
                font-size: 10px;
            }
        }
        
        @media (min-width: 1200px) {
            .afisDivPar {
                width: 50% !important;
            }
            #cautareavansata label {
                font-size: 11px;
            }
        }
        
        @media (min-width: 1300px) {
            .afisDivPar {
                width: 55% !important;
            }
            #cautareavansata label {
                font-size: 11px;
            }
        }
        
        @media (min-width: 1380px) {
            .afisDivPar {
                width: 60% !important;
                margin-top: -5px;
                text-align: center;
            }
            #cautareavansata label {
                font-size: 12px;
            }
        }
        
        @media (min-width: 1450px) {
            .afisDivPar {
                width: 70% !important;
            }
            #cautareavansata label {
                font-size: 11px;
            }
        }
        
        @media (min-width: 1470px) {
            .afisDivPar {
                width: 70% !important;
            }
            #cautareavansata label {
                font-size: 11px;
            }
        }
        
        @media (min-width: 1540px) {
            .afisDivPar {
                width: 71% !important;
            }
            #cautareavansata label {
                font-size: 11px;
            }
        }
        
        @media (min-width: 1600px) {
            .afisDivPar {
                width: 80% !important;
            }
            #cautareavansata label {
                font-size: 11px;
            }
        }
        
        .fileUpload {
            position: relative;
            overflow: hidden;
        }
        
        .fileUpload input {
            position: absolute;
            top: 0;
            right: 0;
            margin: 0;
            padding: 0;
            cursor: pointer;
            opacity: 0;
        }
        
        .progress {
            margin-bottom: 0;
        }
        
        .incarcareDocument .input-group {
            width: 100% !important;
        }
        
        .incarcareDocument .bg-blue-madison {
            width: 125px !important;
            min-width: 125px !important;
        }
        
        .incarcareDocument .bg-blue-madison {
            font-size: 12px !important;
        }
        
        .plata .input-group,
        .plata .bootstrap-select {
            width: 100% !important;
        }
        
        .plata .bg-blue-madison {
            width: 125px !important;
            min-width: 125px !important;
        }
        
        .plata .bg-blue-madison {
            font-size: 12px !important;
        }
        
        .plata2 .input-group,
        .plata2 .bootstrap-select {
            width: 100% !important;
        }
        
        .plata2 .bg-blue-madison {
            width: 145px !important;
            min-width: 135px !important;
        }
        
        .plata2 .bg-blue-madison {
            font-size: 12px !important;
        }
        
        .tabelplata td {
            border: 0 !important;
        }
        
        .modulinterne .bg-blue-madison {
            width: 125px !important;
            min-width: 125px !important;
            max-width: 125px !important;
        }
        
        .modulinterne .bg-blue-madison {
            font-size: 12px !important;
        }
        
        .modulinterne .bg-blue-madison {
            width: auto !important;
        }
        
        #acteoficiale .input-group {
            width: 100% !important;
        }
        
        #acteoficiale .bg-blue-madison {
            width: 105px !important;
        }
        
        .chordinecuvinte input {
            margin-left: -7px;
        }
        
        .select2 {
            width: 100% !important;
        }
        
        .select2-search__field {
            margin-top: -2px !important;
        }
        
        .select2-selection__rendered {
            white-space: pre-wrap !important;
        }
        
        .select2-results__option {
            padding: 2px !important;
        }
        
        #afisrezultatemod .moduls {
            padding: 6px !important;
        }
        
        #afisrezultatemod .nav {
            margin-top: 6px;
            margin-bottom: 6px;
        }
        
        #cautmod label {
            font-size: 12px;
        }
        
        .portlet-title {
            margin-bottom: 0px !important;
        }
        
        .select2-search__field,
        .input-sm {
            color: black !important;
            font-weight: bold !important;
        }
        
        .bgcautare {
            background-color: #0074B3 !important;
        }
        
        .bgcautare label {
            color: white;
        }
        
        .plum {
            background-color: #8775A7 !important;
        }
        
        .plum:hover {
            background-color: #828282 !important;
            -webkit-transition: background-color 400ms linear;
            -ms-transition: background-color 400ms linear;
            transition: background-color 400ms linear;
        }
        
        .overplum:hover {
            background-color: #8775A7;
            -webkit-transition: background-color 400ms linear;
            -ms-transition: background-color 400ms linear;
            transition: background-color 400ms linear;
        }
        
        #cautmod .checker {
            display: none;
        }
        
        #cautmod {
            background: #E5E5E5;
            margin-right: 0;
            margin-left: 0;
            padding-top: 12px;
            padding-bottom: 12px;
            margin-bottom: -5px;
        }
        
        #cautmod label {
            padding: 5px;
        }
        
        #cautmod {
            border: 1px solid #ccc;
        }
        
        .divcautaremodule {
            border: 1px solid #ccc;
        }
        
        .page-boxed {
            background-image: url(../img/bg-6-full.png) !important;
        }
        
        .trigtematici {
            height: auto !important;
        }
        
        #clock {
            width: 65px;
            height: 65px;
        }
        
        @media (max-width: 480px) {
            .bg-blue-madison {
                display: none !important;
            }
        }
        
        .cautadosare .input-group {
            width: 100% !important;
        }
        
        .cautadosare .bg-blue-madison {
            width: 120px !important;
        }
        
        #jurisprudentaanaf .input-group {
            width: 100% !important;
        }
        
        #jurisprudentaanaf .bg-blue-madison {
            width: 135px !important;
            min-width: 145px !important;
        }
        
        #jurisprudentaanaf .filter-option {
            width: 100%;
            max-width: 100% !important;
        }
        
        .slimScrollBar {
            cursor: grab !important;
        }
        
        #achizitiimod .input-group {
            width: 100% !important;
        }
        
        #achizitiimod .bg-blue-madison {
            width: 110px !important;
        }
        
        #achizitiimod .filter-option {
            width: 100%;
            max-width: 100% !important;
        }
        
        #modulextinsa .input-group {
            width: 100% !important;
        }
        
        #modulextinsa .bg-blue-madison {
            width: 150px !important;
        }
        
        #jurisprudentaspete .input-group {
            width: 100% !important;
        }
        
        #jurisprudentaspete .bg-blue-madison {
            width: 135px !important;
        }
        
        #oficialemodul .input-group {
            width: 100% !important;
        }
        
        #oficialemodul .bg-blue-madison {
            width: 135px !important;
        }
        
        #cedomodul .input-group {
            width: 100% !important;
        }
        
        #cedomodul .bg-blue-madison {
            width: 135px !important;
        }
        
        #eurolegismodul .input-group {
            width: 100% !important;
        }
        
        #eurolegismodul .bg-blue-madison {
            width: 135px !important;
            min-width: 145px !important;
        }
        
        #eurojurisprudentamodul .input-group {
            width: 100% !important;
        }
        
        #eurojurisprudentamodul .bg-blue-madison {
            width: 135px !important;
        }
        
        #doctrinemod .input-group {
            width: 100% !important;
        }
        
        #doctrinemod .bg-blue-madison {
            width: 135px !important;
        }
        
        #modele .input-group {
            width: 100% !important;
        }
        
        #modele .bg-blue-madison {
            width: 135px !important;
        }
        
        #clasificarimod .input-group {
            width: 100% !important;
        }
        
        #clasificarimod .bg-blue-madison {
            width: 95px !important;
        }
        
        #sintecomod .input-group {
            width: 100% !important;
        }
        
        #sintecomod .bg-blue-madison {
            width: 135px !important;
        }
        
        #comentmod .input-group {
            width: 100% !important;
        }
        
        #comentmod .bg-blue-madison {
            width: 135px !important;
        }
        
        #monitfirmamod .input-group {
            width: 100% !important;
        }
        
        #monitfirmamod .bg-blue-madison {
            width: 115px !important;
        }
        
        #dictionare .filter-option {
            width: 100%;
            max-width: 100% !important;
        }
        
        #clasificarimod .radio-inline {
            margin-left: -10px;
        }
        
        .dosareinstanta .input-group {
            width: 100% !important;
        }
        
        .dosareinstanta .bg-blue-madison {
            width: 160px !important;
        }
        
        #modinterne .input-group {
            width: 100% !important;
        }
        
        #modinterne .bg-blue-madison {
            width: 185px !important;
        }
        
        #divinterval .input-large {
            width: 100% !important;
        }
        
        .interne .input-group {
            width: 100% !important;
        }
        
        .interne .bg-blue-madison {
            width: auto !important;
            max-width: 135px !important;
            font-size: 12px !important;
        }
        
        .interne .bg-blue-madison label {
            font-size: 12px !important;
        }
        
        .interne .bg-blue-madison span {
            font-size: 12px !important;
        }
        
        #cautaOficiale .bg-blue-madison {
            width: auto !important;
            max-width: 115px !important;
            font-size: 12px !important;
        }
        
        #cautaOficiale .bg-blue-madison label {
            font-size: 12px !important;
        }
        
        #cautaOficiale .bg-blue-madison span {
            font-size: 12px !important;
        }
        
        #cautaOficiale .input-small {
            width: 99% !important;
        }
        
        #cautaInterne .bg-blue-madison {
            width: auto !important;
            max-width: 115px !important;
            font-size: 12px !important;
        }
        
        #cautaInterne .bg-blue-madison label {
            font-size: 12px !important;
        }
        
        #cautaInterne .bg-blue-madison span {
            font-size: 12px !important;
        }
        
        #cautaInterne .input-small {
            width: 99% !important;
        }
        
        .toast-top-center {
            top: 25% !important;
            margin: 0 auto 0 -150px !important;
            left: 50% !important;
        }
        
        .marginaDreapta35px {
            margin-right: 25px;
        }
        
        .toast-top-center .toast {
            margin: 0 !important;
        }
        
        .toast-bottom-center {
            bottom: 12px !important;
            margin: 0 auto 0 -150px !important;
            left: 50% !important;
        }
        
        .toast-bottom-center .toast {
            margin: 0 !important;
        }
        
        .dropdown-menu .active a,
        .dropdown-menu li a:focus {
            background-color: #CFD5EF !important;
        }
        
        #locc .dropdown-toggle {
            height: 40px !important;
            margin-top: -3px !important;
        }
        
        .nav-tabs>li.active>a,
        .nav-tabs>li.active>a:hover,
        .nav-tabs>li.active>a:focus {
            color: #FFFFFF !important;
            background-color: #8AB0D2 !important;
        }
        
        .nav-tabs>li.active>a:hover {
            color: #000;
        }
        
        #cautmod {
            margin-bottom: 0px !important;
        }
        
        .form-group {
            margin-bottom: 2px !important;
        }
        
        .list-group-item {
            background: #fff !important;
            padding: 4px 5px 4px !important;
        }
        
        .tt-highlight {
            color: red !important;
        }
        
        .tt-hint {
            background-color: #fff !important;
            display: none !important;
        }
        
        .input-group {
            background-color: #fff !important;
        }
        
        #chparagraf,
        #chordinecuvinte {
            margin-left: -7px;
        }
        
        #deselectul .checker {
            display: initial !important;
            position: absolute !important;
            margin-top: 10px;
        }
        
        .tooltip>.tooltip-inner {
            background-color: #428BCA;
            font-weight: 500;
            font-size: 1.1em;
        }
        
        .tooltip>.tooltip-arrow {
            border-bottom-color: #428BCA;
        }
        
        .tooltip {
            z-index: 9999999 !important;
        }
        
        .tooltip.top .tooltip-arrow {
            border-top-color: #428BCA;
        }
        
        .tooltip.top-left .tooltip-arrow {
            border-top-color: #428BCA;
        }
        
        .tooltip.top-right .tooltip-arrow {
            border-top-color: #428BCA;
        }
        
        .tooltip.right .tooltip-arrow {
            border-right-color: #428BCA;
        }
        
        .tooltip.left .tooltip-arrow {
            border-left-color: #428BCA;
        }
        
        .tooltip.bottom .tooltip-arrow {
            border-bottom-color: #428BCA;
        }
        
        .tooltip.bottom-left .tooltip-arrow {
            border-bottom-color: #428BCA;
        }
        
        .tooltip.bottom-right .tooltip-arrow {
            border-bottom-color: #428BCA;
        }
        
        .form-control {
            background: #fff url(../img/close.gif) no-repeat right -10px center;
            transition: background 0.4s !important;
        }
        
        .form-control.x {
            background-position: right 7px center !important;
        }
        
        .form-control.onX {
            cursor: pointer;
        }
        
        .form-control::-ms-clear {
            display: none;
            width: 0;
            height: 0;
        }
        
        #ordineacuvleg .btn.dropdown-toggle {
            height: 34px !important;
            padding-top: 3px !important;
        }
        /* top act modal Spete */
        
        #topactModalcontentSpete {
            position: relative !important;
            padding-left: 15px;
            right: 8px !important;
            background-color: transparent !important;
            bottom: 20px;
            width: 60px;
            text-align: center;
            float: right;
            margin-top: -10px;
        }
        
        #topactModalcontentSpete>i {
            display: inline-block;
            color: #687991;
            font-size: 26px;
            opacity: 0.7;
            filter: alpha(opacity=70);
        }
        
        #topactModalcontentSpete:hover {
            cursor: pointer;
        }
        
        #topactModalcontentSpete>i {
            opacity: 1;
            filter: alpha(opacity=100);
        }
        /*top act pe act*/
        /* top act modal */
        
        #topactModal {
            position: absolute !important;
            padding-left: 15px;
            right: 4px !important;
            background-color: transparent !important;
            bottom: 16%;
            width: 60px;
            text-align: center;
        }
        
        #topactModal>i {
            display: inline-block;
            color: #687991;
            font-size: 26px;
            opacity: 0.7;
            filter: alpha(opacity=70);
        }
        
        #topactModal:hover {
            cursor: pointer;
        }
        
        #topactModal>i {
            opacity: 1;
            filter: alpha(opacity=100);
        }
        /* top act modal intern*/
        
        #TopactTerminalLegInterna {
            position: relative !important;
            padding-left: 15px;
            right: 8px !important;
            background-color: transparent !important;
            bottom: 20px;
            width: 60px;
            text-align: center;
            float: right;
            margin-top: -10px;
        }
        
        #TopactTerminalLegInterna>i {
            display: inline-block;
            color: #687991;
            font-size: 26px;
            opacity: 0.7;
            filter: alpha(opacity=70);
        }
        
        #TopactTerminalLegInterna:hover {
            cursor: pointer;
        }
        
        #TopactTerminalLegInterna>i {
            opacity: 1;
            filter: alpha(opacity=100);
        }
        /*top act pe act*/
        
        #topact {
            position: absolute !important;
            padding-left: 15px;
            right: 4px !important;
            background-color: transparent !important;
            bottom: 6%;
            width: 60px;
            text-align: center;
        }
        
        #topact>i {
            display: inline-block;
            color: #687991;
            font-size: 26px;
            opacity: 0.7;
            filter: alpha(opacity=70);
        }
        
        #topact:hover {
            cursor: pointer;
        }
        
        #topact>i {
            opacity: 1;
            filter: alpha(opacity=100);
        }
        /*top act pe act*/
        
        #topact2 {
            position: absolute !important;
            padding-left: 15px;
            right: 4px !important;
            background-color: transparent !important;
            bottom: 6%;
            width: 60px;
            text-align: center;
        }
        
        #topact2>i {
            display: inline-block;
            color: #687991;
            font-size: 24px;
            opacity: 0.7;
            filter: alpha(opacity=70);
        }
        
        #topact2:hover {
            cursor: pointer;
        }
        
        #topact2>i {
            opacity: 1;
            filter: alpha(opacity=100);
        }
        /*top act pe paralel act 1*/
        
        #topactParalel1 {
            position: absolute !important;
            padding-left: 15px;
            right: 18px !important;
            background-color: transparent !important;
            bottom: 12px;
            width: 60px;
            text-align: center;
        }
        
        #topactParalel1>i {
            display: inline-block;
            color: #687991;
            font-size: 21px;
            opacity: 0.7;
            filter: alpha(opacity=70);
        }
        
        #topactParalel1:hover {
            cursor: pointer;
        }
        
        #topactParalel1>i {
            opacity: 1;
            filter: alpha(opacity=100);
        }
        /*top act pe paralel act 2*/
        
        #topactParalel2,
        #topSpeta {
            position: absolute !important;
            padding-left: 15px;
            right: 18px !important;
            background-color: transparent !important;
            bottom: 12px;
            width: 60px;
            text-align: center;
        }
        
        #topactParalel2>i,
        #topSpeta>i {
            display: inline-block;
            color: #687991;
            font-size: 21px;
            opacity: 0.7;
            filter: alpha(opacity=70);
        }
        
        #topactParalel2:hover,
        #topSpeta:hover {
            cursor: pointer;
        }
        
        #topactParalel2>i,
        #topSpeta>i {
            opacity: 1;
            filter: alpha(opacity=100);
        }
        
        #meniu-act-dreapta {
            /*background-image: url(../img/umbra.png);*/
            position: absolute !important;
            padding-left: 1px;
            right: 8px;
            background-color: #FFF;
            border: 0px #ccc solid;
            border-image: url(../img/umbra.png) 30% !important;
            border-style: solid;
            border-left-width: 5px;
            top: 38%;
            width: 35px;
            text-align: center;
        }
        
        .egal {
            width: 35px !important;
        }
        
        #loccBut .btn {
            height: 41px !important;
            margin-top: -4px !important;
        }
        
        #detaliiIstoric .red {
            color: white !important;
        }
        
        #detaliiIstoric .red .albastruinchis {
            color: white !important;
        }
        
        .sageata {
            content: "" !important;
            border-top: 11px solid transparent !important;
            border-bottom: 9px solid transparent !important;
            border-right: 11px solid #d84a38 !important;
            position: absolute !important;
            left: -11px !important;
            top: 0px !important;
            z-index: 1 !important;
        }
        
        .resetaree .btn {
            border-width: 0px !important;
        }
        /*.icoActActiune {
	 position: absolute;
    margin-right: 0px;
    right: 0px;
}*/
        
        .fade-in {
            -webkit-animation: fade-in 2s ease;
            -moz-animation: fade-in ease-in-out 2s both;
            -ms-animation: fade-in ease-in-out 2s both;
            -o-animation: fade-in ease-in-out 2s both;
            animation: fade-in 2s ease;
            visibility: visible;
            -webkit-backface-visibility: hidden;
        }
        
        @-webkit-keyframes fade-in {
            0% {
                opacity: 0;
            }
            100% {
                opacity: 1;
            }
        }
        
        @-moz-keyframes fade-in {
            0% {
                opacity: 0
            }
            100% {
                opacity: 1
            }
        }
        
        @-o-keyframes fade-in {
            0% {
                opacity: 0
            }
            100% {
                opacity: 1
            }
        }
        
        @keyframes fade-in {
            0% {
                opacity: 0
            }
            100% {
                opacity: 1
            }
        }
        
        .reclamaa {
            width: 100%;
        }
        
        .recl .reclamaa {
            width: 100%;
            max-width: 650px;
        }
        
        .titlupropozitie {
            text-transform: capitalize !important;
        }
        
        #stadiuspeta .col-md-5 {
            padding: 2px !important;
        }
        
        #stadiuspeta .col-md-7 {
            padding: 2px !important;
        }
        
        .filtrucautaree {
            font-weight: bold;
            color: #E26A6A;
        }
        
        .filtrucautareetitlu {
            font-weight: bold;
        }
        
        .page-sidebar-menu .active {
            background: silver !important;
        }
        
        #papa {
            display: none;
        }
        
        .linkSpeta {
            color: #A52A2A;
        }
        
        .linkSpetaBlue {
            color: #2788A8;
        }
        
        #titleJurisprudenta {
            font-size: 1.8em;
            color: #55C9DD;
            font-weight: bold;
        }
        
        #titleTerminal {
            font-size: 1.5em;
            color: #55C9DD;
            font-weight: bold;
        }
        
        #titleTerminalLegInterna {
            font-size: 1.5em;
            color: #55C9DD;
            font-weight: bold;
        }
        
        .icoActActiune {
            float: right !important;
            margin-right: -20px !important;
        }
        
        .comentUser .icoActActiune {
            float: right !important;
            margin-right: -20px;
        }
        
        .comentUser {
            margin-right: 1px !important;
        }
        
        .icoActActiune .dropdown-menu {
            right: 0;
            left: auto;
        }
        
        .nrAdnotari,
        .nrComentarii {
            opacity: 0.55;
        }
        
        .nrAdnotari:hover,
        .nrComentarii:hover {
            opacity: 1;
        }
        
        #contentActTerminal {
            padding-right: 20px;
            padding-left: 20px;
        }
        
        .modal-header {
            background-color: #F5F4F0 !important;
            border-bottom: 1px solid #F2F2F2 !important;
        }
        
        .modal-footer {
            background-color: #F5F4F0;
            border-bottom: 1px solid #F2F2F2 !important;
        }
        
        #draggable .modal-title {
            font-size: 1.5em;
            color: #55C9DD;
            font-weight: bold;
        }
        
        .culoare {
            background-color: orange;
        }
        
        .act-abrogat {
            background-color: #F5F5F5;
            margin-top: 4px;
            padding-top: 6px;
            margin-top: 10px !important;
        }
        
        .act-abrogat td {
            border-top: 3px solid #fafafa !important;
        }
        
        .act-actualizat {
            background-color: #EEF7FB;
            margin-top: 4px;
            padding-top: 6px;
        }
        
        .act-actualizat:hover {
            background-color: #EEF7FB;
        }
        
        .dropdown .dropdown-menu {
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            max-height: 0;
            display: block;
            z-index: -1 !important;
            overflow: hidden;
            opacity: 0;
        }
        
        .dropdown.open .dropdown-menu {
            max-height: 890px;
            opacity: 1;
            z-index: 999 !important;
        }
        /* .actions .btn-group .dropdown-menu {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;

    max-height: 0;
    display: block;
    z-index:-1 !important;
    overflow: hidden;
    opacity: 0;
}

.actions .btn-group.open .dropdown-menu {
    max-height: 800px;
    opacity: 1;
        display: block;

    z-index: 999 !important;
}
 */
        
        .checkuri .checker {
            width: 14px !important;
            height: 14px !important;
            margin-top: -5px !important;
        }
        
        #colMain {
            margin-top: 5px !important;
        }
        
        .info1_,
        .info2_ {
            /* These are technically the same, but use both */
            overflow-wrap: break-word;
            word-wrap: break-word;
            -ms-word-break: break-all;
            /* This is the dangerous one in WebKit, as it breaks things wherever */
            word-break: break-all;
            /* Instead use this non-standard one:  */
            word-break: break-word;
            /* Adds a hyphen where the word breaks, if supported (No Blink) */
            -ms-hyphens: auto;
            -moz-hyphens: auto;
            -webkit-hyphens: auto;
            hyphens: auto;
        }
        
        .nav>li>a {
            padding-left: 5px !important;
            padding-right: 5px !important;
        }
        
        .loaderBog {
            z-index: 9999999 !important;
        }
        
        #resetareParolaModal {
            z-index: 9999998 !important;
        }
        
        .loading-message,
        .page-loading {
            background-color: #DD6655 !important;
            color: #fafafa !important;
            z-index: 9999999 !important;
        }
        
        .loading-message small,
        .page-loading small {
            color: #fafafa !important;
        }
        
        .loading-message h3,
        .page-loading h3 {
            color: #fafafa !important;
        }
        
        .imagineModul {
            position: absolute;
            margin-left: 35px;
            font-size: 1.25em;
            margin-top: 18px !important;
        }
        
        .cautarerapida {
            position: absolute;
            top: -5px !important;
            min-width: 90px;
            max-width: 300px;
            border: 1px solid #ccc;
            margin-left: 35px;
            font-size: 1.25em;
            margin-top: 18px !important;
        }
        
        .rounded {
            border-radius: 30px !important;
        }
        
        .auriu {
            background-color: #FFAA24 !important;
        }
        
        .auriulink {
            background-color: #FFAA24 !important;
            color: #fafafa !important;
            font-weight: bold !important;
        }
        
        .font12 {
            font-size: 12px !important;
        }
        
        a {
            color: #1A86B6;
            font-weight: 600 !important;
        }
        
        a:hover {
            color: #4D5B69;
            text-decoration: none;
        }
        
        .btn {
            font-weight: normal !important;
        }
        
        li a {
            font-weight: normal !important;
        }
        /* hr {
	text-align: center;
	}
hr:after {
	content: url(../img/sah.png);
	display: inline-block;
  	position: relative;
 	top: -1.6em;
 	text-align: center;
}

 */
        
        .actmcumodificari {
            background-color: #FFF4F4 !important;
        }
        
        .actmfaramodificari {
            background-color: #ffffff;
        }
        
        .steag {
            margin-left: 12px !important;
            margin-right: -18px !important;
            margin-top: 5px !important;
        }
        
        #colPush {
            background-color: #F3F7F6;
            border-radius: 15px !important;
            border: 1px solid #fcfcfc !important;
        }
        
        .bs-docs-sidenav {
            background: transparent !important;
        }
        
        .bs-docs-sidebar .nav>li>a {
            color: #333333;
            font-weight: bold !important;
        }
        
        .submeniu li a {
            font-weight: normal !important;
        }
        
        #theLayer #searchclear2 {
            display: none;
        }
        
        #theLayer #search {
            position: absolute;
            right: -16px !important;
            top: -5px !important;
            bottom: 0;
            height: 14px;
            margin: auto;
            font-size: 14px;
            cursor: pointer;
            color: #ccc;
            margin-right: 30px !important;
        }
        
        .page-sidebar-fixed .page-sidebar .page-sidebar-menu>li>a,
        .page-sidebar-fixed .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li>a {
            font-size: 10.2px;
        }
        
        .page-sidebar .page-sidebar-menu.page-sidebar-menu-compact>li>a>.title,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu.page-sidebar-menu-compact>li>a>.title {
            font-size: 10.2px;
        }
        
        #theLayer .input-group-addon {
            background-color: #45B6AF !important;
        }
        
        #theLayer .input-group-addon a {
            color: #fafafa !important;
            font-weight: bold;
        }
        
        #trigAscDescmodule2 {
            cursor: pointer !important;
        }
        
        #trigAscDesc2 {
            cursor: pointer !important;
        }
        
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu>li>a,
        .page-sidebar .page-sidebar-menu .sub-menu>li>a {
            font-size: 10.2px;
        }
        
        .modal-body {
            background-color: #ffffe6;
        }
        
        .backgroundctce .modal-body {
            background-image: url(../img/intralegis/bg-modale.png) !important;
            background-repeat: no-repeat;
            background-position: bottom;
        }
        
        #theLayer #text-search {
            display: none;
        }
        
        #theLayer .input-group-addon {
            border-radius: 50px !important;
            height: 25px !important;
            padding-top: 1px !important;
            padding-bottom: 1px !important;
        }
        
        #cal-week-box {
            margin-left: 50px !important;
            z-index: 999 !important;
        }
        
        .slimScrollBar {
            width: 11px !important;
            background: #D84A38 !important;
            cursor: pointer !important;
            -webkit-transition: background 200ms linear;
            -ms-transition: background 200ms linear;
            transition: background 200ms linear;
            border-radius: 10px !important;
        }
        
        .slimScrollBar:hover {
            background: #d31d18!important;
            opacity: 0.6 !important;
            -webkit-transition: background 200ms linear;
            -ms-transition: background 200ms linear;
            transition: background 200ms linear;
        }
        
        .slimScrollRail {
            width: 11px !important;
            background: #D84A38 !important;
            cursor: pointer !important;
            border-radius: 10px !important;
        }
        
        .clarifAchiz .slimScrollBar {
            background: #000 !important;
            opacity: 0.4 !important;
        }
        
        .clarifAchiz .slimScrollBar:hover {
            background: #000 !important;
            opacity: 0.6 !important;
        }
        
        .clarifAchiz .slimScrollRail {
            background: #CCC !important;
            opacity: 0.7 !important;
        }
        
        #splashscreen {
            top: 0 !important;
            left: 0 !important;
            position: absolute;
            z-index: 999999 !important;
            height: 100%;
            width: 100%;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            -moz-animation: cssAnimation 0s ease-in 10s forwards;
            /* Firefox */
            -webkit-animation: cssAnimation 0s ease-in 10s forwards;
            /* Safari and Chrome */
            -o-animation: cssAnimation 0s ease-in 10s forwards;
            /* Opera */
            animation: cssAnimation 0s ease-in 10s forwards;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
            cursor: pointer;
        }
        
        @keyframes cssAnimation {
            to {
                width: 0;
                height: 0;
                overflow: hidden;
                opacity: 1;
                transition: opacity 5s linear;
            }
        }
        
        @-webkit-keyframes cssAnimation {
            to {
                width: 0;
                height: 0;
                visibility: hidden;
                opacity: 0;
                transition: visibility 0s 5s, opacity 10s linear;
            }
        }
        
        #splashscreen {
            display: none !important;
            /*background: url(../img/splash.jpg) no-repeat center center fixed;*/
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
        }
        
        #splashscreen {
            -webkit-animation: fadeOut 2s forwards;
            animation: fadeOut 2s;
            -webkit-animation-delay: 9s forwards;
            animation-delay: 9s;
            color: white;
            -webkit-transition-timing-function: linear;
            /* Safari and Chrome */
            transition-timing-function: linear;
        }
        
        @-webkit-keyframes fadeOut {
            from {
                opacity: 1;
            }
            to {
                opacity: 0;
            }
        }
        
        @keyframes fadeOut {
            from {
                opacity: 1;
            }
            to {
                opacity: 0;
            }
        }
        
        @media (max-width: 768px) {
            #splashscreen {
                background: url(../img/splash_mobile.jpg) no-repeat center center fixed !important;
                -webkit-background-size: cover;
                -moz-background-size: cover;
                -o-background-size: cover;
                background-size: cover;
            }
        }
        
        .icon-btn {
            height: 70px !important;
            min-width: 90px !important;
        }
        
        .plan {
            font-size: 1.5em !important;
            font-weight: bold !important;
        }
        
        .text-trunk-reclama {
            background: url(../img/blurtext.jpg) no-repeat !important;
            min-height: 150px;
            margin-top: 10px;
            margin-bottom: 10px;
        }
        
        .col-centered {
            float: none;
            margin: 0 auto;
        }
        
        .divcumparareact {
            border-radius: 5px !important;
            padding-top: 18px;
            padding-bottom: 15px;
            ;
            border-style: double;
            border-width: 16px 0 16px 0;
            border-image: url(../img/bordersusjos.png) 16 16 16 16 stretch stretch;
        }
        
        .divcumparareact {
            background: rgba(245, 245, 245, 1);
            background: -moz-linear-gradient(top, rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 1) 53%, rgba(255, 255, 255, 1) 100%);
            background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245, 245, 245, 1)), color-stop(53%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
            background: -webkit-linear-gradient(top, rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 1) 53%, rgba(255, 255, 255, 1) 100%);
            background: -o-linear-gradient(top, rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 1) 53%, rgba(255, 255, 255, 1) 100%);
            background: -ms-linear-gradient(top, rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 1) 53%, rgba(255, 255, 255, 1) 100%);
            background: linear-gradient(to bottom, rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 1) 53%, rgba(255, 255, 255, 1) 100%);
            filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff', GradientType=0);
        }
        
        .valveche {
            font-size: 28px !important;
        }
        
        .valnoua {
            font-size: 36px !important;
        }
        
        .cosuldecumparaturi tr .col-xs-7 {
            padding-left: 2px !important;
            padding-right: 3px !important;
        }
        
        .cosuldecumparaturi tr .col-xs-4 {
            padding-left: 2px !important;
            padding-right: 3px !important;
        }
        
        .cosuldecumparaturi tr .col-xs-1 {
            padding-left: 2px !important;
            padding-right: 3px !important;
        }
        
        #alerta {
            font-weight: bold;
            text-align: center;
            color: #8B0000;
        }
        
        .linksfat {
            animation: blink-animation 1s steps(6, start) 6;
            -webkit-animation: blink-animation 1s steps(6, start) 6;
        }
        
        .alert:not(.alertaNotificare) {
            animation: blink-animation 1s steps(4, start) 4;
            -webkit-animation: blink-animation 1s steps(4, start) 4;
        }
        
        .alertaNotificare .closex {
            float: right;
            background: transparent;
            border: 0;
            color: #fff;
            font-size: 22px;
            margin-top: -5px;
            margin-right: -10px;
        }
        
        @keyframes blink-animation {
            to {
                visibility: hidden;
            }
        }
        
        @-webkit-keyframes blink-animation {
            to {
                visibility: hidden;
            }
        }
        
        .alert-gri,
        .inforesetAlert,
        #calendar .alert,
        .fisaactb .alert,
        #events-modal .alert,
        .cor .alert,
        .caen .alert,
        .cpsa .alert,
        .cpv .alert,
        .actealert,
        .nuarecuprins {
            animation: none;
            -webkit-animation: none;
        }
        
        .alert-gri {
            background-color: #efefef !important;
            padding: 0 !important;
            padding-bottom: 6px !important;
            padding-left: 35px !important;
            padding-right: 35px !important;
            font-family: verdana !important;
        }
        
        .btnedittab {
            margin-top: -6px !important;
        }
        
        .infoedittab {
            margin-top: -4px !important;
        }
        
        .alert-gri:after,
        .alert-gri:before {
            display: block !important;
            content: "" !important;
        }
        
        .carteDosar {
            width: 100%;
            float: left;
            border: 1px solid #CCC;
            border-radius: 35px !important;
            padding: 15px;
            background-color: #fafafa;
            cursor: pointer;
            margin-bottom: 3px;
        }
        
        .carteDosar:hover {
            background-color: #F1F3FA !important;
        }
        
        .detaliiCarteDosar {
            margin-top: 40px;
            border-radius: 20px !important;
            padding: 30px;
            background-color: #F1F3FA !important;
            border: 1px solid #CCC;
        }
        
        .umbrastanga {
            position: absolute;
            z-index: -99 !important;
            float: left;
            margin-left: -30px;
            margin-right: auto;
        }
        
        .umbradreapta {
            position: relative;
            z-index: -99 !important;
            float: right;
            margin-right: -30px;
            margin-left: auto;
        }
        
        .titluModul {
            font-family: 'Poppins', sans-serif !important;
            margin-top: -4px !important;
            position: relative;
            display: block;
            font-size: 28px;
            color: #14B9D6;
            font-weight: bolder !important;
            text-shadow: 1px 2px 2px #DDD;
            letter-spacing: 2px;
            -webkit-text-stroke: 1px #FFF;
            -webkit-text-fill-color: #14B9D6;
        }
        
        .modal-backdrop {
            height: 100% !important;
        }
        /* tip operatie pentru afisare act oficiale [Bogdan] */
        
        .abrogatact {
            background-image: url(../img/intralegis/act/abrogat.png) !important;
            background-repeat: no-repeat;
            background-position: top right;
        }
        
        .inlocuitact {
            background-image: url(../img/intralegis/act/inlocuit.png) !important;
            background-repeat: no-repeat;
            background-position: top right;
        }
        
        .respinsact {
            background-image: url(../img/intralegis/act/respins.png) !important;
            background-repeat: no-repeat;
            background-position: top right;
        }
        
        .suspendatact {
            background-image: url(../img/intralegis/act/suspendat.png) !important;
            background-repeat: no-repeat;
            background-position: top right;
        }
        
        .anulatact {
            background-image: url(../img/intralegis/act/anulat.png) !important;
            background-repeat: no-repeat;
            background-position: top right;
        }
        
        .revocatact {
            background-image: url(../img/intralegis/act/revocat.png) !important;
            background-repeat: no-repeat;
            background-position: top right;
        }
        
        .vafiabrogatact {
            background-image: url(../img/intralegis/act/vafiabrogat.png) !important;
            background-repeat: no-repeat;
            background-position: top right;
        }
        
        .abrogatact_en {
            background-image: url(../img/intralegis/act/abrogat_en.png) !important;
            background-repeat: no-repeat;
            background-position: top right;
        }
        
        .suspendatact_en {
            background-image: url(../img/intralegis/act/suspendat_en.png) !important;
            background-repeat: no-repeat;
            background-position: top right;
        }
        
        .listamaterii:first-letter {
            text-transform: uppercase !important;
        }
        
        .toast-message {
            text-align: left;
        }
        
        .sub-menu {
            background-color: #474C50 !important;
        }
        
        .popover.left {
            z-index: 99999 !important;
        }
        
        kbd {
            display: inline-block;
            margin: 0 .1em;
            padding: .1em .6em;
            font-family: 'Poppins', sans-serif !important;
            font-size: 11px;
            line-height: 1.4;
            color: #242729;
            text-shadow: 0 1px 0 #FFF;
            background-color: #e1e3e5;
            border: 1px solid #adb3b9;
            border-radius: 3px;
            box-shadow: 0 1px 0 rgba(12, 13, 14, 0.2), 0 0 0 2px #FFF inset;
            white-space: nowrap;
        }
        
        .sfat {
            font-size: 18px;
        }
        
        .linksfat:hover {
            color: #191500;
        }
        
        #cautainact {
            max-width: 40px !important;
        }
        
        #cumparaact {
            opacity: 0.85 !important;
        }
        
        #toast-container>div {
            width: 330px !important;
        }
        
        .actActeGrauite,
        .cautmoduleprimapag {
            padding: 3px;
            border: 1px solid #eee;
            margin-bottom: 1px;
            background-color: rgba(253, 253, 253, 0.5);
        }
        
        .actActeGrauite,
        .cautmoduleprimapag:hover {
            background-color: rgba(241, 243, 250, 0.7);
        }
        
        .dataora {
            color: #595959;
            margin-right: 10px;
            font-size: 12px !important;
        }
        
        .dataora i {
            font-size: 12px !important;
        }
        
        #chparagraf,
        #chordinecuvinte {
            height: 15px !important;
        }
        
        .ainapoi,
        .ainainte {
            cursor: pointer !important;
        }
        
        .tt-dropdown-menu,
        .tt-dataset-datypeahead_example_3 {
            text-align: left !important;
        }
        
        .spinner {
            display: inline-block;
            opacity: 0;
            width: 0;
            -webkit-transition: opacity 0.25s, width 0.25s;
            -moz-transition: opacity 0.25s, width 0.25s;
            -o-transition: opacity 0.25s, width 0.25s;
            transition: opacity 0.25s, width 0.25s;
        }
        
        .has-spinner.active {
            cursor: progress;
        }
        
        .has-spinner.active .spinner {
            opacity: 1;
            width: auto;
        }
        
        .has-spinner.btn.active .spinner {
            min-width: 20px;
        }
        
        .modal {
            z-index: 90002 !important;
        }
        
        #actTerminal {
            z-index: 90005;
        }
        
        .actterminal {
            z-index: 90005 !important;
        }
        
        #actTerminalLegInterna {
            z-index: 90006 !important;
            left: 40%;
        }
        
        .plusModal {
            z-index: 90010 !important;
        }
        
        .minusModal {
            z-index: 90002 !important;
        }
        
        .portlet.portlet-fullscreen {
            z-index: 90000 !important;
        }
        
        #toast-container,
        #draggableCauta {
            z-index: 90001;
        }
        
        .blockMsg {
            z-index: 90006 !important;
        }
        
        .datepicker {
            z-index: 90003 !important;
        }
        
        .modal-open .datepicker {
            z-index: 90003 !important;
        }
        
        .form-horizontal .datepicker {
            z-index: 90001 !important;
        }
        
        .sweet-overlay {
            z-index: 99998 !important;
        }
        
        .sweet-alert {
            z-index: 99999 !important;
        }
        
        .liactiv {
            background-color: #578EBE !important;
            color: white !important;
            font-weight: bold !important;
        }
        
        .liactiv a {
            color: white !important;
            font-weight: bold !important;
        }
        /*scurtaturi*/
        
        .FRosu {
            background-color: #F3565D !important;
            color: #fafafa !important;
            box-shadow: 0 1px 0 rgba(12, 13, 14, 0.2), 0 0 0 1px #FFF inset !important;
            width: 45px !important;
            margin-left: 3px;
        }
        
        .FAlbastru {
            background-color: #428BCA !important;
            color: #fafafa !important;
            box-shadow: 0 1px 0 rgba(12, 13, 14, 0.2), 0 0 0 1px #FFF inset !important;
            width: 45px !important;
            margin-left: 3px;
        }
        
        .FVerde {
            background-color: #45B6AF !important;
            color: #fafafa !important;
            box-shadow: 0 1px 0 rgba(12, 13, 14, 0.2), 0 0 0 1px #FFF inset !important;
            width: 45px !important;
            margin-left: 3px;
        }
        
        .FMov {
            background-color: #8877A9 !important;
            color: #fafafa !important;
            box-shadow: 0 1px 0 rgba(12, 13, 14, 0.2), 0 0 0 1px #FFF inset !important;
            width: 45px !important;
            margin-left: 3px;
        }
        
        .FGalben {
            background-color: #DFBA49 !important;
            color: #fafafa !important;
            box-shadow: 0 1px 0 rgba(12, 13, 14, 0.2), 0 0 0 1px #FFF inset !important;
            width: 45px !important;
            margin-left: 3px;
        }
        
        a .FRosu:hover,
        a .FAlbastru:hover,
        a .FVerde:hover,
        a .FMov:hover,
        a .FGalben:hover {
            background-color: #333 !important;
        }
        
        .search-classic .FRosu,
        .search-classic .FAlbastru,
        .search-classic .FVerde,
        .search-classic .FMov,
        .search-classic .FGalben {
            width: auto !important;
        }
        
        .search-classic kbd {
            margin-top: -1px !important;
            /*position: absolute;*/
        }
        
        .legend .popover {
            width: 300px !important;
            max-width: 300px !important;
        }
        
        .ultimaCautare {
            position: relative;
            display: inline-block;
            color: #333;
            background-color: #fff;
            border-color: #ccc;
            transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
            padding: 6px 13px;
            line-height: 1.6;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            border: 1px solid #ccc;
        }
        
        .ultimaCautare .aaaa {
            color: #333 !important;
        }
        
        .titludeascuns {
            text-transform: none !important;
        }
        
        .titludeascuns1 {
            text-transform: none !important;
        }
        
        .titludeascuns2 {
            text-transform: none !important;
        }
        
        .ordonaredupamodule .selectpicker {
            padding: 3px !important;
        }
        
        .ordonaredupamodule {
            height: 28px !important;
        }
        
        .ordineacuvleg .selectpicker {
            padding: 3px !important;
        }
        
        #ordineacuvleg .bootstrap-select {
            height: 28px !important;
        }
        
        #ordineacuvleg .btn.dropdown-toggle {
            height: auto !important;
            padding: 3px !important;
        }
        
        #trigAscDesc2 {
            height: 28px !important;
            padding: 0px !important;
        }
        
        .btn2 {
            display: inline-block;
            margin-bottom: 0;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            -ms-touch-action: manipulation;
            touch-action: manipulation;
            cursor: pointer;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            border: 1px solid transparent;
            text-shadow: none;
            outline: none !important;
            background-image: none !important;
            filter: none;
            transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
            overflow: hidden;
            position: relative;
            float: left;
            margin-left: 0;
        }
        
        .yellow.btn2 {
            color: #FFFFFF;
            background-color: #FFB848;
        }
        
        .yellow.btn2.disabled,
        .yellow.btn2.disabled:hover,
        .yellow.btn2.disabled:focus,
        .yellow.btn2.disabled:active,
        .yellow.btn2.disabled.active,
        .yellow.btn2[disabled],
        .yellow.btn2[disabled]:hover,
        .yellow.btn2[disabled]:focus,
        .yellow.btn2[disabled]:active,
        .yellow.btn2[disabled].active,
        fieldset[disabled] .yellow.btn2,
        fieldset[disabled] .yellow.btn2:hover,
        fieldset[disabled] .yellow.btn2:focus,
        fieldset[disabled] .yellow.btn2:active,
        fieldset[disabled] .yellow.btn2.active {
            background-color: #FFB848;
        }
        
        .btn2.disabled,
        .btn2[disabled],
        fieldset[disabled] .btn2 {
            pointer-events: none;
            cursor: not-allowed;
            filter: alpha(opacity=65);
            -webkit-box-shadow: none;
            box-shadow: none;
            opacity: .65;
        }
        
        .ultimaCautare {
            display: inline-block;
            cursor: pointer;
            background-color: #E5E5E5 !important;
            border-color: #ccc !important;
        }
        
        .ultimaCautare:hover {
            background-color: #ededed !important;
        }
        
        #autentif,
        #userinfodiv {
            padding: 0 0 0 0px;
        }
        
        .usrautentif {
            padding: 8px;
            border-radius: 30px !important;
            background: #eee !important;
            border: solid #E9E8E8 1px !important;
        }
        
        .usrautentif .icoMare {
            font-size: 15px !important;
        }
        
        .userinfox:hover .usrautentif {
            background: #d84a38 !important;
            color: #FFF !important;
        }
        
        .userinfox:hover .linkgri {
            color: #FFF !important;
        }
        
        .open .userinfox .usrautentif {
            background: #d84a38 !important;
        }
        
        .open .userinfox .linkgri {
            color: #FFF !important;
        }
        
        .open .userinfox .usrautentif {
            color: #FFF !important;
        }
        
        #userMen2 {
            color: #5F5353 !important;
        }
        
        #autentif .dropdown-toggle:hover,
        #userinfodiv .dropdown-toggle:hover {
            background: #FFF !important;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown.open .userinfox {
            background-color: #FFF !important;
        }
        
        .dropup.open>.userinfox,
        .dropdown.open>.userinfox {
            border-color: #FFF;
        }
        
        .modal-header h5,
        .modal-header h4 {
            margin-top: 5px;
            margin-bottom: 5px;
        }
        
        .titluModCal {
            color: black !important;
            font-weight: bold !important;
            height: 28px;
            padding: 5px 10px;
            font-size: 13px;
        }
        
        .modal .modal-header .close {
            margin-top: 0px !important;
            position: absolute;
            right: 5px;
            top: 5px;
        }
        
        #titleTerminal.titluModCal:empty {
            display: none !important;
        }
        
        .modal-dialog {
            /* border: 1px solid #999 !important;*/
        }
        
        #draggableCauta .modal-dialog {
            border: 0px solid #999 !important;
        }
        
        .draggable-modal .modal-body {
            padding-left: 20px !important;
            padding-right: 20px !important;
        }
        
        #contentMesajPopupLucru .table-striped>tbody>tr:nth-child(even) {
            background-color: #FFF !important;
        }
        
        .faramargin {
            margin: 0 !important;
            padding: 0 !important;
        }
        
        .checkuri {
            width: 160px !important;
        }
        
        .icoComentariu {
            font-size: 18px !important;
            color: #6C7991 !important;
            position: absolute;
            top: 10px !important;
            left: 15px;
            opacity: 0.5;
        }
        
        .icoComentariu:hover {
            color: #4D5B69 !important;
        }
        
        .nrComentarii {
            background-color: #8B0000 !important;
            font-weight: bold;
            z-index: 99;
            opacity: 0.5;
        }
        
        .comentUser .open .icoComentariu {
            color: #4D5B69 !important;
            opacity: 1;
        }
        
        .comentUser .open .nrComentarii {
            opacity: 1;
        }
        
        .clasacomentariu {
            border-radius: 10px !important;
            padding: 10px;
            background-color: #fafafa;
            text-align: left;
            border-left: 2px solid #1BBC9B;
        }
        
        .adnotariUser {
            float: left !important;
            margin-left: -75px;
            margin-top: -1px;
            margin: auto auto !important;
            -webkit-padding-start: 2px !important;
        }
        
        .adnotariUser .dropdown-menu {
            right: 0;
            right: auto;
        }
        
        .icoAdnotare {
            font-size: 18px !important;
            color: #D9A300 !important;
            position: absolute;
            top: 19px !important;
            left: -1px;
            opacity: 0.6;
        }
        
        .icoAdnotare:hover {
            color: #4D5B69 !important;
        }
        
        .nrAdnotari {
            background-color: #8B0000 !important;
            font-weight: bold;
            z-index: 99;
            opacity: 0.6;
        }
        
        .adnotariUser .open .icoAdnotare {
            color: #B25900 !important;
            opacity: 1;
        }
        
        .adnotariUser .open .nrAdnotari {
            opacity: 1;
        }
        
        #search_string {
            color: #333 !important;
        }
        
        .ultimeleacte .scroller {
            position: relative;
        }
        
        .ultimeleacte .slimScrollDiv:before {
            content: "\f0e3";
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            text-decoration: inherit;
            position: absolute;
            font-size: 200px;
            color: #D1D1D1;
            top: 50%;
            left: 50%;
            margin: -150px 0 0 50px;
            opacity: 0.56;
        }
        
        .ultimeleacte .slimScrollDiv .scroller {
            z-index: 9;
        }
        
        .ultimacautare .scroller {
            position: relative;
        }
        
        .ultimacautare .slimScrollDiv:before {
            content: "\f002";
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            text-decoration: inherit;
            position: absolute;
            font-size: 200px;
            color: #D1D1D1;
            top: 50%;
            left: 50%;
            margin: -150px 0 0 50px;
            opacity: 0.56s;
        }
        
        .ultimacautare .slimScrollDiv .scroller {
            z-index: 9;
        }
        
        .acteGratuite .scroller {
            position: relative;
        }
        
        .acteGratuite .slimScrollDiv:before {
            content: "\f134";
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            text-decoration: inherit;
            position: absolute;
            font-size: 200px;
            color: #D1D1D1;
            top: 50%;
            left: 50%;
            margin: -150px 0 0 50px;
            opacity: 0.56s;
        }
        
        .acteGratuite .slimScrollDiv .scroller {
            z-index: 9;
        }
        
        .ultimeleacteaccesate .scroller {
            position: relative;
        }
        
        .ultimeleacteaccesate .slimScrollDiv:before {
            content: "\f24e";
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            text-decoration: inherit;
            position: absolute;
            font-size: 200px;
            color: #D1D1D1;
            top: 50%;
            left: 50%;
            margin: -150px 0 0 50px;
            opacity: 0.56s;
        }
        
        .ultimeleacteaccesate .slimScrollDiv .scroller {
            z-index: 9;
        }
        
        .ultimeleacte {
            border-top-width: 8px !important;
            border-top-color: #BF2F29 !important;
        }
        
        .ultimacautare {
            border-top-width: 8px !important;
            border-top-color: #1BA39C !important;
        }
        
        .ultimeleacteaccesate {
            border-top-width: 8px !important;
            border-top-color: #8775A7 !important
        }
        
        .acteGratuite {
            border-top-width: 8px !important;
            border-top-color: #26C281 !important
        }
        
        .btnprimapag {
            color: #333 !important;
            background-color: #E5E5E5 !important;
            border-color: #ccc !important;
        }
        
        .btnprimapag:hover {
            background-color: #EDEDED !important;
        }
        
        .ultimeleacte .ultimactz_infoact {
            display: none !important;
        }
        
        .incarcareDocument .loading-message {
            background: transparent !important;
        }
        
        #act1 .loading-message {
            background: transparent !important;
        }
        
        #act2 .loading-message {
            background: transparent !important;
        }
        
        #tematiciCalendarLegislativ .loading-message {
            background: transparent !important;
        }
        
        #atasari .loading-message {
            background: transparent !important;
        }
        
        .pad20pxStDr {
            padding-left: 20px !important;
            padding-right: 20px !important;
        }
        
        #documente select {}
        
        #documente select option {
            white-space: pre-wrap !important;
        }
        
        #contentDefinireact .loading-message {
            background: transparent !important;
        }
        
        #draggableintern #contentDefinireact {
            width: 100%;
            height: 100%;
        }
        
        .calendfisc .dropdown-menu {
            height: 220px !important;
            max-height: 220px !important;
        }
        
        .calendfisc .dropdown-menu .inner {
            height: 180px !important;
            max-height: 180px !important;
        }
        
        .calendfisc .bootstrap-select-searchbox .selectpicker {
            height: 180px !important;
            max-height: 180px !important;
        }
        
        .dropdown-backdrop {
            display: none !important;
        }
        
        .slimScrollBar {
            cursor: pointer !important;
        }
        
        .dropdown-menu .inner {
            max-height: 140px !important;
        }
        
        .calutiliz .dropdown-menu .inner {
            max-height: 110px !important;
        }
        
        .calutiliz .dropdown-menu {
            max-height: 120px !important;
        }
        
        #autentif #idulautentificare {
            display: none !important;
        }
        
        #autentif:hover #idulautentificare {
            display: block !important;
        }
        
        #TopBarMenu .open #idulautentificare {
            display: block !important;
        }
        
        .ultimactz_emitent,
        .ultimactz_publicatie {
            font-weight: bold;
            padding-left: 15px !important;
        }
        
        #detaliiIstoric .panel-body {
            background-color: #fafafa !important;
        }
        
        #calendarMonitorizareAct {
            z-index: 90003 !important;
        }
        
        .portlet.bordered {
            background-color: ghostwhite;
        }
        
        a {
            cursor: pointer !important;
        }
        
        .activat {
            background-color: #F9F974 !important;
        }
        
        .litematica {
            padding: 3px;
        }
        
        @media (min-width: 300px) {
            .modal-dialog {
                width: 250px;
            }
            .modal-lg {
                width: 300px !important;
            }
            .slimScrollDiv .modal-body {
                height: 90px !important
            }
        }
        
        @media (min-width: 500px) {
            .modal-dialog {
                width: 300px;
            }
            .modal-lg {
                width: 340px !important;
            }
            .slimScrollDiv .modal-body {
                height: 90px !important
            }
        }
        
        @media (min-width: 768px) {
            .modal-dialog {
                width: 400px;
            }
            .modal-lg {
                width: 440px !important;
            }
            .slimScrollDiv .modal-body {
                height: 110px !important
            }
        }
        
        @media (min-width: 992px) {
            .modal-dialog {
                width: 450px;
            }
            .modal-lg {
                width: 500px !important;
            }
            .slimScrollDiv .modal-body {
                height: 125px !important
            }
        }
        
        @media (min-width: 1024px) {
            .modal-dialog {
                width: 450px;
            }
            .modal-lg {
                width: 500px !important;
            }
            .slimScrollDiv .modal-body {
                height: 130px !important
            }
        }
        
        @media (min-width: 1050px) {
            .modal-dialog {
                width: 480px;
            }
            .modal-lg {
                width: 620px !important;
            }
            .slimScrollDiv .modal-body {
                height: 130px !important
            }
        }
        
        @media (min-width: 1100px) {
            .modal-dialog {
                width: 510px;
            }
            .modal-lg {
                width: 820px !important;
            }
            .slimScrollDiv .modal-body {
                height: 130px !important
            }
        }
        
        @media (min-width: 1124px) {
            .modal-dialog {
                width: 530px;
            }
            .slimScrollDiv .modal-body {
                height: 140px !important
            }
        }
        
        @media (min-width: 1224px) {
            .modal-dialog {
                width: 560px;
            }
            .slimScrollDiv .modal-body {
                height: 145px !important
            }
        }
        
        @media (min-width: 1524px) {
            .modal-dialog {
                width: 590px;
            }
            .slimScrollDiv .modal-body {
                height: 150px !important
            }
        }
        
        .normal .modal-dialog {
            width: 590px;
        }
        
        .normal .modal-body {
            height: auto !important
        }
        
        .normal .slimScrollDiv {
            height: auto !important
        }
        
        .modal-footer {
            padding: 3px !important;
        }
        
        .modal-footer {
            padding: 2px !important;
        }
        
        .titluModCal:empty {
            display: none !important;
        }
        
        .modal-header {
            font-size: 9.8px !important;
        }
        
        .vizact {
            position: absolute !important;
            right: 5px;
        }
        
        .speteModal .vizact {
            float: none !important;
            margin: 0px !important;
            margin-left: 5px !important;
        }
        
        .divInfoArt {
            font-size: 11.5px !important;
        }
        
        .modal-content {
            font-size: 12.5px !important;
        }
        
        .modal-header {
            padding: 5px !important;
        }
        
        #idinchideCautaCuvinte {
            margin-left: -12px !important;
        }
        /* efect de zoom */
        
        @keyframes zoominoutsinglefeatured {
            100% {
                transform: scale(1);
            }
            50% {
                transform: scale(1);
            }
            0% {
                transform: scale(0.3);
            }
        }
        
        #cautareavansata {
            animation: zoominoutsinglefeatured 2s forwards;
        }
        
        #selectieDiv2 {
            animation: zoominoutsinglefeatured 2s forwards;
        }
        
        #filtreeurolegis {
            animation: zoominoutsinglefeatured 2s forwards;
        }
        
        .draggable-modal {
            animation: zoominoutsinglefeatured 0.8s forwards;
        }
        
        @keyframes zoominoutsinglefeatured2 {
            100% {
                transform: scale(1);
            }
            50% {
                transform: scale(1);
            }
            0% {
                transform: scale(0.7);
            }
        }
        
        .divInfoArt {
            animation: zoominoutsinglefeatured2 0.8s forwards;
            opacity: 0.8;
        }
        
        #divInfoAct {
            animation: zoominoutsinglefeatured2 0.8s forwards;
            opacity: 0.8;
        }
        
        #divInfoAct {
            font-size: 10.5px !important;
        }
        /* end efect de zoom */
        
        .sim-button {
            line-height: 50px;
            height: 50px;
            text-align: center;
            margin-right: auto;
            margin-left: auto;
            margin-top: 125px;
            width: 60%;
            cursor: pointer;
        }
        
        .btn {
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
            position: relative;
            overflow: hidden;
        }
        
        a,
        button {
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }
        
        .button22 {
            color: rgba(255, 255, 255, 1);
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
            position: relative;
            overflow: hidden;
        }
        
        .button22 a {
            color: rgba(51, 51, 51, 1);
            text-decoration: none;
            display: block;
        }
        
        .button22::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
            opacity: 1;
            -webkit-transform: translate(-105%, 0);
            transform: translate(-105%, 0);
            background-color: rgba(255, 255, 255, 0.25);
        }
        
        .btn::before {
            content: '';
            /*position: absolute;*/
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
            opacity: 1;
            -webkit-transform: translate(-105%, 0);
            transform: translate(-105%, 0);
            background-color: rgba(255, 255, 255, 0.55);
        }
        
        .button22:hover::before {
            opacity: 0;
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
        }
        
        .btn:hover::before {
            opacity: 0;
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
        }
        
        .fullscreen {
            color: #fafafa !important;
        }
        
        .maxim:before {
            content: "\f065" !important;
            position: inherit !important;
            background-color: transparent !important;
        }
        
        .maxim:hover {
            content: "\f065" !important;
            color: #fafafa !important;
            opacity: 1 !important;
            transform: translate(1, 1) !important;
            -webkit-transform: translate(1, 1) !important;
        }
        
        .maxim:hover::before {
            content: "\f065" !important;
            color: #fafafa !important;
            opacity: 1 !important;
            transform: translate(1, 1) !important;
            -webkit-transform: translate(1, 1) !important;
        }
        
        .portlet-fullscreen .maxim:before {
            content: "\f066" !important;
            position: inherit !important;
            background-color: transparent !important;
        }
        
        .portlet-fullscreen .maxim:hover {
            content: "\f066" !important;
            color: #fafafa !important;
            opacity: 1 !important;
            transform: translate(1, 1) !important;
            -webkit-transform: translate(1, 1) !important;
        }
        
        .portlet-fullscreen .maxim:hover::before {
            content: "\f066" !important;
            color: #fafafa !important;
            opacity: 1 !important;
            transform: translate(1, 1) !important;
            -webkit-transform: translate(1, 1) !important;
        }
        
        .fullscreen {
            color: #fafafa !important;
        }
        
        #maxim:before {
            content: "\f065" !important;
            position: inherit !important;
            background-color: transparent !important;
        }
        
        #maxim:hover {
            content: "\f065" !important;
            color: #fafafa !important;
            opacity: 1 !important;
            transform: translate(1, 1) !important;
            -webkit-transform: translate(1, 1) !important;
        }
        
        #maxim:hover::before {
            content: "\f065" !important;
            color: #fafafa !important;
            opacity: 1 !important;
            transform: translate(1, 1) !important;
            -webkit-transform: translate(1, 1) !important;
        }
        
        .portlet-fullscreen #maxim:before {
            content: "\f066" !important;
            position: inherit !important;
            background-color: transparent !important;
        }
        
        .portlet-fullscreen #maxim:hover {
            content: "\f066" !important;
            color: #fafafa !important;
            opacity: 1 !important;
            transform: translate(1, 1) !important;
            -webkit-transform: translate(1, 1) !important;
        }
        
        .portlet-fullscreen #maxim:hover::before {
            content: "\f066" !important;
            color: #fafafa !important;
            opacity: 1 !important;
            transform: translate(1, 1) !important;
            -webkit-transform: translate(1, 1) !important;
        }
        
        #documente input[type="file"] {
            width: 100%;
            z-index: 99 !important;
            cursor: pointer;
        }
        
        #documente .btn-file {
            cursor: pointer;
        }
        
        .table tr {
            -webkit-transition: background-color 200ms linear;
            -ms-transition: background-color 200ms linear;
            transition: background-color 200ms linear;
        }
        
        .table tr:hover {
            -webkit-transition: background-color 200ms linear;
            -ms-transition: background-color 200ms linear;
            transition: background-color 200ms linear;
        }
        
        .page-sidebar {
            -webkit-transition: width 150ms linear;
            -ms-transition: width 150ms linear;
            transition: width 150ms linear;
        }
        
        .page-sidebar-closed .page-sidebar {
            -webkit-transition: width 400ms linear;
            -ms-transition: width 400ms linear;
            transition: width 400ms linear;
        }
        
        .act_ref_final {
            width: 100% !important;
            margin-top: 8px !important;
            margin-bottom: 9px !important;
            max-width: 600px;
            padding-left: 10px !important;
            padding-right: 10px !important;
        }
        
        .act_ref_final .S_PAR {
            padding-left: 0px !important;
            padding-right: 0px !important;
        }
        
        .act_ref_final:visited {
            color: #FAFAFA !important;
        }
        
        .act-content .act_ref_final:visited {
            color: #FAFAFA !important;
            text-decoration: none !important;
        }
        /* mobile */
        
        @media only screen and (max-width: 767px) {
            .actul2 {
                width: 100% !important;
            }
        }
        
        @media only screen and (max-width: 500px) {
            .checkuri {
                width: 80px !important;
            }
            .coresphide {
                display: none !important;
            }
            .pace,
            .artTooltip {
                display: none !important;
            }
            #linieP {
                padding-right: 15px !important;
                padding-left: 10px !important;
            }
            .abrogatact {
                background-image: url(../img/intralegis/act/mob/abrogat_mob.png) !important;
                background-repeat: no-repeat;
                background-position: 99% 220px;
                background-attachment: fixed;
            }
            .inlocuitact {
                background-image: url(../img/intralegis/act/mob/inlocuit_mob.png) !important;
                background-repeat: no-repeat;
                background-position: 99% 220px;
                background-attachment: fixed;
            }
            .respinsact {
                background-image: url(../img/intralegis/act/mob/respins_mob.png) !important;
                background-repeat: no-repeat;
                background-position: 99% 220px;
                background-attachment: fixed;
            }
            .suspendatact {
                background-image: url(../img/intralegis/act/mob/suspendat_mob.png) !important;
                background-repeat: no-repeat;
                background-position: 99% 220px;
                background-attachment: fixed;
            }
            .anulatact {
                background-image: url(../img/intralegis/act/mob/anulat_mob.png) !important;
                background-repeat: no-repeat;
                background-position: 99% 220px;
                background-attachment: fixed;
            }
            .revocatact {
                background-image: url(../img/intralegis/act/mob/revocat_mob.png) !important;
                background-repeat: no-repeat;
                background-position: 99% 220px;
                background-attachment: fixed;
            }
            .vafiabrogatact {
                background-image: url(../img/intralegis/act/mob/vafiabrogat_mob.png) !important;
                background-repeat: no-repeat;
                background-position: 99% 220px;
                background-attachment: fixed;
            }
            .abrogatact_en {
                background-image: url(../img/intralegis/act/mob/abrogat_mob_en.png) !important;
                background-repeat: no-repeat;
                background-position: 99% 220px;
                background-attachment: fixed;
            }
            .suspendatact_en {
                background-image: url(../img/intralegis/act/mob/suspendat_mob_en.png) !important;
                background-repeat: no-repeat;
                background-position: 99% 220px;
                background-attachment: fixed;
            }
            .page-content-wrapper {
                padding-right: 15px !important;
                padding-left: 10px !important;
            }
            .filter-option {
                width: 145px !important;
            }
            .actions {
                float: left !important;
                margin-left: 10px;
            }
            .maxim,
            #cautaDictionar,
            #theLayer {
                display: none;
            }
        }
        /* end mobile */
        
        .MsoNormal {
            background: transparent !important;
        }
        
        p.rosuinchis.bold a {
            color: #8B0000;
        }
        /***********
Page Header
***********/
        /* Header search bar, toggler button & top menu */
        
        .page-header.navbar {
            /* Top notification menu/bar */
            /* Header seaech box */
        }
        
        .page-header.navbar .page-logo {
            background: #14B9D6;
        }
        
        .page-header.navbar .page-top {
            box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.2);
            background: #ffffff;
        }
        
        .page-header.navbar .top-menu .navbar-nav {
            /* Extended Dropdowns */
            /* Notification */
            /* Inbox */
            /* Tasks */
            /* User */
            /* Language */
            /* Dark version */
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown .dropdown-toggle:hover {
            background-color: #f9fafc;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown .dropdown-toggle>i {
            color: #C0CDDC;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown .dropdown-toggle .badge.badge-default {
            background-color: #14B9D6;
            color: #ffffff;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown.open .dropdown-toggle {
            background-color: #EEE;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown .dropdown-menu:before {
            border-bottom-color: #e4e8ee;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-extended .dropdown-menu {
            border: 1px solid #e4e8ee;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-extended .dropdown-menu:before {
            border-bottom-color: #d4dae4;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-extended .dropdown-menu:after {
            border-bottom-color: #eaedf2;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-extended .dropdown-menu>li.external {
            background: #eaedf2;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-extended .dropdown-menu>li.external>h3 {
            color: #62878f;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-extended .dropdown-menu>li.external>a {
            color: #5b9bd1;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-extended .dropdown-menu>li.external>a:hover {
            color: #3175af;
            text-decoration: none;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-extended .dropdown-menu .dropdown-menu-list>li>a {
            border-bottom: 1px solid #EFF2F6 !important;
            color: #888888;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-extended .dropdown-menu .dropdown-menu-list>li>a:hover {
            background: #f8f9fa;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-notification .dropdown-menu .dropdown-menu-list>li>a .time {
            background: #f1f1f1;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-notification .dropdown-menu .dropdown-menu-list>li>a:hover .time {
            background: #e4e4e4;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-inbox>.dropdown-toggle>.circle {
            background-color: #14B9D6;
            color: #ffffff;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-inbox>.dropdown-toggle>.corner {
            border-color: transparent transparent transparent #14B9D6;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-inbox .dropdown-menu .dropdown-menu-list .subject .from {
            color: #5b9bd1;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-tasks .dropdown-menu .dropdown-menu-list .progress {
            background-color: #dfe2e9;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-user>.dropdown-toggle>.username {
            color: #7f96ac;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-user>.dropdown-toggle>i {
            color: #7f96ac;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-language>.dropdown-toggle>.langname {
            color: #7f96ac;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-dark .dropdown-menu {
            background: #627587;
            border: 0;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-dark .dropdown-menu:after {
            border-bottom-color: #627587;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-dark .dropdown-menu>li.external {
            background: #51616f;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-dark .dropdown-menu>li.external>h3 {
            color: #dbe0e4;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-dark .dropdown-menu>li.external>a:hover {
            color: #87b6dd;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-dark .dropdown-menu.dropdown-menu-default>li a,
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-dark .dropdown-menu .dropdown-menu-list>li a {
            color: #e9ecef;
            border-bottom: 1px solid #718497 !important;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-dark .dropdown-menu.dropdown-menu-default>li a>i,
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-dark .dropdown-menu .dropdown-menu-list>li a>i {
            color: #ccd3da;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-dark .dropdown-menu.dropdown-menu-default>li a:hover,
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-dark .dropdown-menu .dropdown-menu-list>li a:hover {
            background: #6b7f92;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-dark .dropdown-menu.dropdown-menu-default>li a {
            border-bottom: 0 !important;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-dark .dropdown-menu.dropdown-menu-default>li.divider {
            background: #718497;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-notification.dropdown-dark .dropdown-menu .dropdown-menu-list>li>a .time {
            background: #586878;
        }
        
        .page-header.navbar .top-menu .navbar-nav>li.dropdown-notification.dropdown-dark .dropdown-menu .dropdown-menu-list>li>a:hover .time {
            background: #4d5b69;
        }
        
        .page-header.navbar .search-form {
            background: #fff;
        }
        
        .page-header.navbar .search-form .input-group .form-control {
            color: #7f96ac;
        }
        
        .page-header.navbar .search-form .input-group .form-control::-moz-placeholder {
            color: #7c94aa;
            opacity: 1;
        }
        
        .page-header.navbar .search-form .input-group .form-control:-ms-input-placeholder {
            color: #7c94aa;
        }
        
        .page-header.navbar .search-form .input-group .form-control::-webkit-input-placeholder {
            color: #7c94aa;
        }
        
        .page-header.navbar .search-form .input-group .input-group-btn .btn.submit>i {
            color: #7f96ac;
        }
        /* Page sidebar */
        
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover,
        .page-sidebar {
            background-color: #4d5b69;
            /* Default sidebar */
        }
        
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu,
        .page-sidebar .page-sidebar-menu {
            /* 1st level links */
            /* All links */
        }
        
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li>a,
        .page-sidebar .page-sidebar-menu>li>a {
            border-top: 1px solid #536372;
            color: #f2f4f6;
        }
        
        @media (max-width: 991px) {
            .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li>a,
            .page-sidebar .page-sidebar-menu>li>a {
                /* 991px */
                border-top: 1px solid #5e7081;
            }
        }
        
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li>a>i,
        .page-sidebar .page-sidebar-menu>li>a>i {
            color: #7ba0bb;
        }
        
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li>a>i[class^="icon-"],
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li>a>i[class*="icon-"],
        .page-sidebar .page-sidebar-menu>li>a>i[class^="icon-"],
        .page-sidebar .page-sidebar-menu>li>a>i[class*="icon-"] {
            color: #8cacc3;
        }
        
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li>a>.arrow:before,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li>a>.arrow.open:before,
        .page-sidebar .page-sidebar-menu>li>a>.arrow:before,
        .page-sidebar .page-sidebar-menu>li>a>.arrow.open:before {
            color: #677a8c;
        }
        
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li:hover>a,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.open>a,
        .page-sidebar .page-sidebar-menu>li:hover>a,
        .page-sidebar .page-sidebar-menu>li.open>a {
            background: #F8F8FF;
            color: black;
        }
        
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li:hover>a>i,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.open>a>i,
        .page-sidebar .page-sidebar-menu>li:hover>a>i,
        .page-sidebar .page-sidebar-menu>li.open>a>i {
            color: #8cacc3;
        }
        
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li:hover>a>.arrow:before,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li:hover>a>.arrow.open:before,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.open>a>.arrow:before,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.open>a>.arrow.open:before,
        .page-sidebar .page-sidebar-menu>li:hover>a>.arrow:before,
        .page-sidebar .page-sidebar-menu>li:hover>a>.arrow.open:before,
        .page-sidebar .page-sidebar-menu>li.open>a>.arrow:before,
        .page-sidebar .page-sidebar-menu>li.open>a>.arrow.open:before {
            color: #8cacc3;
        }
        
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active>a,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active.open>a,
        .page-sidebar .page-sidebar-menu>li.active>a,
        .page-sidebar .page-sidebar-menu>li.active.open>a {
            background: #F8F8FF;
            color: black;
        }
        
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active>a:hover,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active.open>a:hover,
        .page-sidebar .page-sidebar-menu>li.active>a:hover,
        .page-sidebar .page-sidebar-menu>li.active.open>a:hover {
            background: #F8F8FF;
            color: black;
        }
        
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active>a>i,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active.open>a>i,
        .page-sidebar .page-sidebar-menu>li.active>a>i,
        .page-sidebar .page-sidebar-menu>li.active.open>a>i {
            color: #15c1df;
        }
        
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active>a>.arrow:before,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active>a>.arrow.open:before,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active.open>a>.arrow:before,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active.open>a>.arrow.open:before,
        .page-sidebar .page-sidebar-menu>li.active>a>.arrow:before,
        .page-sidebar .page-sidebar-menu>li.active>a>.arrow.open:before,
        .page-sidebar .page-sidebar-menu>li.active.open>a>.arrow:before,
        .page-sidebar .page-sidebar-menu>li.active.open>a>.arrow.open:before {
            color: #f3f5f6;
        }
        
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li:last-child>a,
        .page-sidebar .page-sidebar-menu>li:last-child>a {
            border-bottom: 1px solid transparent !important;
        }
        
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li>a>.arrow:before,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li>a>.arrow.open:before,
        .page-sidebar .page-sidebar-menu li>a>.arrow:before,
        .page-sidebar .page-sidebar-menu li>a>.arrow.open:before {
            color: #677a8c;
        }
        
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li:hover>a>.arrow:before,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li:hover>a>.arrow.open:before,
        .page-sidebar .page-sidebar-menu li:hover>a>.arrow:before,
        .page-sidebar .page-sidebar-menu li:hover>a>.arrow.open:before {
            color: #8cacc3;
        }
        
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li.active>a>.arrow:before,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li.active>a>.arrow.open:before,
        .page-sidebar .page-sidebar-menu li.active>a>.arrow:before,
        .page-sidebar .page-sidebar-menu li.active>a>.arrow.open:before {
            color: #f3f5f6;
        }
        
        .page-sidebar-closed .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu:hover .sub-menu,
        .page-sidebar-closed .page-sidebar .page-sidebar-menu:hover .sub-menu {
            background: #465460;
        }
        
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu>li>a,
        .page-sidebar .page-sidebar-menu .sub-menu>li>a {
            color: white !important;
        }
        
        .page-sidebar .page-sidebar-menu .sub-menu>li>a:hover {
            color: black !important;
        }
        
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu>li>a>i,
        .page-sidebar .page-sidebar-menu .sub-menu>li>a>i {
            color: #8b9baa;
        }
        
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu>li>a>i[class^="icon-"],
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu>li>a>i[class*="icon-"],
        .page-sidebar .page-sidebar-menu .sub-menu>li>a>i[class^="icon-"],
        .page-sidebar .page-sidebar-menu .sub-menu>li>a>i[class*="icon-"] {
            color: #9aa8b5;
        }
        
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu>li>a>.arrow:before,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu>li>a>.arrow.open:before,
        .page-sidebar .page-sidebar-menu .sub-menu>li>a>.arrow:before,
        .page-sidebar .page-sidebar-menu .sub-menu>li>a>.arrow.open:before {
            color: #677a8c;
        }
        
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu>li:hover>a,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu>li.open>a,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu>li.active>a,
        .page-sidebar .page-sidebar-menu .sub-menu>li:hover>a,
        .page-sidebar .page-sidebar-menu .sub-menu>li.open>a,
        .page-sidebar .page-sidebar-menu .sub-menu>li.active>a {
            background: #F8F8FF;
            color: black !important;
        }
        
        .page-sidebar .page-sidebar-menu .sub-menu>li.active>a {
            background: #F8F8FF;
            color: black !important;
        }
        
        .page-sidebar .page-sidebar-menu .sub-menu>li.active>a:hover {
            background: #FFFFF0;
            color: black !important;
        }
        
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu>li:hover>a>i,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu>li.open>a>i,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu>li.active>a>i,
        .page-sidebar .page-sidebar-menu .sub-menu>li:hover>a>i,
        .page-sidebar .page-sidebar-menu .sub-menu>li.open>a>i,
        .page-sidebar .page-sidebar-menu .sub-menu>li.active>a>i {
            color: #8cacc3;
            color: #c6ced5;
        }
        
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu>li:hover>a>.arrow:before,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu>li:hover>a>.arrow.open:before,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu>li.open>a>.arrow:before,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu>li.open>a>.arrow.open:before,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu>li.active>a>.arrow:before,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu>li.active>a>.arrow.open:before,
        .page-sidebar .page-sidebar-menu .sub-menu>li:hover>a>.arrow:before,
        .page-sidebar .page-sidebar-menu .sub-menu>li:hover>a>.arrow.open:before,
        .page-sidebar .page-sidebar-menu .sub-menu>li.open>a>.arrow:before,
        .page-sidebar .page-sidebar-menu .sub-menu>li.open>a>.arrow.open:before,
        .page-sidebar .page-sidebar-menu .sub-menu>li.active>a>.arrow:before,
        .page-sidebar .page-sidebar-menu .sub-menu>li.active>a>.arrow.open:before {
            color: #8cacc3;
        }
        /******
Page Footer
******/
        
        .page-footer .page-footer-inner {
            color: #d5dbe0;
        }
        
        .page-footer-fixed .page-footer {
            background-color: #adb5b0;
        }
        
        .page-footer-fixed .page-footer .page-footer-inner {
            color: #121618;
        }
        
        .page-boxed .page-footer .page-footer-inner {
            color: #121618;
        }
        
        .page-footer-fixed .page-boxed .page-footer {
            background-color: #adb5b0;
        }
        
        @media (min-width: 992px) {
            /* 992px */
            /* Sidebar menu closed */
            .page-sidebar-menu.page-sidebar-menu-hover-submenu li:hover>.sub-menu {
                box-shadow: 5px 5px rgba(48, 48, 48, 0.2);
            }
            .page-sidebar-menu.page-sidebar-menu-closed>li:hover {
                box-shadow: 5px 5px rgba(48, 48, 48, 0.2);
            }
            .page-sidebar-menu.page-sidebar-menu-closed>li:hover>.sub-menu {
                box-shadow: 5px 5px rgba(48, 48, 48, 0.2);
            }
            /* Fixed Sidebar */
            .page-sidebar-fixed:not(.page-footer-fixed) .page-content {
                border-bottom: 0;
            }
            .page-sidebar-fixed:not(.page-footer-fixed) .page-footer {
                background-color: #F1F3FA;
            }
            .page-sidebar-fixed:not(.page-footer-fixed) .page-footer .page-footer-inner {
                color: #333;
            }
            /* Boxed Layout */
            .page-boxed {
                background-color: #c0c6c2 !important;
                /* Page container */
            }
            .page-boxed .page-container {
                background-color: #4d5b69;
            }
            .page-boxed.page-sidebar-reversed .page-container {
                border-left: 0;
            }
            .page-boxed.page-sidebar-fixed .page-container {
                border-left: 0;
                border-bottom: 0;
            }
            .page-boxed.page-sidebar-reversed.page-sidebar-fixed .page-container {
                border-left: 0;
                border-right: 0;
                border-bottom: 0;
            }
            /* Sidebar Menu Wirh Hoverable Submenu */
            .page-sidebar-menu-hover-submenu li:hover a>.arrow {
                border-right: 8px solid #404c57;
            }
            .page-sidebar-reversed .page-sidebar-menu-hover-submenu li:hover a>.arrow {
                border-left: 8px solid #404c57;
            }
            .page-sidebar-menu-hover-submenu li:hover>.sub-menu {
                background: #404c57 !important;
            }
        }
        
        @media (max-width: 991px) {
            /* 991px */
            .page-container {
                background: #F1F3FA;
            }
            .page-header.navbar {
                box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.2);
                padding: 0;
                /* Top menu */
            }
            .page-header.navbar .top-menu .navbar-nav>li.dropdown>.dropdown-toggle:hover {
                background-color: #f6f7fa;
            }
            .page-header.navbar .page-top {
                box-shadow: none;
            }
        }
        
        @media (max-width: 480px) {
            .page-sidebar-closed .page-logo a img {
                display: block !important;
            }
            /* 480px */
            .page-header.navbar {
                background: #14B9D6;
                /* Top menu */
            }
            .page-header-fixed-mobile .page-header.navbar .top-menu {
                background-color1: #ffffff;
            }
            .page-header.navbar .top-menu .navbar-nav>li.dropdown>.dropdown-toggle:hover {
                background-color: #eff1f6;
            }
        }
        /****
 CSS3 Spinner Bar
****/
        
        .page-spinner-bar>div,
        .block-spinner-bar>div {
            background: #1acbea;
        }
        /****
Boby
****/
        
        body {
            background-color: #fff;
        }
        
        body.page-boxed {
            background-color: #c8cdca;
        }
        
        #schimbaWidthHeader,
        #TopBarMenu {
            height: 50px !important;
        }
        
        .nrm .spantxtcoloratgol {
            background-color: transparent !important;
            /*#FF3E3E rosu*/
            color: inherit !important;
        }
        
        .marchezParagrafgol {
            background-color: transparent !important;
            /*#FF3E3E rosu*/
            color: inherit !important;
        }
        
        .acteInterne .input-group {
            width: 100% !important;
        }
        
        .acteInterne .bg-blue-madison {
            width: 120px !important;
            text-align: left !important;
        }
        
        .meniuActInt {
            left: auto !important;
            right: 0 !important;
        }
        
        .meniuActInt:before {
            left: auto !important;
            right: 9px !important;
        }
        
        .meniuActInt li a {
            padding: 4px 10px !important;
        }
        
        .SetariProfil {
            font-size: 12px !important;
        }
        
        .SetariProfil tr {
            font-size: 12px !important;
        }
        
        .SetariProfil td {
            font-size: 12px !important;
            padding: 2px !important;
            text-align: left !important;
            border-bottom: 1px solid #666 !important;
        }
        
        .activeEgal {
            min-width: 225px !important;
            text-align: left;
            display: block !important;
        }
        
        #meniu-act-dreapta {
            transform: translateY(-225px);
            transform: translateX(38%);
            right: 30px;
        }
        
        .meniu-act-dreaptaDESCHIS {
            transform: translateY(0px);
            z-index: 109;
            right: 220px !important;
            background-color: transparent !important;
            -webkit-transition: width 0s;
            /* Safari */
            transition: width 0s;
            pdding-right: 10px !important;
        }
        
        .hide {
            display: none !important;
        }
        
        .egal {
            padding-top: 4px !important;
        }
        
        .default2 {
            background-color: #D0EEEB !important;
        }
        
        .default2:hover {
            background-color: #E5E5E5 !important;
        }
        
        .acteInterneAdd #dataVig,
        #dataAprob {
            z-index: 9 !important;
        }
        
        .acteInterneAdd .input-group .select2 {
            max-width: 300px !important;
        }
        
        .acteInterneAdd .input-group .input-group-addon {
            font-size: 12px;
        }
        
        .acteInterneAdd .input-group {
            width: 100% !important;
        }
        
        .incarcareDocument .input-group {
            width: 100% !important;
        }
        
        .incarcareDocument .bg-blue-madison {
            min-width: 105px !important;
            max-width: 125px !important;
            font-size: 12px !important;
        }
        
        .incarcareDocument .bg-blue-madison label {
            font-size: 12px !important;
        }
        
        .incarcareDocument .bg-blue-madison span {
            font-size: 12px !important;
        }
        
        .acteInterneAdd .bg-blue-madison {
            width: 95px !important;
            min-width: 115px !important;
        }
        
        .selectat a {
            color: #FFFFFF !important;
            background-color: #8AB0D2 !important;
        }
        
        .navbar-nav li a:hover {
            color: #FFFFFF !important;
            background-color: #8AB0D2 !important;
        }
        
        @supports (-ms-ime-align:auto) {
            .fc table,
            table {
                border-collapse: unset !important;
            }
        }
        
        .comentariiBaza {
            padding: 10px;
            background-color: #eee;
        }
        
        .comentariiBaza .titluComent {
            font-weight: bold;
            font-style: italic;
        }
        
        .comentariiBaza .textComent {
            font-style: italic;
        }
        /* CSS PENTRU AFISARE ACTE */
        /**stil act**/
        /*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
        /*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
        /*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
        /*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
        /*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
        /*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
        /*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
        /*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
        /*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
        /*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
        /*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
        /*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
        /*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
        
        #act2 img,
        #act1 img {
            width: 99% !important;
        }
        
        .TAG_COLLAPSED {
            font-family: arial;
            font-size: 12px;
            display: none;
            background-color: #eeeeff;
            border-style: solid;
            border-width: 1px;
            margin-right: 0.05in;
        }
        
        .S_EMT {
            margin-left: 15px;
            padding: 0in;
            padding-top: 15px;
        }
        
        .S_PAR {
            display: block;
            padding-left: 15px;
            padding-right: 15px;
        }
        
        .S_LIT_BDY {
            /*padding-right:15px;*/
        }
        
        .S_NTA_SHORT {
            display: none;
            font-family: arial;
        }
        
        .S_NCC_SHORT {
            display: none;
            font-family: arial;
        }
        
        .S_LIT {
            display: block;
            border-style: dotted;
            border-color: transparent;
            border-width: 1px;
            padding-left: 5px;
        }
        
        .S_LIT_SHORT {
            display: none;
            background-color: #eeeeff;
            border-color: black;
            border-style: solid;
            border-width: 1px;
            font-size: 10px;
            font-family: arial;
        }
        
        .S_ALN {
            display: block;
            border-style: dotted;
            border-color: transparent;
            border-width: 1px;
            padding-left: 5px;
        }
        
        .S_ALN_SHORT {
            display: none;
            background-color: #eeeeff;
            border-color: black;
            border-style: solid;
            border-width: 1px;
            font-size: 10px;
            font-family: arial;
        }
        
        .S_LIN {
            display: block;
            border-style: dotted;
            border-color: transparent;
            border-width: 1px;
        }
        
        .S_LIN_SHORT {
            display: none;
            background-color: #eeeeff;
            border-color: black;
            border-style: solid;
            border-width: 1px;
            font-size: 10px;
            font-family: arial;
        }
        
        .S_PCT {
            display: block;
            border-style: dotted;
            border-color: transparent;
            border-width: 1px;
            padding-left: 7px;
        }
        
        .S_PCT_SHORT {
            display: none;
            background-color: #eeeeff;
            border-color: black;
            border-style: solid;
            border-width: 1px;
            font-size: 10px;
            font-family: arial;
        }
        
        .A_ELEMENT_CENTER {
            display: block;
            margin-top: 0.1in;
            margin-bottom: 0.1in;
            text-align: center;
        }
        
        .A_ELEMENT_RIGHT {
            display: block;
            margin-top: 0.1in;
            margin-bottom: 0.1in;
            text-align: right;
        }
        
        .A_ELEMENT_LEFT {
            display: block;
            margin-top: 0.1in;
            margin-bottom: 0.1in;
            text-align: left;
        }
        
        .S_NTA {
            display: block;
            margin-top: 0.05in;
            margin-bottom: 0.05in;
            margin-left: 0.2in;
            margin-right: 0.05in;
            border-style: dotted;
            border-color: transparent;
            border-width: 1px;
            font-size: 14.2px !important;
            background-color: #fafadd;
        }
        
        .S_NTA span {
            font-size: 14.1px !important;
        }
        
        .S_NCC {
            display: block;
            margin-top: 0.05in;
            margin-bottom: 0.05in;
            margin-left: 0.2in;
            margin-right: 0.05in;
            border-style: dotted;
            border-color: transparent;
            border-width: 1px;
        }
        
        .S_ART {
            display: block;
            margin-top: 0.05in;
            margin-bottom: 0.05in;
            margin-left: 0.05in;
            margin-right: 0.05in;
            border-style: dotted;
            border-color: transparent;
            border-width: 1px;
        }
        
        .S_POR {
            display: block;
            margin-top: 0.05in;
            margin-bottom: 0.05in;
            margin-left: 0.05in;
            margin-right: 0.05in;
            border-style: dotted;
            border-color: transparent;
            border-width: 1px;
        }
        
        .S_BLC {
            display: block;
            margin-top: 0.05in;
            margin-bottom: 0.05in;
            margin-left: 0.05in;
            margin-right: 0.05in;
            border-style: dotted;
            border-color: transparent;
            border-width: 1px;
        }
        
        .S_ANX {
            display: block;
            margin-top: 0.05in;
            margin-bottom: 0.05in;
            margin-left: 0.05in;
            margin-right: 0.05in;
            border-style: dotted;
            border-color: transparent;
            border-width: 1px;
        }
        
        .S_APN {
            display: block;
            margin-top: 0.05in;
            margin-bottom: 0.05in;
            margin-left: 0.05in;
            margin-right: 0.05in;
            border-style: dotted;
            border-color: transparent;
            border-width: 1px;
        }
        
        .S_CRT {
            display: block;
            margin-top: 0.05in;
            margin-bottom: 0.05in;
            margin-left: 0.05in;
            margin-right: 0.05in;
            border-style: dotted;
            border-color: transparent;
            border-width: 1px;
        }
        
        .S_PRT {
            display: block;
            margin-top: 0.05in;
            margin-bottom: 0.05in;
            margin-left: 0.05in;
            margin-right: 0.05in;
            border-style: dotted;
            border-color: transparent;
            border-width: 1px;
        }
        
        .S_TTL {
            display: block;
            margin-top: 0.05in;
            margin-bottom: 0.05in;
            margin-left: 0.05in;
            margin-right: 0.05in;
            border-style: dotted;
            border-color: transparent;
            border-width: 1px;
        }
        
        .S_CAP {
            display: block;
            margin-top: 0.05in;
            margin-bottom: 0.05in;
            margin-left: 0.05in;
            margin-right: 0.05in;
            border-style: dotted;
            border-color: transparent;
            border-width: 1px;
        }
        
        .S_SBC {
            display: block;
            margin-top: 0.05in;
            margin-bottom: 0.05in;
            margin-left: 0.05in;
            margin-right: 0.05in;
            border-style: dotted;
            border-color: transparent;
            border-width: 1px;
        }
        
        .S_SEC {
            display: block;
            margin-top: 0.05in;
            margin-bottom: 0.05in;
            margin-left: 0.05in;
            margin-right: 0.05in;
            border-style: dotted;
            border-color: transparent;
            border-width: 1px;
        }
        
        .S_PRG {
            display: block;
            margin-top: 0.05in;
            margin-bottom: 0.05in;
            margin-left: 0.05in;
            margin-right: 0.05in;
            border-style: dotted;
            border-color: transparent;
            border-width: 1px;
        }
        
        body {
            background-color: white;
            font-family: 'Poppins', sans-serif;
            font-size: 14.2px;
            font-weight: normal;
            text-align: justify;
            color: black;
        }
        
        .S_DEN {
            display: block;
            font-family: 'Poppins', sans-serif !important;
            font-size: 21px;
            font-weight: bold;
            text-align: left;
            color: darkred;
            margin-top: 0in;
            margin-bottom: 0in;
            margin-left: 15px;
            margin-right: 0in;
        }
        
        .S_HDR {
            display: block;
            font-family: 'Poppins', sans-serif !important;
            font-size: 14px;
            font-weight: bold;
            text-align: left;
            color: #333333;
            margin-top: 0.05in;
            margin-bottom: 0.05in;
            margin-left: 0.15in;
            margin-right: 0.05in;
            text-align: justify;
        }
        
        .S_EMT_TTL {
            font-family: arial;
            font-size: 14px;
            font-weight: bold;
            color: black;
        }
        
        .S_EMT_BDY {
            font-family: 'Poppins', sans-serif !important;
            font-size: 13px;
            font-weight: bold;
            color: darkgreen;
        }
        
        .S_PUB {
            display: block;
            font-family: arial;
            font-size: 14px;
            font-weight: bold;
            color: black;
            text-align: left;
            margin-top: 0.1in;
            margin-bottom: 0.1in;
            margin-left: 15px;
            margin-right: 0.1in;
        }
        
        .S_PUB_BDY {
            font-family: 'Poppins', sans-serif !important;
            font-size: 14px;
            font-weight: bold;
            color: #24689B;
        }
        
        .S_NTA_PAR {
            font-family: 'Poppins', sans-serif !important;
            font-size: 12.5px;
            font-weight: normal;
            color: black;
        }
        
        .S_NCC_PAR {
            font-family: 'Poppins', sans-serif !important;
            font-size: 12.5px;
            font-weight: normal;
            color: gray;
        }
        
        .S_SMN_PAR {
            font-family: 'Poppins', sans-serif !important;
            font-size: 12.5px;
            font-weight: bold;
            color: #24689B;
            text-align: center;
            width: auto;
            display: block;
        }
        
        .S_SMN {
            text-align: center;
            width: auto;
            display: block;
            line-height: 11.5px !important;
        }
        
        .S_NTA_TTL {
            font-family: 'Poppins', sans-serif !important;
            font-size: 14px;
            font-weight: bold;
            color: #24689B;
        }
        
        .S_NCC_TTL {
            font-family: 'Poppins', sans-serif !important;
            font-size: 14px;
            font-weight: bold;
            color: #24689B;
        }
        
        .S_CIT {
            display: block;
            font-size: 12.5px;
            margin-top: 0.1in;
            margin-bottom: 0.1in;
            margin-left: 0.1in;
            margin-right: 0.1in;
            background-color: lightyellow;
        }
        
        .S_ART_TTL {
            font-family: 'Poppins', sans-serif !important;
            font-size: 14.1px;
            font-weight: bold;
            color: #24689B;
        }
        
        .S_ART_DEN {
            font-family: 'Poppins', sans-serif !important;
            font-weight: bold;
            font-size: 14px;
            color: #24689B;
        }
        
        .S_POR_TTL {
            font-family: 'Poppins', sans-serif !important;
            font-size: 14px;
            font-weight: bold;
            color: darkred;
        }
        
        .S_POR_DEN {
            font-family: 'Poppins', sans-serif !important;
            font-weight: bold;
            font-size: 14px;
            color: darkred;
        }
        
        .S_BLC_TTL {
            font-family: 'Poppins', sans-serif !important;
            font-size: 14px;
            font-weight: bold;
            color: darkred;
        }
        
        .S_REF_TTL {
            font-family: 'Poppins', sans-serif !important;
            font-weight: bold;
            font-size: 14px;
            color: #24689B;
        }
        
        .S_ANX_TTL {
            font-family: 'Poppins', sans-serif !important;
            font-weight: bold;
            font-size: 14px;
            color: #24689B;
            text-align: left;
            width: auto;
            display: block;
        }
        
        .S_ANX_DEN {
            font-family: 'Poppins', sans-serif !important;
            font-weight: bold;
            font-size: 14px;
            color: #24689B;
            text-align: left;
            width: auto;
            display: block;
        }
        
        .S_APN_TTL {
            font-family: 'Poppins', sans-serif !important;
            font-weight: bold;
            font-size: 14px;
            color: #24689B;
        }
        
        .S_APN_DEN {
            font-family: 'Poppins', sans-serif !important;
            font-weight: bold;
            font-size: 14px;
            color: #24689B;
        }
        
        .S_CRT_TTL {
            font-family: 'Poppins', sans-serif !important;
            font-weight: bold;
            font-size: 19px;
            color: darkgreen;
            text-align: center;
            width: auto;
            display: block;
        }
        
        .S_CRT_DEN {
            font-family: 'Poppins', sans-serif !important;
            font-weight: bold;
            font-size: 19px;
            color: darkgreen;
            text-align: center;
            width: auto;
            display: block;
        }
        
        .S_PRT_TTL {
            font-family: 'Poppins', sans-serif !important;
            font-weight: bold;
            font-size: 19px;
            color: darkgreen;
            text-align: center;
            width: auto;
            display: block;
        }
        
        .S_PRT_DEN {
            font-family: 'Poppins', sans-serif !important;
            font-weight: bold;
            font-size: 19px;
            color: darkgreen;
            text-align: center;
            width: auto;
            display: block;
        }
        
        .S_LIT_TTL {
            font-family: 'Poppins', sans-serif !important;
            font-weight: bold;
            color: darkred;
        }
        
        .S_ALN_TTL {
            font-family: 'Poppins', sans-serif !important;
            font-weight: bold;
            color: darkred;
        }
        
        .S_LIN_TTL {
            font-family: 'Poppins', sans-serif !important;
            font-weight: bold;
            font-size: 15px;
            color: #24689B;
        }
        
        .S_PCT_TTL {
            font-family: 'Poppins', sans-serif !important;
            font-weight: bold;
            color: darkred;
        }
        
        .S_TTL_TTL {
            font-family: 'Poppins', sans-serif !important;
            font-weight: bold;
            font-size: 18px;
            color: darkred;
            text-align: center;
            width: auto;
            display: block;
        }
        
        .S_TTL_DEN {
            font-family: 'Poppins', sans-serif !important;
            font-weight: bold;
            font-size: 18px;
            color: darkred;
            text-align: center;
            width: auto;
            display: block;
        }
        
        .S_CAP_TTL {
            font-family: 'Poppins', sans-serif !important;
            font-weight: bold;
            font-size: 17px;
            color: brown;
            text-align: center;
            width: auto;
            display: block;
        }
        
        .S_CAP_DEN {
            font-family: 'Poppins', sans-serif !important;
            font-weight: bold;
            font-size: 17px;
            color: brown;
            text-align: center;
            width: auto;
            display: block;
        }
        
        .S_SBC_TTL {
            font-family: 'Poppins', sans-serif !important;
            font-weight: bold;
            font-size: 16px;
            color: black;
        }
        
        .S_SBC_DEN {
            font-family: 'Poppins', sans-serif !important;
            font-weight: bold;
            font-size: 16px;
            color: black;
        }
        
        .S_SEC_TTL {
            font-family: 'Poppins', sans-serif !important;
            font-weight: bold;
            font-size: 16px;
            color: black;
            text-align: center;
            width: auto;
            display: block;
        }
        
        .S_SEC_DEN {
            font-family: 'Poppins', sans-serif !important;
            font-weight: bold;
            font-size: 16px;
            color: black;
            text-align: center;
            width: auto;
            display: block;
        }
        
        .S_PRG_TTL {
            font-family: 'Poppins', sans-serif !important;
            font-weight: bold;
            font-size: 15px;
            color: black;
            text-align: center;
            width: auto;
            display: block;
        }
        
        .S_PRG_DEN {
            font-family: 'Poppins', sans-serif !important;
            font-weight: bold;
            font-size: 15px;
            color: black;
            text-align: center;
            width: auto;
            display: block;
        }
        
        .S_MRC {
            border-color: black;
            background-color: azure;
        }
        
        .S_LGD {
            text-decoration: underline;
            color: #24689B;
        }
        
        .S_LGE {
            text-decoration: underline;
            color: #24689B;
            cursor: pointer
        }
        
        .S_LGI {
            text-decoration: underline;
            color: darkgreen;
        }
        
        .S_PRE {
            white-space: pre;
            display: block;
            font: normal 12px courier new;
        }
        
        .S_PRE {
            width: 100% !important;
            overflow-y: hidden !important;
            overflow-x: auto !important;
            display: block;
            max-width: 98% !important;
            width: auto;
        }
        
        .act-content table {
            width: 100% !important;
            overflow-y: hidden !important;
            overflow-x: auto !important;
            display: inline-block !important;
            max-width: 98% !important;
            width: auto;
        }
        
        .act-content table td {
            white-space: normal !important;
        }
        
        .act-content table td .S_PAR {
            padding-left: 0 !important;
            padding-right: 0 !important;
            display: inherit !important;
        }
        
        .S_EMT {
            background: transparent !important;
            margin: 0 !important;
            margin-left: 10px !important;
        }
        
        .S_EMT:hover {
            background: transparent !important;
        }
        
        .S_EMT td {
            border: 0 !important;
            padding: 2px !important;
            vertical-align: top !important;
        }
        
        .S_EMT tr:nth-child(odd) {
            background: transparent !important;
        }
        
        .S_EMT tr:nth-child(odd):hover {
            background: transparent !important;
        }
        
        .alert table {
            background: transparent !important;
            margin: 0 !important;
            margin-left: 10px !important;
        }
        
        .alert table:hover {
            background: transparent !important;
        }
        
        .alert table td {
            border: 0 !important;
            padding: 2px !important;
            vertical-align: middle !important;
        }
        
        .alert table tr:nth-child(odd) {
            background: transparent !important;
        }
        
        .alert table tr:nth-child(odd):hover {
            background: transparent !important;
        }
        
        .S_REF {
            display: block;
            text-align: center;
        }
        
        #main img {
            max-width: 100%;
            height: auto;
            text-align: center;
            width: auto;
        }
        
        #colMain2 table {
            width: 100% !important;
            overflow-y: hidden !important;
            overflow-x: auto !important;
            display: inline-block !important;
            max-width: 98% !important;
            width: auto;
        }
        
        #colMain2 table td .S_PAR {
            padding-left: 0 !important;
            padding-right: 0 !important;
            display: inherit !important;
        }
        
        #colMain1 table {
            width: 100% !important;
            overflow-y: hidden !important;
            overflow-x: auto !important;
            display: inline-block !important;
            max-width: 98% !important;
            width: auto;
        }
        
        #colMain1 table td .S_PAR {
            padding-left: 0 !important;
            padding-right: 0 !important;
            display: inherit !important;
        }
        
        #main table {
            width: 100% !important;
            overflow-y: hidden !important;
            overflow-x: auto !important;
            display: inline-block !important;
            max-width: 98% !important;
            width: auto;
        }
        
        #main table td .S_PAR {
            padding-left: 0 !important;
            padding-right: 0 !important;
            display: inherit !important;
        }
        
        .act-content table td {
            white-space: normal !important;
            resize: both;
            padding: 2px !important;
            min-width: 35px;
        }
        
        #colMain1 table td {
            white-space: normal !important;
            resize: both;
            padding: 2px !important;
            min-width: 35px;
        }
        
        #colMain2 table td {
            white-space: normal !important;
            resize: both;
            padding: 2px !important;
            min-width: 35px;
        }
        
        #main table td {
            white-space: normal !important;
            resize: both;
            padding: 2px !important;
            min-width: 35px;
        }
        
        .act-content table td .S_PAR {
            white-space: normal !important;
            word-wrap: normal;
            word-break: normal;
            display: block !important;
        }
        /*word-wrap: break-word;  word-break: break-word; */
        
        #colMain1 table td .S_PAR {
            white-space: normal !important;
            word-wrap: normal;
            word-break: normal;
            display: block !important;
        }
        /*word-wrap: break-word;  word-break: break-word; */
        
        #colMain2 table td .S_PAR {
            white-space: normal !important;
            word-wrap: normal;
            word-break: normal;
            display: block !important;
        }
        /*word-wrap: break-word;  word-break: break-word; */
        
        #main table td .S_PAR {
            white-space: normal !important;
            word-wrap: normal;
            word-break: normal;
            display: block !important;
        }
        /*word-wrap: break-word;  word-break: break-word; */
        
        .modal table td .S_PAR {
            white-space: normal !important;
            word-wrap: normal;
            word-break: normal;
            display: block !important;
        }
        /*word-wrap: break-word;  word-break: break-word; */
        
        .act-content table tr,
        #colMain1 table tr,
        #colMain2 table tr,
        #main table tr,
        .modal table tr {
            height: 20px !important;
        }
        /*pt rezoltuii mici apapre scroll la tabele */
        
        @media only screen and (max-width: 1023px) {
            .act-content table td .S_PAR {
                word-break: normal !important;
            }
            #colMain1 table td .S_PAR {
                word-break: normal !important;
            }
            #colMain2 table td .S_PAR {
                word-break: normal !important;
            }
            #main table td .S_PAR {
                word-break: normal !important;
            }
            .modal table td .S_PAR {
                word-break: normal !important;
            }
        }
        
        .act-content a:visited {
            color: #14B9D6;
            text-decoration: none !important;
        }
        
        .modal .S_PAR table {
            display: inline-block !important;
        }
        
        .modal table td {
            white-space: normal !important;
        }
        
        #main .alert table td .S_PAR {
            display: block !important;
        }
        
        .act-content .alert table td .S_PAR {
            display: block !important;
        }
        
        #colMain1 .alert table td .S_PAR {
            display: block !important;
        }
        
        #colMain2 .alert table td .S_PAR {
            display: block !important;
        }
        
        .S_EMT td .S_PAR {
            display: block !important;
        }
        
        .S_ANX_BDY .S_PRE {
            background-color: #FAFAFA;
            border: 1px solid #CCC;
        }
        /**autorizatii formatare text**/
        
        #autorizatii .S_PCT {
            text-indent: 25px;
        }
        
        #autorizatii .S_POR_DEN {
            padding-left: 5px;
        }
        
        #autorizatii .S_PAR .S_LIT {
            padding-left: 0px;
        }
        
        #autorizatii .S_PAR {
            padding-left: 0px;
        }
        
        #autorizatii .S_PCT .S_LIT {
            padding-left: 0px;
        }
        
        #autorizatii .S_PCT {
            padding-left: 0px;
        }
        
        #autorizatii .S_POR_DEN {
            padding-left: 0px;
        }
        
        #autorizatii .alert {
            animation: none;
            -webkit-animation: none;
        }
        
        #autorizatii .S_DEN {
            text-align: center !important;
        }
        
        .S_TBL td {
            border: 1px solid #ccc !important;
        }
        
        .S_TBL .S_TD_NO_BORDER {
            border: 0 !important;
        }
        
        .S_TBL .S_TD_H_ALIGN_LEFT {
            text-align: left !important;
        }
        
        .S_TBL .S_TD_H_ALIGN_RIGHT {
            text-align: right !important
        }
        
        .S_TBL .S_TD_H_ALIGN_CENTER {
            text-align: center !important
        }
        
        .S_TBL .S_TD_V_ALIGN_TOP {
            vertical-align: top !important;
        }
        
        .S_TBL .S_TD_V_ALIGN_MIDDLE {
            vertical-align: middle !important;
        }
        
        .S_TBL .S_TD_V_ALIGN_BOOTOM {
            vertical-align: bottom !important;
        }
        
        #main .S_TBL .S_TD_PADDING {
            padding: 2px 6px !important;
        }
        
        .act-content .S_TBL .S_TD_PADDING {
            padding: 2px 6px !important;
        }
        
        #colMain1 .S_TBL .S_TD_PADDING {
            padding: 2px 6px !important;
        }
        
        #colMain2 .S_TBL .S_TD_PADDING {
            padding: 2px 6px !important;
        }
        
        .titluNotaCTCE {
            text-decoration: none;
            font-weight: bold !important;
            color: #24689B !important;
        }
        
        .NotaCTCE {
            font-family: sans-serif !important;
            font-weight: 100 !important;
        }
        
        .NotaCTCE a {
            font-family: sans-serif !important;
        }
        
        .NotaCTCE .S_PAR {
            font-style: italic !important;
        }
        
        .S_PRE a {
            white-space: pre-wrap !important;
        }
        
        .acteLegEu table td,
        .acteLegEu #main table td,
        .acteLegEu .act-content table td {
            width: auto !important;
            padding: 5px !important;
        }
        
        .acteLegEu table,
        .acteLegEu #main table,
        .acteLegEu .act-content table {
            width: auto !important;
            display: table !important;
        }
        
        .acteLegEu a FONT {
            font-family: verdana !important;
        }
        
        .acteLegEu .doubleScroll-scroll-wrapper {
            display: none !important;
        }
        /*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
        /*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
        /*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
        /*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
        /*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
        /*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
        /*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
        /*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
        /*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
        /*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
        /*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
        /**END layout_act.css**/
        /**END layout_act.css**/
        /**END layout_act.css**/
        
        .NotaCTCE {
            font-style: italic !important;
        }
        
        .modal .scroller {
            overflow-y: auto !important;
        }
        
        .modal #topactModal {
            display: none;
        }
        
        .navbar-collapse.collapse {
            height: 100% !important;
        }
        
        .overflowAuto {
            overflow-y: auto !important;
        }
        
        .page-sidebar-menu-closed {
            overflow-y: hidden !important;
        }
        
        #rememberMe {
            display: inline-block;
            height: auto;
            width: auto;
            margin: 2px;
        }
        
        .nuaremodul span,
        .aremodul span {
            text-transform: unset !important;
        }
        
        .indrumarSpeta h3 {
            font-size: 1.1em;
            font-weight: bold;
        }
        
        .divSpeta {
            border-bottom: 1px solid #578ebebd;
        }
        
        .albastruDeschis {
            color: #578ebebd;
        }
        
        .speta-actulizare {
            padding-right: 20px;
        }
        
        #lista_categ_principale {
            padding-right: 20px;
        }
        
        #indrumar_achizitii .sublinks {
            padding-right: 0 !important;
        }
        /*pulsating*/
        
        .pulsare {
            width: 22px;
            height: 22px;
            border-radius: 50% !important;
            cursor: pointer;
            box-shadow: 0 0 0 rgba(255, 255, 255, 0.8);
            animation: pulsare 1.3s infinite;
            padding: 5px;
        }
        
        .indrumarSpeta:hover {
            background-color: #fafafa;
            border: 1px solid #ccc;
        }
        
        .indrumarSpeta:hover .fa-question-circle-o {
            width: 24px;
            height: 23px;
            border-radius: 50% !important;
            cursor: pointer;
            box-shadow: 0 0 0 rgba(105, 105, 105, 0.8);
            animation: pulsare2 1.3s infinite;
            padding: 0px;
        }
        
        .campFiltrare {
            background-image: url('../img/INTRO3.png');
            background-position: 10px 12px;
            background-repeat: no-repeat;
            width: 100%;
            font-size: 16px;
            padding: 12px 20px 12px 40px;
            border: 1px solid #ddd;
            margin-bottom: 12px;
        }
        
        .listaDeFiltrat {
            list-style-type: none;
            padding: 0;
            margin: 0;
        }
        
        .listaDeFiltrat li a {
            border: 1px solid #ddd;
            margin-top: -1px;
            /* Prevent double borders */
            background-color: #f6f6f6;
            padding: 12px;
            text-decoration: none;
            font-size: 18px;
            color: black;
            display: block
        }
        
        .listaDeFiltrat li a:hover:not(.header) {
            background-color: #eee;
        }
        
        .badgebog-red {
            background-color: red;
            border-radius: 50%;
            font-size: .25em;
            display: block;
            position: absolute;
            text-align: center;
            line-height: 2em;
            top: -.5em;
            right: -.5em;
            width: 2em;
            height: 2em;
            border: solid 4px #fff;
            box-shadow: 0px 0px 1px #000;
            color: #fff;
        }
        
        .btnMonitorizare-act {
            right: 20px !important;
            position: absolute !important;
            padding-left: 1px;
            right: 8px;
            background-color: #FFF;
            border: 0px #ccc solid;
            top: 12%;
            width: 35px;
            text-align: center;
        }
        
        .btnMonitorizare-act .btn span {
            font-size: 24px;
        }
        
        .ui-resizable-handle {
            border-bottom-color: #999;
            position: absolute;
            width: 100%;
            max-width: inherit !important;
            cursor: nw-resize;
            background: #EEEEEE url(../images/grippie.png) no-repeat scroll center;
            border-color: #DDDDDD;
            border-style: solid;
            border-width: 0 1px 1px;
            height: 9px;
        }
        
        .modal-header,
        .modal-body,
        .modal-footer,
        .modal .slimScrollDiv {
            border: 1px solid #ccc;
        }
        
        .modal-footer {
            border-top: 0 !important;
        }
        
        .modal-content,
        .modal-dialog {
            border: 0 !important;
        }
        
        .ui-resizable {
            background: transparent !important;
            -webkit-box-shadow: none !important;
            -moz-box-shadow: none !important;
            box-shadow: none !important;
        }
        
        #actTerminal .modal-dialog,
        #actTerminalLegInterna .modal-dialog,
        #actTerminal1 .modal-dialog,
        .speteModal .modal-dialog,
        #draggableDinJurisprudenta .modal-dialog {
            min-height: 250px !important;
        }
        /*redimensionare modala cu slimscroll */
        /*#actTerminalLegInterna .modal-body {
    max-height: 480px !important;
    height: 100%;
}
#actTerminalLegInterna .modal-body .slimScrollDiv {
    max-height: 480px !important;
    height: 98%;

}*/
        /*end redimensionare modala cu slimscroll */
        
        @-webkit-keyframes pulsare {
            0% {
                -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
            }
            70% {
                -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
            }
            100% {
                -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            }
        }
        
        @keyframes pulsare {
            0% {
                -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
                box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
            }
            70% {
                -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
                box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
            }
            100% {
                -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
                box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            }
        }
        
        @-webkit-keyframes pulsare2 {
            0% {
                -webkit-box-shadow: 0 0 0 0 rgba(50, 95, 168, 0.8);
            }
            70% {
                -webkit-box-shadow: 0 0 0 10px rgba(50, 95, 168, 0);
            }
            100% {
                -webkit-box-shadow: 0 0 0 0 rgba(50, 95, 168, 0);
            }
        }
        
        @keyframes pulsare2 {
            0% {
                -moz-box-shadow: 0 0 0 0 rgba(50, 95, 168, 0.8);
                box-shadow: 0 0 0 0 rgba(50, 95, 168, 0.8);
            }
            70% {
                -moz-box-shadow: 0 0 0 10px rgba(50, 95, 168, 0);
                box-shadow: 0 0 0 10px rgba(50, 95, 168, 0);
            }
            100% {
                -moz-box-shadow: 0 0 0 0 rgba(50, 95, 168, 0);
                box-shadow: 0 0 0 0 rgba(50, 95, 168, 0);
            }
        }
        /*fix pentru mobil*/
        
        @media (max-width: 480px) {
            #main {
                overflow-y: hidden !important;
                max-height: inherit;
                overflow-x: hidden;
                padding-bottom: 25px !important;
                margin-top: -1px !important;
            }
            #comentariul {
                overflow-y: hidden !important;
                max-height: inherit;
                overflow-x: hidden;
                padding-bottom: 25px !important;
                margin-top: -1px !important;
            }
            .page-header.navbar .menu-toggler {
                background-image: url(../img/sidebar-toggler.png) !important;
            }
            #schimbaWidthHeader .page-logo a img {
                display: block !important;
            }
        }
        
        @media (max-width: 750px) {
            #main {
                overflow-y: hidden !important;
                max-height: inherit;
                overflow-x: hidden;
                padding-bottom: 25px !important;
                margin-top: -1px !important;
            }
            #comentariul {
                overflow-y: hidden !important;
                max-height: inherit;
                overflow-x: hidden;
                padding-bottom: 25px !important;
                margin-top: -1px !important;
            }
        }
        /*end fix pentru mobil*/
        
        .bootstrap-select .dropdown-menu .inner {
            max-height: 110px !important;
            overflow-y: auto !important;
        }
        
        div .selectpicker {
            max-height: 110px !important;
            overflow-y: auto !important;
        }
        
        .cls_selectat {
            color: #FFFFFF !important;
            background-color: #FFB848;
        }
        
        .cls_setsisau:hover {
            color: #FFF !important;
            background-color: #ffaa24 !important;
        }
        
        .btn-filtru {
            height: 27px !important;
        }
        
        .btn-filtru2 {
            height: 38px !important;
        }
        
        #oficialemodul #search_string {
            height: 42px !important;
        }
        
        .divRafinareSi .inputSi,
        .divRafinareSau .inputSau {
            margin-left: 10px;
            margin-bottom: 20px;
            margin-top: 10px;
        }
        
        .divRafinareSi .adaugaSi,
        .divRafinareSau .adaugaSau {
            margin-right: 10px;
            height: 34px !important;
            margin-top: 10px;
        }
        
        .inchideSi,
        .inchideSau {
            height: 25px !important;
            margin-right: 0px;
        }
        
        .divRafinareSi {
            display: none;
            padding: 0px !important;
            position: absolute;
            background: white;
            border: 1px solid #ccc !important;
            top: 41px;
            z-index: 3;
        }
        
        .divRafinareSau {
            display: none;
            padding: 0px !important;
            position: absolute;
            background: white;
            border: 1px solid #ccc !important;
            top: 41px;
            z-index: 3;
        }
        
        .titluRafinare {
            background: #578ebe!important;
            padding: 6px;
            color: white;
        }
        /*IMPORTANT*/
        /*fixare scroll dublu cap tabele BOGDAN*/
        
        .doubleScroll-scroll-wrapper {
            position: sticky;
            top: -22px;
            position: -webkit-sticky;
        }
        /*END fixare scroll dublu cap tabele BOGDAN*/
        /*IMPORTANT*/
        
        .scroller {
            -ms-touch-action: pan-y !important;
            touch-action: pan-y !important;
        }
        
        #actTerminal .modal-dialog,
        #actTerminalLegInterna .modal-dialog,
        #actTerminal1 .modal-dialog,
        .speteModal .modal-dialog,
        #draggableDinJurisprudenta .modal-dialog {
            position: relative;
            overflow: hidden;
            width: auto;
        }
        
        #actTerminal .slimScrollBar,
        #actTerminalLegInterna .slimScrollBar,
        #actTerminal1 .slimScrollBar,
        .speteModal .slimScrollBar,
        #draggableDinJurisprudenta .slimScrollBar {
            display: none !important;
        }
        
        #actTerminal .slimScrollRail,
        #actTerminalLegInterna .slimScrollRail,
        #actTerminal1 .slimScrollRail,
        .speteModal .slimScrollRail,
        #draggableDinJurisprudenta .slimScrollRail {
            z-index: -1 !important;
        }
        
        #actTerminal .modal-dialog,
        #actTerminalLegInterna .modal-dialog,
        #actTerminal1 .modal-dialog,
        .speteModal .modal-dialog,
        #draggableDinJurisprudenta .modal-dialog {
            z-index: -1 !important;
        }
        
        #actTerminal .maxWidth,
        #actTerminalLegInterna .maxWidth,
        #actTerminal1 .maxWidth,
        .speteModal .maxWidth,
        #draggableDinJurisprudenta .maxWidth {
            max-width: 819px !important;
            min-height: 140px !important;
            width: 100% !important;
        }
        
        #actTerminal .slimScrollDiv,
        #actTerminalLegInterna .slimScrollDiv,
        #actTerminal1 .slimScrollDiv,
        .speteModal .slimScrollDiv,
        #draggableDinJurisprudenta .slimScrollDiv {
            height: auto !important;
        }
        
        #actTerminal .modal-dialog,
        #actTerminalLegInterna .modal-dialog,
        #actTerminal1 .modal-dialog,
        .speteModal .modal-dialog,
        #draggableDinJurisprudenta .modal-dialog {
            height: auto !important;
            margin-bottom: 0 !important;
        }
        
        #actTerminal .modal-footer,
        #actTerminalLegInterna .modal-footer,
        #actTerminal1 .modal-footer,
        .speteModal .modal-footer,
        #draggableDinJurisprudenta .modal-footer {
            margin-top: -5px;
            position: relative;
        }
        
        #actTerminal .modal-footer .red,
        #actTerminalLegInterna .modal-footer .red,
        #actTerminal1 .modal-footer .red,
        .speteModal .modal-footer .red,
        #draggableDinJurisprudenta .modal-footer .red,
        #actTerminal .modal-footer #footerJurisprudenta,
        #actTerminalLegInterna .modal-footer #footerJurisprudenta,
        #actTerminal1 .modal-footer #footerJurisprudenta,
        .speteModal .modal-footer #footerJurisprudenta,
        #draggableDinJurisprudenta .modal-footer #footerJurisprudenta {
            position: relative;
            z-index: 999;
        }
        
        .ui-resizable-handle {
            margin-top: -9px;
        }
        
        #descrierePachet {
            font-color: black !important;
            font-size: 10px !important;
            font-weight: normal !important;
        }
        
        #contentNotificariO table .row a {
            font-weight: normal !important;
        }
        
        #contentNotificariO {
            overflow: hidden !important;
        }
        
        #contentNotificariO {
            height: 180px !important;
        }
        
        #setariUtilizator label {
            font-size: 13px !important;
            cursor: pointer;
        }
        
        #setariUtilizator input {
            cursor: pointer;
        }
        
        #setariUtilizator .panel-body {
            padding: 0 !important;
        }
        
        #setariUtilizator table {
            width: 100% !important;
            max-width: 100% !important;
        }
        
        #setariUtilizator tbody {
            display: inline-table !important;
            width: 100% !important;
        }
        
        #setariUtilizator table tbody td {
            vertical-align: middle !important;
            padding-left: 8px !important;
        }
        
        .page-top #userinfodiv .dropdown-menu-default {
            width: 450px !important;
            columns: 2;
        }
        
        @media (max-width: 750px) {
            .page-top #userinfodiv .dropdown-menu-default {
                width: 300px !important;
                columns: 1 !important;
            }
        }
        
        .portlet>.portlet-title>.actions .btn-icon-only.btn-default.fullscreen {
            font-family: FontAwesome !important;
        }
        
        .pace-activity {
            display: none !important;
        }
        
        .S_ART_TTL {
            display: inline-block;
        }
        
        .bile-loader {
            padding-left: 5px;
            display: inline-block;
            margin-bottom: -10px;
            margin-left: 25px;
            width: 30px;
            height: 12px;
            transform: translateX(-50%) translateY(-50%);
        }
        
        .bila-loader {
            will-change: transform;
            height: 8px;
            width: 8px;
            border-radius: 50% !important;
            background-color: #d31d18;
            opacity: 0.7;
            position: absolute;
            animation: grow 1s ease-in-out infinite alternate;
        }
        
        .bila-loader.bila1 {
            left: 0;
            transform-origin: 100% 50%;
        }
        
        .bila-loader.bila2 {
            left: 50%;
            transform: translateX(-50%) scale(1);
            animation-delay: 0.33s;
        }
        
        .bila-loader.bila3 {
            right: 0;
            animation-delay: 0.66s;
        }
        
        @keyframes grow {
            to {
                transform: translateX(-50%) scale(0);
            }
        }
        
        #loaderActArticole {}
        
        .loaderTotal {
            width: 97%;
            text-align: center;
            position: absolute;
            margin: 0 auto;
            border: 1px solid #c0c0c0;
            border-radius: 5px !important;
            padding: 10px;
            bottom: 1%;
            background: #F7DBD7;
            color: #A93434;
        }
        
        .scotietateListaMof {
            padding: 5px;
            border: 1px solid #E3E3E3;
            margin-top: 5px;
        }
        
        .scotietateListaMof:hover {
            background: #eeeeee;
        }
        
        .societateContainer {
            border-bottom: 1px solid #b3d4fc;
            padding: 3px;
        }
        
        .linkLegaturiPeAct {
            color: #396 !important;
            text-decoration: underline;
            margin-right: 10px;
            font-size: 12.5px;
        }
        
        .note .highlight {
            background-color: #FFFF00 !important;
            color: #333333 !important;
        }
        /* Extra small devices (phones, 600px and down) */
        
        @media only screen and (max-width: 600px) {
            .infoArticolMof4Buletin {
                width: 250px;
            }
        }
        /* Small devices (portrait tablets and large phones, 600px and up) */
        
        @media only screen and (min-width: 600px) {
            .infoArticolMof4Buletin {
                width: 500px;
            }
        }
        /* Medium devices (landscape tablets, 768px and up) */
        
        @media only screen and (min-width: 768px) {
            .infoArticolMof4Buletin {
                width: 500px;
            }
        }
        /* Large devices (laptops/desktops, 992px and up) */
        
        @media only screen and (min-width: 992px) {
            .infoArticolMof4Buletin {
                width: 500px;
            }
        }
        /* Extra large devices (large laptops and desktops, 1200px and up) */
        
        @media only screen and (min-width: 1200px) {
            .infoArticolMof4Buletin {
                width: calc(100% - 40px);
                max-width: 900px;
            }
        }
        
        .buletinInfoSemn {
            cursor: pointer;
        }
        
        .filtruAutoriLive ul,
        .filtruAnLive ul,
        .filtruLunaLive ul,
        .filtruCategoriiLive ul {
            padding: 5px 5px 5px 5px;
            margin-top: 2px;
            background: white;
        }
        
        .filtruAutoriLive ul li,
        .filtruAnLive ul li,
        .filtruLunaLive ul li,
        .filtruCategoriiLive ul li {
            font-size: 12px;
        }
        
        .selectieUniversulJuridic #search_string {
            height: 54px !important;
        }
        
        .selectieUniversulJuridic .filtruCriteriiLive {
            background: #FBFBFB;
            border: 1px solid aliceblue;
        }
        
        .selectieUniversulJuridic .filtruCriteriiLive .slimScrollBar {
            background: #262626 !important;
            opacity: 0.4 !important;
        }
        
        .selectieUniversulJuridic .filtruCriteriiLive .slimScrollBar:hover {
            opacity: 0.6 !important;
        }
        
        .selectieUniversulJuridic .filtruCriteriiLive .slimScrollRail {
            background: #262626 !important;
            opacity: 0.4 !important;
        }
        
        .selectieUniversulJuridic .filtruCriteriiLive .slimScrollRail:hover {
            opacity: 0.4 !important;
        }
        
        .selectieUniversulJuridic .filtruCriteriiLive {
            padding-bottom: 20px;
            ;
        }
        
        #idinfocriteriiselectate {
            margin-bottom: 5px;
        }
        
        .infosalvaretextec {
            display: inline-table !important;
        }
        
        .articolAutor {
            background-color: #F2F5F8;
            border: 1px solid #c0c6c2;
            padding: 5px;
            margin: 5px auto;
            border-radius: 6px !important;
            -webkit-border-radius: 6px !important;
            -moz-border-radius: 6px !important;
            -ms-border-radius: 6px !important;
            -o-border-radius: 6px !important;
            text-align: left;
            height: 288px;
        }
        
        .articolAutor:hover {
            background-color: #FEFEFE;
        }
        
        .articolAutor a {
            font-size: 13px !important;
        }
        
        .articolAutor span {
            font-size: 11px !important;
        }
        
        a[name] {
            padding-top: 40px;
            margin-top: -40px;
            display: inline-block;
            /* required for webkit browsers */
        }
        
        .modal a[name] {
            padding-top: 0px;
            margin-top: 0px;
            display: inline-block;
            /* required for webkit browsers */
        }
        
        .categorieProd {
            columns: 3;
            display: block;
            list-style: none;
            text-align: left;
        }
        
        .categorieProd .pricing-footer,
        .categorieProd .pricing-head {
            text-align: left;
        }
        
        .categorieProd .pricing-head h4 {
            color: inherit;
            padding: 0;
            font-size: 16px;
            font-weight: bold;
            background: none;
            border-bottom: solid 0px #f5f9e7;
        }
        
        .categorieProd .pricing-head h4 span {
            font-size: inherit;
        }
        
        .categorieProd .pricing:hover {
            border: 0;
        }
        
        .categorieProd .pricing {
            border: 0;
            position: unset;
            margin-bottom: 0;
        }
        
        .categorieProd .valveche {
            font-size: inherit !important;
        }
        
        .categorieProd .valnoua {
            font-size: inherit !important;
        }
        
        .pricing-table-box {
            padding: 0px;
            margin: 0px;
            margin-top: 10px;
            width: 100%;
        }
        
        .pricing-table-box td {
            padding: 0px;
            border-left: 1px solid transparent;
        }
        
        .pricing-table-box .pricing-table-box-list td {
            padding: 10px 8px;
            font-weight: 500;
            text-align: center;
            font-size: 14px;
            background: #F9F9F9;
        }
        
        .pricing-table-box .pricing-table-box-list .glyphicon-ok {
            color: #68AF27;
        }
        
        .pricing-table-box .pricing-table-box-list .glyphicon-remove {
            color: #C22439;
        }
        
        .pricing-table-box .pricing-table-box-list td:first-child {
            font-weight: 400;
            text-align: left;
            border-left: 0px;
            font-size: 14px;
            color: #060606;
        }
        
        .pricing-table-box .pricing-table-box-list:nth-child(2n) td {
            background: #F2F2F2;
        }
        
        .pricing-table-box .pricing-table-box-text h2 {
            font-size: 25px;
            font-weight: 300;
            line-height: 30px;
            margin: 0px;
            padding: 0px;
            text-align: center;
            color: #8a8a8a;
        }
        
        .pricing-table-box .pricing-table-box-text p {
            font-size: 12px;
            font-weight: 400;
            text-align: center;
            color: #666;
            margin-top: 10px;
        }
        
        .pricing-table-box .pricing-table-box-item {
            color: #FFF;
        }
        
        .pricing-table-box .pricing-table-box-item .pricing-table-box-item-head {
            padding: 10px 5px;
            text-align: center;
            background-color: #6EB4D6!important;
            box-shadow: 0 -2px rgba(0, 0, 0, .1) inset;
            -moz-box-shadow: 0 -2px rgba(0, 0, 0, .1) inset;
            -webkit-box-shadow: 0 -2px rgba(0, 0, 0, .1) inset;
            -o-box-shadow: 0 -2px rgba(0, 0, 0, .1) inset;
            border-radius: 50px 50px 0 0 !important;
        }
        
        .pricing-table-box .pricing-table-box-item .pricing-table-box-item-head p {
            font-size: 17px;
            font-weight: 600;
            line-height: 21px;
            text-transform: uppercase;
            margin-bottom: 0px;
        }
        
        .pricing-table-box .pricing-table-box-item .pricing-table-box-item-price {
            padding: 15px 10px;
            text-align: center;
            color: #009AD7;
            background: #F9F9F9;
        }
        
        .pricing-table-box .pricing-table-box-item .pricing-table-box-item-price p {
            font-size: 31px;
            font-weight: 600;
            line-height: 36px;
            margin-bottom: 0px;
        }
        
        .pricing-table-box .pricing-table-box-item .pricing-table-box-item-price p span {
            font-size: 12px;
            font-weight: 300;
        }
        
        .pricing-table-box .pricing-table-box-item .pricing-table-box-item-price>span {
            font-size: 12px;
            font-weight: 400;
            color: #009AD7
        }
        
        .pricing-table-box .pricing-table-box-item .pricing-table-box-item-purchase {
            padding: 10px 5px;
            background: #FFF;
        }
        
        .pricing-table-box-item-purchase .btn {}
        
        .pricing-table-box-item-purchase .btn2 {}
        
        .btn-success.active.focus,
        .btn-success.active:focus,
        .btn-success.active:hover,
        .btn-success:active.focus,
        .btn-success:active:focus,
        .btn-success:active:hover,
        .open>.dropdown-toggle.btn-success.focus,
        .open>.dropdown-toggle.btn-success:focus,
        .open>.dropdown-toggle.btn-success:hover {
            color: inherit!important;
            background-color: inherit!important;
            border-color: inherit!important;
        }
        
        .pricing-table-box .pricing-table-box-list:nth-child(1n) td.second-row {
            background: #F2F2F2;
        }
        
        .pricing-table-box .pricing-table-box-list:nth-child(2n) td.second-row {
            background: #dedede;
        }
        
        .pricing-table-box .pricing-table-box-list:nth-child(1n) td.fourth-row {
            background: #F2F2F2;
        }
        
        .pricing-table-box .pricing-table-box-list:nth-child(2n) td.fourth-row {
            background: #dedede;
        }
        /* Color Version 2*/
        
        .pricing-table-box .pricing-table-box-item .pricing-table-box-item-head.color2 {
            background-color: #f6653c!important;
        }
        
        .pricing-table-box-item-purchase .btn.color2 {
            background-color: #f6653c!important;
        }
        
        .pricing-table-box .pricing-table-box-item .pricing-table-box-item-price.color2 {
            color: #f6653c!important;
        }
        
        #pachetPersonalizat {
            background-color: #E26A6A !important;
        }
        
        .pricing-table-box td {
            padding: 0px;
            border-left: 1px solid #eee !important;
            padding-left: 7px !important;
        }
        
        .filtruObiecte .form-control {
            padding-left: 30px;
        }
        
        .filtruObiecte .glyphicon {
            position: absolute;
            left: 0;
            padding: 45px 27px;
        }
        
        #divinfomodul {
            font-size: 18px;
            padding: 60px;
        }
        
        #divinfomodul ul li {
            font-size: 16px;
        }
        
        #divinfomodul ul li .icoMedie {
            font-size: 1.05em !important;
        }
        
        .titluModul a {
            font-weight: normal !important;
            font-family: 'Poppins', sans-serif !important;
            margin-top: -4px !important;
            position: relative;
            display: block;
            font-size: 28px;
            color: #14B9D6;
            font-weight: bolder !important;
            text-shadow: 1px 2px 2px #ddd;
            letter-spacing: 2px;
            -webkit-text-stroke: 1px #FFF;
            -webkit-text-fill-color: #14B9D6;
        }
        /*#adauga clasa aici pentru modale redimensionabile pentru a face unele reparatii - scroll / footer / top*/
        
        #actTerminal .modal-dialog,
        #actTerminalLegInterna .modal-dialog,
        #draggableCauta .modal-dialog,
        #actTerminal1 .modal-dialog,
        .speteModal .modal-dialog,
        #draggableDinJurisprudenta .modal-dialog {
            padding-bottom: 50px !important;
            max-height: 700px !important;
        }
        
        #actTerminal .scroller,
        #actTerminalLegInterna .scroller,
        #draggableCauta .scroller,
        #actTerminal1 .scroller,
        .speteModal .scroller,
        #draggableDinJurisprudenta .scroller {
            max-height: 450px !important;
        }
        
        #actTerminalLegInterna .modal-content,
        #draggableCauta .modal-content,
        #actTerminal1 .modal-content,
        .speteModal .modal-content,
        #draggableDinJurisprudenta .modal-content {
            max-height: 550px !important;
        }
        /*#adauga clasa aici pentru modale redimensionabile pentru a face unele reparatii - scroll / footer / top*/
        
        #actTerminal .modal-footer,
        #actTerminalLegInterna .modal-footer,
        #draggableCauta .modal-footer,
        #actTerminal1 .modal-footer,
        .speteModal .modal-footer,
        #draggableDinJurisprudenta .modal-footer {
            margin-top: 0px !important;
            position: relative !important;
        }
        /*#adauga clasa aici pentru modale redimensionabile pentru a face unele reparatii - scroll / footer / top*/
        
        #actTerminal #topactModal,
        #actTerminalLegInterna #topactModal,
        #draggableCauta #topactModal,
        #actTerminal1 #topactModal,
        .speteModal #topactModal,
        #draggableDinJurisprudenta #topactModal {
            bottom: -2%;
        }

      

        #calendar .list-group-item.active,   #calendar .list-group-item.active:focus,   #calendar  .list-group-item.active:hover {
            color: #000000;
          }

          .no-results {white-space: pre-wrap !important;}

          .bootstrap-select.btn-group .no-results {white-space: pre-wrap !important;}

          #eveniment-calendar .tt-hint, #add-events-modal .tt-input {color: black !important;}
          #eveniment-calendar #tokenfield-typeahead {color: black !important;}
          
          .S_POR_BDY .S_PAR .S_LGI  {padding-top: 0 !important; margin-top: 0 !important; }
          .S_LIN .S_LIN_BDY .S_LGI {padding-top: 0 !important; margin-top: 0 !important; }

         /*
         am scos clasele pentru ca era spatiu prea mare intre paragrafe
         .S_PAR {
            margin-top:10px; 
          }
          .S_PRE .S_PAR {
            margin-top: 0 !important;
          } */
           
         .RedValueGrayValue{ display: none; text-decoration:line-through; color:blue;background-color:#e6f7ff;opacity: 0.85;overflow-x:auto;}
         .RedValueGrayValueVizibil{ display: block; text-decoration:line-through; color:blue;background-color:#e6f7ff;opacity: 0.85;overflow-x:auto;}
         .RedValue{ display:none; color:red; text-decoration:line-through;background-color:#ccefff;opacity: 0.85;}
         .RedValueVizibil{ display:block; color:red; text-decoration:line-through;background-color:#ccefff;opacity: 0.85;}
         .GrayValue{ display: block; color:blue;}
         .NormeAplicareAndnormetext{background-color:#f2f2f2;opacity: 0.85;}
        .RedValueGrayValueTBL{display: none !important; text-decoration:line-through; color:blue;overflow-x:auto;background-color:#e6f7ff;opacity: 0.85;}
        .RedValueGrayValueTBLVizibil{display: block !important; text-decoration:line-through; color:blue;overflow-x:auto;background-color:#e6f7ff;opacity: 0.85;}
        #main .RedValueTBL,.RedValueTBL{display:none !important; color:red !important; text-decoration:line-through;overflow-x:auto;background-color:#ccefff;opacity: 0.85;}
        #main .RedValueTBLVizibil,.RedValueTBLVizibil{display:block !important; color:red !important; text-decoration:line-through;overflow-x:auto;background-color:#ccefff;opacity: 0.85;}
        .GrayValueTBL{display: block !important; color:blue;}
        .AfisTBL{display: block !important; color:inherited;}
        .RedValueGrayValueNTA{display: none; text-decoration:line-through; color:blue;background-color:#e6f7ff;opacity: 0.85;overflow-x:auto;}
        .RedValueGrayValueNTAVizibil{display: block, text-decoration:line-through; color:blue;background-color:#e6f7ff;opacity: 0.85;overflow-x:auto;}
         .RedValueNTAOPR{display: none;color:red; text-decoration:line-through;background-color:#ccefff;opacity: 0.85;}
         .RedValueNTAOPRVizibil{display:block;color:red; text-decoration:line-through;background-color:#ccefff;opacity: 0.85;}
         .GrayValueNTA{color:blue;}
         .articolvizibil{display: block;}
         .articolvizibilmodal{display: block; color:black;}
         .articolvizibil2{color:black;background-color:#e6fff7;opacity: 0.85;}
         .ClasaNormaInText{background-color:#f2f2f2;margin-top:-5px;}
         .RedValueFaraBackground{display: none; color:red; text-decoration:line-through;}
         .RedValueFaraBackgroundVizibil{display:block; color:red; text-decoration:line-through;}
         .NotaCTCE{background-color:#e6fff7;opacity:0.85;}
         
         
                    .modal-body #pdfViewer canvas {  width: auto;   max-width: 100%; }  
