/*ng-cloak*/
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(../res/fonts/SourceSansPro-Light.ttf) format('truetype');
    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;
}
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(../res/fonts/SourceSansPro-Regular.ttf) format('truetype');
    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;
}

/*remove buttons on inputs with type number*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type='number'] {
    -moz-appearance:textfield;
}

header{
    height: 0;
}
/*----*/

/*icomoon*/
@font-face {
    font-family: 'icomoon';
    src:url('../res/fonts/icomoon.eot?-ca2rn9');
    src:url('../res/fonts/icomoon.eot?#iefix-ca2rn9') format('embedded-opentype'),
    url('../res/fonts/icomoon.ttf?-ca2rn9') format('truetype'),
    url('../res/fonts/icomoon.woff?-ca2rn9') format('woff'),
    url('../res/fonts/icomoon.svg?-ca2rn9#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-simfin-logo:before {
    content: "\e604";
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.frame-logo-fa-fw{
    display: inline-block;
    width:1.28571429em;
    text-align: center
}

/*----*/

.no-border{
    border: 0;
}

.font-bold{
    font-weight: bold;
}

.heading-bulk-select{
    text-align: left !important;
    font-weight: bold;
    display: inline-block;
}

.new-span{
    font-size: 12px;
    font-style: italic;
    color: white;
    background-color: #2EC178;
    border-radius: 4px;
    padding: 1px 3px 1px 3px;
}

.div-new-box{
    float: left;
    padding-top: 1px;
    margin-left: 5px;
}

.div-new{
    font-size: 11px;
    color: white;
    background-color: #2EC178;
    border-radius: 4px;
    padding: 2px 3px 2px 3px;
    line-height: normal;
}

.h3-add-box{
    float: left;
    padding-top: 4px;
    margin-left: 5px;
}
.h3-add{
    font-size: 13px;
    color: white;
    background-color: #2EC178;
    border-radius: 4px;
    padding: 2px 5px 2px 5px;
}

.placeholder-font{
    color: transparent;
}

.main-frame{
    min-height: 650px;
}

.margin-top-view{
    margin-top: 26px;
}

.margin-top-gen{
    margin-top: 26px;
}

.mainp{
    font-size: 20px;
    color: #434343;
    font-weight: 300;
}

.in-filter-finder-div{
    padding-top:10px;
    margin-left: 10px;
}

.sec-header{
    font-size: 30px;
    font-weight: bold;
}

.fuse-header{
    font-size: 24px;
    font-weight: bold;
    color: #3a3a3a;
}

.app-button{
    border: 2px solid #70B8FF;
    font-weight: bold;
    color: #737373;
}

.app-button:hover,
.app-button:focus,
.app-button:active:focus,
.app-button.active:focus,
.app-button.focus,
.app-button:active.focus,
.app-button.active.focus{
    border: 2px solid #3399FF;
}

a {
    color: #3399FF;
}

a:focus, a:active {
    outline: none;
}

.no-outline{
    outline: none;
}

a:hover {
    color: #246BB2;
}

.link-blue{
    color: #3399FF !important;
}

.link-blue:hover {
    color: #246BB2 !important;
}

.link-bulk{
    font-size: 15px;
    color: black;
    opacity: 0.4;
}

.link-bulk:hover{
    color: black;
    opacity: 0.8;
}

.divider-line-bot{
    border-bottom: 1px solid #dedede;
}

.logo {
    height: 100%;
    max-height: 23px;
    width: auto;
    max-width: 130px;
    outline: none;
}

.logo-fuse {
    height: 100%;
    max-height: 23px;
    width: auto;
    max-width: 167px;
    outline: none;
}

.img-100{
    max-height: 100%;
    max-width: 150px;
}

.navbar-brand{
    outline: none;
}

.navbar-brand>img {
    padding: 2px 1px;
}

.page {
    margin-bottom: 0;
    background-color: #F5F5F5;
}

body{
    background-color: #e6e6e6;
}

.footer-bot{
    border-top: 1px solid #CECECE;
    padding-top: 10px;
    font-size: 10px;
    color: #AFAFAF;
    font-weight: 500;
}

.div_footer {
    background-color: #e6e6e6;
    padding-top: 10px !important;
    border-top: 2px solid #80bfff;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.link-footer{
    font-weight: 400;
    font-size: 12px;
    color: #A4A4A4;
}

.link-footer:hover,
.link-footer:focus {
    box-shadow: none;
    outline: none;
    text-decoration: none;
    color: #555555;
}

.link-footer.active{
    color: #3399FF;
}

.blue-bot-border{
    border-bottom: 2px solid #80bfff;
}

.li-nav,.search-nav{
    font-size: 13px;
}

.input-div-nav{
    max-width: 250px;
    min-width: 250px;
}

.icon-nav{
    color: #8295ac !important;
    font-size: 11px;
    margin-top: 2px;
    margin-right: 3px;
    float: left;
}

.li-nav-login{
    font-weight:bold;
}

.navbar-custom{
    background-color: transparent;
    border-bottom: 1px solid transparent;
}

.navbar-custom > .container > .navbar-collapse > .navbar-nav > li > a{
    color: #6C7C8F !important;
}

.navbar-custom > .container > .navbar-collapse > .navbar-nav > li > a:hover{
    color: #333 !important;
}

.navbar-custom.scrolled{
    background-color: #FDFDFD;
    border-bottom: 1px solid #e7e7e7;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus{
    background-color: #F5F5F5;
    color: #4C4C4C;
}

.navbar-custom a {
    outline: none;
}

.navbar-font, .font-grey{
    color: #777;
}

.weight-normal{
    font-weight: 400;
}

.border-light-grey{
    border: 1px solid #ddd;
}

.font-light-grey{
    color: #ADADAD;
}

.font-light-grey-home{
    color: #999999;
}

.font-light-grey-2{
    color: #9C9C9C;
}

.font-dark-grey{
    color: #2E2E2E !important;
}

.navbar-font:hover{
    color: #333;
}

.navbar-form-group{
    padding-right: 20px;
}


.sidebar-tools{
    position: fixed;
    width: 260px;
}

.disclaimer-box{
    font-size: 11px;
}

.list-li{
    font-weight: 300;
    font-size: 16px;
}

.b-li{
    font-weight: 400;
}

.label-sm{
    font-weight: 400 !important;
    font-size: 13px;
}

.box-features{
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.box-feature{
    padding: 10px
}

.div-feature{
    font-size: 25px;
}

.simplus-unlimited{
    float: left;
    font-size: 38px !important;
    margin-top: -15px;
    margin-bottom: -10px;
    margin-right:5px;
    font-weight: bold;
}

.simplus-desc{
    font-size: 14px;
    color: #808080;
    font-weight: normal !important;
}

.invis-button{
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
    width: 25px;
}

.btn-main-controls > .btn-group > a.active.btn,
.btn-main-controls > .btn-group > a.btn:active,
.btn-main-controls > .btn-group > a.btn:hover,
.btn-main-controls > .btn-group > a.btn:focus{
    outline: none;
}

.btn-main-controls > .btn-group > a.active.btn,
.btn-main-controls > .btn-group > a.btn:active{
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
}

.btn-main-controls > .btn-group > a.active.btn{
    border: 2px solid #2EC178;
}

.btn-main-controls > .btn-group > a.btn:hover{
    background-color: #fff;
    color: #246BB2;
}

.btn-main-controls{
    height: 38px;
    border: 0;
    padding: 0;
}

.btn-main-controls > .btn-group > .btn {
    height: 38px;
    border: 1px solid #ddd;
    color: #3399FF;
}

.btn-primary{
    background-color: #3399FF;
    border: none;
}

.btn-primary-inv{
    border: 1px solid #3399FF;
    color: #3399FF;
    border-radius: 4px;
    background-color: transparent;
}

.btn-primary-inv2{
    border: 1px solid #a9a5ac;
    color: #9b979e;
    border-radius: 4px;
    background-color: transparent;
}

.btn-green-inv{
    border: 1px solid #2EC178;
    color: #2EC178;
    border-radius: 4px;
    background-color: transparent;
}

.btn-primary:disabled,.btn-primary:disabled:focus,.btn-primary.disabled,.btn-primary.disabled:focus,.btn-primary:disabled:hover{
    background-color: #5CADFF;
    border: none;
}

.price-sim{
    padding: 10px 25px 10px 25px;
    font-size: 18px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active{
    background-color: #246BB2;
    border: none;
}

.btn-primary-inv:hover,
.btn-primary-inv:focus,
.btn-primary-inv.focus,
.btn-primary-inv:active,
.btn-primary-inv.active{
    color: #246BB2;
    border: 1px solid #246BB2;
}

.btn-primary-inv2:active,
.btn-primary-inv2.active{
    border: 1px solid #3399FF;
    color: #3399FF;
}

.btn-green-inv:hover,
.btn-green-inv:focus,
.btn-green-inv.focus,
.btn-green-inv:active,
.btn-green-inv.active{
    color: #259A60;
    border: 1px solid #259A60;
}

.btn-green{
    color: #fff;
    background-color: #2EC178;
    border: none;
}

.btn-green:hover,
.btn-green:focus,
.btn-green.focus,
.btn-green:active,
.btn-green.active{
    color: #fff;
    background-color: #259A60;
    border: none;
}

.btn-orange{
    color: #fff;
    background-color: #FFA347;
    border: none;
}

.btn-orange-inv{
    border: 1px solid #ff9d4d;
    color: #f4964a;
    border-radius: 4px;
    background-color: transparent;
}

.btn-orange-inv:hover,
.btn-orange-inv:focus,
.btn-orange-inv.focus,
.btn-orange-inv:active,
.btn-orange-inv.active{
    border: 1px solid #E69340;
    color: #cf843a;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange.focus,
.btn-orange:active,
.btn-orange.active{
    color: #fff;
    background-color: #E69340;
    border: none;
}

.btn-red{
    color: #fff;
    background-color: #EA5656;
    border: none;
}

.btn-red:hover,
.btn-red:focus,
.btn-red.focus,
.btn-red:active,
.btn-red.active{
    color: #fff;
    background-color: #D34D4D;
    border: none;
}

code{
    background-color: transparent !important;
}

.code-api{
    color: #2EC178;
    word-wrap:break-word;
    padding: 0;
}

.code-api-div{
    border-radius: 4px;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    font-size: 90%;
}

.green-background {
    background-color: #2EC178;
}

.red-background {
    background-color: #EA5656;
}

.blue-background {
    background-color: #3399FF;
}

.orange-background {
    background-color: #FFA347;
}

.note-bside{
    padding: 8px 16px;
    background-color: #fbfbfb;;
    border-radius: 4px;
    border-left: 5px solid #3399FF;
    color: #909090;
}

.normal-box{
    padding: 8px 12px 0 12px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.normal-box2{
    /* Fallback for web browsers that don't support RGBa */
    background: rgb(255, 255, 255);
    /* RGBa with 0.6 opacity */
    background: rgba(255, 255, 255, 0.6);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ffffff);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ffffff)";
    padding: 4px 12px 4px 12px;
    border: 2px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-header-sidebar > a {
    height: 37px;
    position: relative;
    display: block;
    padding: 7px 15px;
    margin-bottom: -1px;
    border: 0;
    border-radius: 4px;
    text-decoration: none;
}

.tabs-sidebar{
    padding-top: 1px;
}

li.tab-sidebar > a{
    background-color: #f5f5f5;
    border-top: 0;
}

li.tab-sidebar.active > a{
    border-top: 0;
    font-weight: bold;
}

li.tab-sidebar.active:first-child > a,li.tab-sidebar.active:first-child > a:focus,li.tab-sidebar.active:first-child > a:hover{
    border-left: 0;
}

li.tab-sidebar.active:last-child > a, li.tab-sidebar.active:last-child > a:focus,li.tab-sidebar.active:last-child > a:hover{
    border-right: 0;
}

.cons-li{
    padding-left: 17px;
    font-size: 11px;
}

.drag-span.dragging{
    background-color: #868686;
    opacity: 0.7;
}

.drag-span > .drag-child , .drag-span.dragging > .drag-child-hide{
    display: none;
}

.drag-span.dragging > .drag-child, .drag-span > .drag-child-hide{
    display: block;
}

.droppable-div{
    background-color: #E64848;
    color: white;
    opacity: 0.8;
    font-size: 10px;
    padding: 2px 2px 2px 2px;
    text-align: center;
}

.drag-cons{
    color: #fff;
    background-color: #FFA347 !important;
}

.btn-default-custom{
    font-size: 12px;
    font-style: italic;
    padding-top: 2px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 2px;
    border-radius: 3px;
    color: #868686;
    background: -webkit-linear-gradient(#F5F5F5, #DCDCDC); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#F5F5F5, #DCDCDC); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#F5F5F5, #DCDCDC); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#F5F5F5, #DCDCDC); /* Standard syntax */
    border: 1px solid #ddd;
}

.background-pattern {
    /* Rectangle: */
    background-image: linear-gradient(80deg, #75bcfc 0%, #73C9B9 100%);
}

.background-pattern2 {
    /* Rectangle: */
    background-image: linear-gradient(210deg, #62A8E3 0%, #73C9B9 100%);
}

.boxes-home{
    margin-top: 20px;
    background-image: url("../images/boxes.svg");
    background-repeat: no-repeat;
    background-size: 100%;
}

.boxes-home2{
    background-image: url("../images/box2.svg");
    background-repeat: no-repeat;
    background-size: 120% auto;
}

.text-box-home{
    background-image: linear-gradient(to right, rgba(97,146,204,0.15), rgba(97,146,204,0.30));
    margin-left: -20px;
    padding: 15px 50px 15px 20px;
    margin-top: 50px;
    margin-bottom: 20px;
    margin-right: -30px;
}

.text-box-home2{
    background: rgba(97,146,204,0.30);
    padding: 80px 100px 80px 100px;
}

.text-bot-home{
    font-size: 20px;
}

.text-bot-home a{
    color: white;
    font-weight: 400 !important;
}

.heading-bot-home{
    margin-bottom: 30px;
    font-size: 36px;
    font-weight:300;
}

.weight300{
    font-weight: 300 !important;
}

.home-goto{
    border: 1px solid #3399FF;
    padding: 2px 4px 2px 4px;
    border-radius: 4px;
}

.home-goto:hover{
    text-decoration: none;
    background-color: rgba(60, 151, 255, 0.24);
}

.home-next{
    color: white;
    font-weight: 300;
}

.home-next2{
    margin-top: 30px;
    text-align: center;
    margin-bottom: 30px;
    color: #3399FF;
    font-weight: 300;
}

.home-next-button{
    opacity: 0.8;
    border: 1px solid white;
    border-radius: 8px;
    padding: 5px;
    cursor: pointer;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.box-next1{
    height: 20vh;

    display: flex;
    align-items: center;
    justify-content: center;
}

.box-next2{
    height: 20vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-next-button2{
    opacity: 0.8;
    border: 1px solid #3399FF;
    border-radius: 8px;
    padding: 5px 30px 5px 30px;
    cursor: pointer;
}

.home-next-button:hover,.home-next-button2:hover{
    opacity: 1;
}

.filter-number{
    margin-right: 2px;
    margin-left: 1px;
    font-size: 10px;
    padding-bottom: 1px;
    float: left;
    margin-bottom: -1px;
}

.filter-number-table{
    font-size: 10px;
    padding-top: 2px;
    margin-right: 2px;
    margin-left: 2px;
    font-weight: normal !important;
    display: block;
}

.filter-number-main{
    margin-right: 2px;
    margin-left: 1px;
    font-size: 10px;
    padding-top: 3px;
    float: left;
}

.filter-delete{
    margin-left: 2px;
    float: left;
}

.filter-delete-main{
    margin-left: 2px;
    float: left;
    padding-top: 1px;
}

.min-h-400{
    min-height: 400px;
}

.color-simfin {
    color: #3399FF !important;
}

.color-simfin-green{
    color: #2EC178 !important;
}

.home-panel {
    margin-top: 30vh;
    min-height: 90vh;
}

.home-panel p{
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 300;
}

.container-custom{
    margin-right: auto;
    margin-left: auto;
}

.home-margin-bot{
    margin-bottom: 40px;
}

.header-exp-home{
    font-weight: bold;
    padding: 5px 0 5px 0;
    cursor: pointer;
}

.header-exp-home-2{
    font-weight: bold;
    padding: 5px 0 5px 0;
}

.font-orange{
    color: #E69340;
}

.selected-blue{
    border: 2px solid #3399FF !important;
}

.indent-home{
    padding-left: 47px;
}

.font-slim{
    font-weight: 300;
}

.ticker-search{
    background-color: #2EC178;
    color: white;
    padding: 2px 4px 2px 4px;
    border-radius: 3px;
    font-size: 10px;
}

.search-confirm{
    background-color: #f6f6f6;
    border: 1px solid #b1b1b1;
    color: #676767;
    font-weight: bold;
    padding: 2px 4px 2px 4px;
    border-radius: 4px;
}

.flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-between{
    display: flex;
    justify-content: space-between;
}

.home-comps-ico{
    font-size: 28px;
    padding-top: 8px;
    padding-right: 5px;
}
.home-comps-width1{
    width: 95px;
}
.home-comps-width2{
    width: 80px;
}
.home-comps-number{
    font-size: 36px;
    font-weight: 300;
}
.home-comps-text{
    font-size: 21px;
    font-weight: 300;
}

.home-bottom-info{
    margin-top: 130px;
    margin-bottom: 60px;
}

#section1home{

}
#section2home{
    margin-top: 50px;
}
#section3home{
    margin-top: 50px;
    padding-bottom: 20px;
    min-height: 90vh;
}
#section4home{
    padding-top: 100px;
    padding-bottom: 0;
    min-height: 90vh;
}

#section-divider-2-3{
    margin-top: 40px;
    margin-bottom:40px;
}

.home-text-grey{
    color: #666666 !important;
}

.home-text{
    color: #FFFFFF;
}

.home-text-font h1, .home-text-font h2, .home-text-font div, .home-text-font p, .home-text-font{
    font-family: 'Helvetica Neue', 'Source Sans Pro', sans-serif !important;
}

.home-text>p{
    font-weight:200 !important;
}

#section2home{
    color: #FFFFFF;;
}

.circle-div{
    border: 2px solid #2EC178;
    background-color: #2EC178;
    color: white;
    border-radius: 30px;
    width: 27px;
    height: 27px;
    text-align: center;
    float: left;
    font-size: 14px;
    margin-right:5px;
}
.circle-div-inner{
    padding-top: 3px;
    padding-left: 1px;
    margin:-2px 0 0 0;
}
.circle-div-align{
    float: left;
    font-size: 28px;
    margin:-6px 0 0 0;
    padding-left: 3px;
}
.circle-div-addinfo{
    margin:-6px 0 0 0;
    padding-top: 15px;
    padding-left: 6px;
}
.circle-div-addinfo-btn{
    margin:-6px 0 0 0;
    padding-top: 13px;
    padding-left: 6px;
}

.h1-home-sub{
    color: #808080;
}

.home-text2{
    color: #595959 !important;
}

.home-text-size{
    font-size: 18px
}

.home-h1{
    font-size: 50px !important;
    color: #FFFFFF !important;
    font-weight: 200 !important;
}

.span-bold-home{
    font-weight: 400 !important;
}

.bot-p{
    margin-bottom: 25px !important;
}

.background-white{
    background: #ffffff;
}

.loading-blur{
    opacity: 0.3;
}

.opacity-light{
    opacity: 0.9;
}

.widthxs{
    width: 0.1%;
}

.background-transparent-white{
    /* Fallback for web browsers that don't support RGBa */
    background: rgb(255, 255, 255);
    /* RGBa with 0.6 opacity */
    background: rgba(255, 255, 255, 0.9);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ffffff);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ffffff)";
}

.modal > .modal-dialog > .modal-content{
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.modal-header{
    padding-top: 5px;
    padding-bottom: 5px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    background: -webkit-linear-gradient(#3399FF, #2E8AE6); /*For Safari 5.1 to 6.0*/
    background: -o-linear-gradient(#3399FF, #2E8AE6); /* For Opera 11.1 to 12.0*/
    background: -moz-linear-gradient(#3399FF, #2E8AE6); /* For Firefox 3.6 to 15*/
    background: linear-gradient(#3399FF, #2E8AE6); /* Standard syntax*/
}

.modal-title{

    color:#FFFFFF;
    font-weight: bold;
    font-size: 18px;
}

.modal-header .close {
    margin-top: 0;
}

.modal-body-custom{
    padding-top: 10px;
}

.panel-custom.active{
    border: 1px solid transparent;

}

.frame-invisible-tools{
    border: 2px solid transparent;
    border-radius: 4px;
}

.frame-invisible-tools:not(:last-child):not(.active),.frame-invisible-tools.active > .panel-header-sidebar.divider{
    border-bottom: 1px solid #e6e6e6;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.panel-header-sidebar.divider{
    margin-bottom: -1px;
}

.frame-invisible-tools.active{
    border: 2px solid #2EC178;
}

.title-sidebar {
    border-radius: 4px;

    background-color: #3399FF;
    color:#FFFFFF;
    font-weight: bold;
    font-size: 18px;
    padding: 4px 15px 4px 15px;
    border: 1px solid rgba(117, 188, 252, 0.4);
    margin-bottom: 10px;

}

.sidebar-tools .panel{
    margin-bottom: 10px;
}

.panel-header-sidebar > a:focus {
    color: #3399FF;
}

.frame-invisible-tools.active > .panel-header-sidebar > a:hover {
    color: #3399FF;
}

.padding-top-bot-4{
    padding-top: 4px;
    padding-bottom: 4px;
}

.padding-custom{
    padding: 15px;
}

.padding-custom-sidebar{
    padding: 0 15px 15px 15px;
}

.alert-info{
    background-color: #D6EBFF;
    color: #246BB2;
}

.page-pdf-extraction{
    border-radius: 4px;
    border: 1px solid #68b5ff;
    padding: 2px 2px 10px 2px;
    text-align: center;
}

.border-page-pdf{
    border: 1px solid rgba(104, 181, 255, 0.27);
}

.border-page-html{
    border: 1px solid rgba(104, 181, 255, 0.27);
    height: 90vh;
    overflow: scroll;
    padding: 2px 5px 2px 5px;
}

.pointer-selector{
    cursor: crosshair;
    opacity: 0.8;
    position: relative;
    z-index: 2;
}

.marker-box {
    background-color: red;
    opacity: 0.3;
    position: absolute;
    display: none;
    z-index: 1;
}

.table-cells > tbody > tr > td{
    border-left: 1px solid #ddd;
}

.table-cells > tbody > tr > td:last-child{
    border-right: 1px solid #ddd;
}

.h-tools{
    margin-left: 5px;
    padding-top: 14px;
    font-size: 12px;
}

.img-nodrag{
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.no-padding-left{
    padding-left: 0 !important;
}

.well-div{
    font-size: 13px;
    color: #747474;
}

.alert-custom{
    padding: 10px 19px 10px 19px;
    font-size: 13px;
}

.well-custom{
    font-size: 13px;
    color: #747474;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.well-custom-2{
    font-size: 14px;
    margin-bottom: 0;
    padding: 5px;
    color: #515151;
    background-color: transparent;
}

.well-custom-3{
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 10px;
    color: #515151;
    background-color: transparent;
}

.well-custom-4{
    font-size: 14px;
    color: #454545;
    background-color: #fbfbfb;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn-xs-custom{
    font-size: 9px;
}

.no-margin-top{
    margin-top: 0;
}

.pointer{
    cursor: pointer;
}

.pagination-custom{
    margin-top: 0;
}

.pagination-custom > li.active > a,.pagination-custom > li.active > a:focus,.pagination-custom > li.active > a:hover{

    background-color: #3399FF;
    border-color: #3399FF;

}

.pagination-custom > li > a {
    color: #3399FF;
}

.pagination-custom > li > a:hover {
    color: #246BB2;;
}

/*for typeahead*/
ul.dropdown-menu > li.active > a, ul.dropdown-menu > li.active > a:hover, ul.dropdown-menu > li.active > a:focus{
    background-color: #3399FF;
    cursor: pointer;
}

.search-add-info{
    font-style: italic;
    font-size: 12px;
}

.correction-row{
    border-top: 2px solid #B9B9B9;
}

.small-text{
    font-size: 13px;
}

.notice-important{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.input-message{
    font-size: 12px;
}

.alert-danger{
    color: #E64848;
    background-color: #FADADA;
}

.label-filter-main{
    border-radius: 6px;
    margin-top: -1px;
    margin-right: 5px;
    border: 2px solid #2EC178;
    padding: 4px 6px 4px 6px;
    color: #808080;
}

.label-filter-small-divisor{
    margin-top:2px;
    width: 6px;
    height: 23px;
    float: left;
}

.label-filter-large-divisor{
    margin-top:2px;
    width: 15px;
    height: 23px;
    float: left;
}

.label-filter-small-divisor.drag-enter,.label-filter-large-divisor.drag-enter{
    background-color: #E69340;
}

.label-filter-small{
    border-radius: 6px;
    margin-top: 2px;
    margin-bottom: 1px;
    border: 2px solid #2EC178;
    padding: 1px 2px 1px 2px;
    color: #808080;
}

.clickable-dark{
    color: #9C9C9C;
    cursor: pointer;
}
.clickable-dark:hover{
    color: #797979;
    cursor: pointer;
}

.clickable-dark-2{
    color: #797979;
    cursor: pointer;
}
.clickable-dark-2:hover{
    color: #595959;
    cursor: pointer;
}

.points-profile{
    border-radius: 4px;
    padding: 2px 6px 2px 6px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

.points-profile-label{
    font-size: 15px;
    font-weight: bold;
}

.level-0{
    border: 2px solid #E6E6E6;
    color: #4C4C4C;
}

.level-1{
    border: 2px solid #828282;
    background-color: #F5F5F5;
    color: #4C4C4C;
}

.level-2{
    border: 2px solid #2EC178;
    background-color: #F5F5F5;
    color: #4C4C4C;
}

.level-3{
    border: 2px solid #3399FF;
    background-color: #F5F5F5;
    color: #4C4C4C;
}

.level-4{
    border: 2px solid #3399FF;
    background-color: #99CCFF;
    color: #ffffff;
}

.or-login{
    text-align: center;
    color: #828282;
}

.btn-fb {
    color: white;
    background-color: #426ac1;
    border: none;
}

.btn-fb:active, .btn-fb:focus, .btn-fb:hover{
    background-color: #37579f;
    color: white;
}

.btn-goog-ico{
    margin-top: -3px;
    margin-right: 2px;
    width: 12px;
    height: auto;
}

.btn-linkedin:active, .btn-linkedin:focus, .btn-linkedin:hover{
    border: 2px solid #80BBDA;
}

.notifications-frame{
    position: relative;
    z-index: 1000;
}

.notifications{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 5px 20px 5px;
    background-color: #434446;
    color: #ffffff;
    font-size: 13px;
    opacity: 0.8;
    text-align: center;
}

.text-nav-add{
    padding-top: 3px;
    font-weight: bold;
}

.mobile-nav-add{
    background-color: #3399FF;
    color: #ffffff;
    height: 34px;
}

.btn-sidebar{
    background-color: transparent;
    color: #F8F8F8;
    border: 2px solid #F8F8F8;
    border-radius: 3px;
    padding: 1px 5px 1px 5px;
    opacity: 0.8;
}

.btn-sidebar:hover, .btn-sidebar:focus, .btn-sidebar:active {
    opacity: 1;
    color: #F8F8F8;
}

.left-menu{
    height: 100%;
    /*position: fixed;*/
    top: 85px;
    left: -300px;
    z-index: 1010;
    /*border-right: 9px solid #e7e7e7;*/
    background-color: white;
    transition: all .3s;
    -webkit-perspective: 300px;
    -webkit-transform: rotateY(-90deg);
    padding: 10px;
    border-right: 1px solid #ddd;
    overflow-y: auto;
}


.badge-profile{
    font-size: 12px;
    border-radius: 5px;
    padding: 0 2px 0 2px;
    border: 2px solid #D4D4D4;
}

.levelstart{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-top: 2px;
    padding-top: 2px !important;
}

.levelend{
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding-bottom: 2px !important;
}


.if-style {
    font-size: 12px;
    color: #868686;
}

.ifend-box{
    padding: 0 7px 0 7px;
}

.ifend-inner{
    padding-top: 2px;
    border-top: 1px solid #dddddd;
}

.levelexp1{
    padding: 0 5px 0 5px;
    margin: 0 6px 0 6px;
    border-left: 2px solid #3399FF;
    border-right: 2px solid #3399FF;
}

.levelexp2{
    padding: 0 5px 0 5px;
    margin: 0 12px 0 12px;
    border-left: 2px solid #2EC178;
    border-right: 2px solid #2EC178;
}

.levelexp3{
    padding: 0 5px 0 5px;
    margin: 0 12px 0 12px;
    border-left: 2px solid #E69340;
    border-right: 2px solid #E69340;
}

.levelexp4{
    padding: 0 5px 0 5px;
    margin: 0 12px 0 12px;
    border-left: 2px solid #ce256b;
    border-right: 2px solid #ce256b;
}

.levelexp5{
    padding: 0 5px 0 5px;
    margin: 0 12px 0 12px;
    border-left: 2px solid #25bdce;
    border-right: 2px solid #25bdce;
}

.levelexp-main1{
    border-radius: 4px;
    margin-top: 2px;
    padding: 2px 6px 6px 6px;
    background-color: #e8e8e8;
}

.levelexp-main2{
    border-radius: 4px;
    margin-top: 2px;
    padding: 2px 6px 6px 6px;
    background-color: #d6d6d6;
}

.levelexp-main3{
    border-radius: 4px;
    margin-top: 2px;
    padding: 2px 6px 6px 6px;
    background-color: #b7b7b7;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.draggable{
    border: 1px solid #cccccc;
    border-radius: 4px;
    background-color: #ddd;
    cursor: pointer;
    padding: 2px 4px 2px 4px;
    -webkit-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
}

.draggable-fix{
    border: 1px solid #d0d3d4;
    border-radius: 4px;
    background-color: #ffc266;
    padding: 2px 4px 2px 4px;
    -webkit-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
}

.draggable.new{
    border: 1px solid #FFA347;
}

.draggable-2{
    border: 1px solid #d0d3d4;
    border-radius: 4px;
    background-color:   #ffc266;
    cursor: pointer;
    padding: 2px 4px 2px 4px;
    -webkit-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
}

.drop-area{
    border: 1px dashed #FFA347;
    padding: 2px 4px 2px 4px
}

.ui-select-custom > .ui-select-bootstrap > .ui-select-match > .btn{
    background-color: #3399FF;
    border: none;
    color: #FFFFFF !important;
}

.ui-select-custom > .ui-select-bootstrap:not(.open){
    min-width: 152px !important;
}

.ui-select-custom > .ui-select-bootstrap.open{
    min-width: 250px !important;
}

.ui-select-custom > .ui-select-bootstrap > ul > li > .ui-select-choices-group-label{
    padding-left: 5px;
    color: #9C9C9C;
}


.ui-select-custom > .ui-select-bootstrap > .ui-select-match > .btn:hover,
.ui-select-custom > .ui-select-bootstrap > .ui-select-match > .btn:focus,
.ui-select-custom > .ui-select-bootstrap > .ui-select-match > .btn:active,
.ui-select-custom > .ui-select-bootstrap > .ui-select-match > .btn.focus,
.ui-select-custom > .ui-select-bootstrap > .ui-select-match > .btn.active
{
    background-color: #246BB2;
    border: none;
}

.ui-select-custom > .ui-select-bootstrap > .ui-select-match > .btn > .text-muted{
    color: #FFFFFF !important;
}

.progress-quality > .progress > .progress-bar-ms, .progress-ms{
    background-color: #bfbfbf;
}

.progress-quality > .progress > .progress-bar-gd, .progress-gd, .progress-bar-gd{
    background-color: #2EC178;
}

.progress-quality > .progress > .progress-bar-md, .progress-md{
    background-color: #FFA347;
}

.progress-quality > .progress > .progress-bar-lw, .progress-lw{
    background-color: #EA5656;
}

.frame-invis-std{
    padding: 0 5px 0 5px;
}

.std-ind-0{
    width: 100%;
}

.std-ind-1{
    width: 95%;
}

.std-ind-2{
    width: 90%;
}

.std-ind-3{
    width: 85%;
}

.std-ind-s-1{
    width: 5%;
    text-align: right;
    color: #bbbbbb;
    padding-right: 5px;
}

.std-ind-s-2{
    width: 10%;
    text-align: right;
    color: #bbbbbb;
    padding-right: 5px;
}

.std-ind-s-3{
    width: 15%;
    text-align: right;
    color: #bbbbbb;
    padding-right: 5px;
}

.drop-area > .drop-area-item{
    margin-bottom: 7px;
}

.drop-area > .drop-area-item:first-child{
    margin-top: 4px;
}

.th-small{
    font-size: 11px;
    color: #8c8c8c;
    font-weight: bold;
}

.div-table{
    margin-bottom: 4px;
    padding: 0 4px 4px 4px;
}

.border-top-std{
    border-top: 2px solid #bbb;
    padding-top: 5px;
}

.div-table:first-child{
    padding-top: 5px;
    border-top: 1px solid #dddddd;
}

.space-scroll-responsive{
    height: 85px;
}

.sidebar-tools.show-sidebar{
    width: 100%;
}

.left-menu.show-sidebar {
    left: 0;
    -webkit-transform: perspective(300px) rotateY(0deg);
}

.td-profile-1,.td-profile-2{
    width: 34.6%;
}

.td-profile-3{
    width: 40%;
}

.td-profile-4{
    width: 40%;
}

.td-profile-5{
    width: 33%;
}

.th-profile-1-1{
    width: 51%;
}

.th-profile-1-2{
    width: 24%;
}

.th-profile-1-3{
    width: 25%;
}

.th-profile-2-1{
    width: 35%;
}

.th-profile-2-2{
    width: 25%;
}

.th-profile-2-3{
    width: 20%;
}

.th-profile-2-4{
    width: 20%;
}

.th-profile-3-1{
    width: 25%;
}

.th-profile-3-2{
    width: 35%;
}

.th-profile-3-3{
    width: 20%;
}

.th-profile-3-4{
    width: 20%;
}

.no-overflow{
    overflow: hidden;
    border: 1px solid black;
}

.chart-right{
    margin-left: -10px !important;
}

.input-search{
    width: 300px !important;
}

.input-search2{
    width: 150px !important;
}

.dropdown-menu > li > .span-link {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu > li > .span-link:hover,
.dropdown-menu > li > .span-link:focus {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #3399FF;
}


@media screen and (min-device-aspect-ratio: 16/9) {

    .home-panel{
        margin-top: 15%;
    }

    .boxes-home{
        background-position-y: -15px;
    }

}

@media only screen and (max-width: 1200px) {
    .sidebar-tools{
        width: 213px;
    }

    .home-panel{
        margin-top: 120px;
    }
}

@media all and (max-width: 992px) and (min-width: 768px) {

    .input-div-nav{
        max-width: 180px;
        min-width: 180px;
    }

}

@media all and (max-width: 992px) {

    .logo_container {

        margin-right: 0;
    }

    .logo_div{
        width: 214px;
    }

    .pic_small{
        width: 68px;
    }


    .home-comps-text{
        font-size: 18px;
    }

    .home-bottom-info{
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .home-panel{
        margin-top: 90px;
        margin-bottom: 40px;
    }

    #section2home{
        margin-top: 20px;
    }

}

@media all and (min-width: 992px) {

    .logo_container {

        margin-right: -16px;
    }

    .col-margin-small-left{
        margin-left: -8px !important;
    }

    .col-margin-small-right{
        margin-right: -8px !important;
    }

    .logo_div{
        width: 80%;
    }

    .pic_small{
        width: 100%;
    }

}

@media only screen and (max-width: 767px) {

    .boxes-home,.boxes-home2{
        background-image: none;
    }

    .text-box-home2{
        padding: 6px 12px 6px 12px;
    }

    .text-box-home{
        padding: 6px 12px 6px 12px;
        margin-bottom: 10px;
        margin-right: 0;
        margin-left: 0;
    }

    .home-panel p,
    .text-bot-home{
        font-size: 18px;
    }

    .home-next{
        margin-top: 40px;
    }

    .heading-bot-home{
        font-size: 28px;
    }

    .home-comps-number{
        font-size: 24px;
    }

    .home-comps-text{
        font-size: 16px;
    }

    .logo,.logo-fuse {
        max-width: 100%;
        max-height: 22px !important;
        height: 22px !important;
    }

    .sec-header{
        font-size: 22px !important;
    }

    .img-100{
        max-width: 80px;
    }

    .navbar-custom{
        background-color: #FDFDFD;
        border-bottom: 1px solid #e7e7e7;
    }

    .navbar-nav > li > a{
        color: #777 !important;
    }

    .normal-box2{
        background-color: #fff;
        border: 1px solid #ddd;
    }

    .home-h1{
        font-size: 28px !important;
    }

    .home-text-size{
        font-size: 17px;
    }

    .home-margin-bot{
        margin-bottom: 10px;
    }

    .margin-top-gen{
        margin-top: 40px;
    }

    #section3home{
        margin-top: 20px;
    }

    .circle-div{
        width: 25px;
        height: 25px;
        text-align: center;
        float: left;
        margin-right:5px;
        margin-top: -2px;
    }
    .circle-div-inner{
        margin:-3px 0 0 0;
    }
    .circle-div-align{
        font-size: 20px;
        margin:-3px 0 0 0;
    }
    .circle-div-addinfo{
        margin:-3px 0 0 0;
        padding-top: 7px;
        padding-left: 6px;
    }

    .circle-div-addinfo-btn{
        margin:-3px 0 0 0;
        padding-top: 5px;
        padding-left: 6px;
    }

    #section4home{
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .input-search,.input-search2{
        width: 100% !important;
    }

    .bot-p{
        margin-bottom: 15px !important;
    }

    .td-profile-1{
        width: 40%;
    }

    .td-profile-2,.td-profile-3{
        width: 50%;
    }

    .th-profile-1-1{
        width: 70%;
    }

    .th-profile-1-2{
        width: 10%;
    }

    .th-profile-1-3{
        width: 20%;
    }

    .chart-right,.chart-left{
        margin-left: -34px !important;
    }

    .th-profile-2-1{
        width: 45%;
    }

    .th-profile-2-2{
        width: 35%;
    }

    .th-profile-2-3{
        width: 10%;
    }

    .th-profile-2-4{
        width: 10%;
    }

    .h3-mobile{
        font-size: 16px !important;
    }

    .main-frame{
        min-height: 400px;
    }

}
