﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    background: #fff;
    color: #473a4d;
}

body,div,span,p,th,td,input,option,button,label{
    font-family: "proxima_nova_regular",Arial,Helvetica,sans-serif;
}

.bold{
    font-family: "proxima_nova_bold",Arial,Helvetica,sans-serif;
    font-weight: bold;
}

h1,h2{
    font-family: "proxima_nova_bold",Arial,Helvetica,sans-serif;
    font-weight: bold;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* Generic */
.blurred1{
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
}
.blurred2{
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px); blur(2px);
    -ms-filter: blur(2px); blur(2px); blur(2px);
    filter: blur(2px);
}
.blurred3{
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}
.blurred4{
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
}
.blurred5{
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}
.blurred10{
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
}

/* Callsheet upload */
.screenshot{
    width: 100%;
    height: 1000px;
    background: #fff url(../Images/screenshot.jpg) top center no-repeat;
    transition: 0.6s opacity linear;
    -webkit-transition: 0.6s -webkit-filter linear;
    -moz-transition: 0.6s -moz-filter linear;
    -ms-transition: 0.6s -ms-filter linear;
    -o-transition: 0.6s -o-filter linear;
}
.callsheetUploadModalVeil{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #000;
    opacity: 0.5;
    z-index: 90;
    display: none;
}
.callsheetUploadModal{
    width: 730px;
    height: 370px;
    position: fixed;
    top: -50%;
    left: 50%;
    margin-top: -185px;
    margin-left: -365px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(47,47,47,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(47,47,47,1);
    box-shadow: 0px 0px 5px 0px rgba(47,47,47,1);
    z-index: 91;
    box-sizing: border-box;
    overflow: hidden;
    transition: height ease-out 1s, width ease-out 1s, margin-top ease-out 1s, margin-left ease-out 1s;
}
.callsheetUploadModal.expanded1 {
    width: 810px;
    height: 480px;
    margin-top: -240px;
    margin-left: -405px;
}
.callsheetUploadModal.expanded2 {
    width: 810px;
    height: 550px;
    margin-top: -275px;
    margin-left: -405px;
}

    .callsheetUploadModal > .contentPanel {
        all: revert;
        background: #dce2e3;
        height: 370px;
        box-sizing: border-box;
        overflow: hidden;
        transition: height ease-out 1s;
    }
        .callsheetUploadModal > .contentPanel.footerExpanded {
            height: 290px;
        }
        .callsheetUploadModal > .contentPanel.footerExpandedFully {
            height: 0px;
        }
        .callsheetUploadModal > .contentPanel.footerExpandedStats {
            height: 470px;
        }

    .callsheetUploadModal h1 {
        margin: 40px auto 10px 0;
        text-align: center;
        font-size: 30px;
        font-weight: 900;
    }

        .callsheetUploadModal h1 > span {
            color: #76bd22;
        }

    .callsheetUploadModal p {
        margin: 0 auto;
        color: #797f7d;
        text-align: center;
        font-size: 16px;
    }

    .callsheetUploadModal > .footer {
        all: revert;
        background: #fff;
        height: 0px;
        box-sizing: border-box;
        transition: height ease-out 1s;
    }

    .callsheetUploadModal > .footer.expanded {
        height: 80px;
    }

    .callsheetUploadModal > .footer.expandedFully {
        height: 370px;
    }

        .callsheetUploadModal > .footer .progress {
            background-image: url('../Images/uploader-progress-bg.gif');
            padding: 1px;
            border-radius: 10px;
            height: 14px;
        }

            .callsheetUploadModal > .footer .progress > .progress-bar {
                background: #f7ad3f;
                border-radius: 10px;
                transition: width ease-out 1s;
            }

#callsheetUploadModalBusyProgressBubble,
#callsheetUploadModalBusyProgressBubble2{
    position: absolute;
    top: -18px;
    left: 3%;
    margin-left: -5px;
    width: 100px;
    height: 40px;
    color: #fff;
    font-weight: bold;
    text-align: left;
    font-size: 12px;
    background: url(../Images/upload-progress-percentbubble.png) no-repeat top left;
    box-sizing: border-box;
    padding: 4px 6px;
    transition: left ease-out 1s;
}

.callsheetUploadModalStatsBox{
    height: 376px; 
    background: #f8ae33; 
    box-sizing: border-box; 
    position: relative;
}
    .callsheetUploadModalStatsProgress{
        background: #5c6473; 
        height: 3px; 
        position: absolute; 
        z-index: 2; 
        top: 0; 
        left: 0; 
        width: 0%;
    }
    .callsheetUploadModalStatsProgressDots{
        position: absolute; 
        z-index: 2; 
        bottom: 30px; 
        left: 0; 
        width: 100%; 
        text-align: center;
    }
        .callsheetUploadModalStatsProgressDot{
            display: inline-block; 
            width: 6px; 
            height: 6px; 
            border-radius: 3px; 
            background: #fff; 
            margin: 0 1px 0 1px;
        }
            .callsheetUploadModalStatsProgressDot.callsheetUploadModalStatsProgressDotCurrent{
                background: #000; 
                opacity: 0.8;
            }
    .callsheetUploadSlideContainer{
        width: 100%; 
        height: 376px; 
        overflow: hidden; 
        white-space: nowrap;
        font-size: 0;
    }
        .callSheetUploadSlide{
            position: relative;
            width: 810px;
            height: 376px;
            display: inline-block;
            vertical-align: top;
        }
            .callsheetUploadSlide2ContactDisc{
                border-width: 5px;
                border-style: solid;
                /*-webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e5b3ac)) 1 100%;
                -webkit-border-image: -webkit-linear-gradient(#fff, #e5b3ac) 1 100%;
                -moz-border-image: -moz-linear-gradient(#fff, #e5b3ac) 1 100%;    
                -o-border-image: -o-linear-gradient(#fff, #e5b3ac) 1 100%;
                border-image: linear-gradient(to bottom, #fff, #e5b3ac) 1 100%;*/
                border-color: #fff;
                width: 120px; 
                height: 120px; 
                border-radius: 60px; 
                background: #999 no-repeat;
                background-size: cover;
                margin: 0 10px 0 10px;
                box-sizing: border-box;
                display: inline-block;
                -webkit-box-shadow: 2px 3px 10px 0px rgba(47,47,47,0.3);
                -moz-box-shadow: 2px 3px 10px 0px rgba(47,47,47,0.3);
                box-shadow: 2px 3px 10px 0px rgba(47,47,47,0.3);
                opacity: 0;
            }
            .callsheetUploadSlide3StatBubble{
                display: none;
                background : #f8ae33; 
                position: absolute; 
                padding: 15px; 
                text-align: center; 
                font-size: 70px; 
                color: #fff; 
                width: 220px; 
                height: 220px; 
                border-radius: 110px;
                transition: 3s filter linear;
                -webkit-transition: 3s -webkit-filter linear;
                -moz-transition: 3s -moz-filter linear;
                -ms-transition: 3s -ms-filter linear;
                -o-transition: 3s -o-filter linear;
            }
            .googleMapContainer * {
                overflow:visible;
                display: block;
                 opacity: 1;
            }

/* Animations */
@keyframes pop-in {
    0% { opacity: 0; transform: scale(0.5); }
    50% { opacity: 1; transform: scale(1.2); }
    100% { opacity: 1; transform: scale(1); }
}
@-moz-keyframes pop-in {
    0% { opacity: 0; -moz-transform: scale(0.5); }
    50% { opacity: 1; -moz-transform: scale(1.2); }
    100% { opacity: 1; -moz-transform: scale(1); }
}
@-webkit-keyframes pop-in {
    0% { opacity: 0; -webkit-transform: scale(0.5); }
    50% { opacity: 1; -webkit-transform: scale(1.2); }
    100% { opacity: 1; -webkit-transform: scale(1); }
}
.pop-in{
    -webkit-animation:pop-in 0.5s;
    -moz-animation:pop-in 0.5s;
    animation:pop-in 0.5s;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
