@font-face {
    font-family: 'OpenSans-Regular';
    src: url("../fonts/OpenSans-Regular.ttf") format('truetype');
}

body {
    font-family: 'OpenSans-Regular', sans-serif;
}

.cc-revoke, .cc-window {
    font-family: 'OpenSans-Regular', sans-serif !important;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.dropdown-menu .divider {
    background-color: #c9cbd3;
}

/* the main content div */
.content {
    /* display: -ms-flexbox; */
    /* display: flex; */
    /* -ms-flex: 1 0 auto; */
    /* flex: 1 0 auto; */
    /* -ms-flex-direction: column; */
    /* flex-direction: column; */
    padding-top: 10px;
    padding-bottom: 10px;
}

/* custom class for the disclaimer popup */
.alert-disclaimer {
    background-color: white;
    border-color: #c9cbd3;
    width: 100%;
    padding: 25px 30px;
}

.alert-disclaimer a.close{
    font-size: 17px;
    right: -22px;
    top: -16px;
}

.action-panel {
    position: relative;
    padding-bottom: 15px;
    padding-top: 15px;
    /* padding: 7px; */
}

.action-panel-content {
    background-color: #edeff5;
    border-radius: 5px;
    min-height: 130px;
}

.action-panel-description {
    position: absolute;
    top: calc(50% + 33px);
    left: 50%;
    font-size: 18px;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.action-panel .action-panel-content div h4  {
    /* display: -ms-flexbox; */
    /* display: flex; */
    /* -ms-flex-align: center; */
    /* align-items: center; */
    /* -ms-flex-pack: center; */
    /* justify-content: center; */
}

.action-panel-content:hover {
    background-color: #c9cbd3;
    cursor: pointer;
}

/* for the icon of the action panel */
.big-icon {
    color: #4081cc;
    font-size: 37px;
}

.action-panel .big-icon {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 16px);
}

/* the badge which displays the count of requests */
.badge-notify {
    font-weight: normal;
    display: inline;
    background:#d21f31;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 35px);
    left: calc(50% + 5px);
}

/* fix for the resulting empty space due to relative posiution of
   .badge-notify */
.action-panel-content div {
    max-height: 37px !important;
}


/*!* footer *!*/
/*.footer {*/
    /*height: 50px;*/
    /*background-color: #edeff5;*/
    /*margin-top: 15px;*/
    /*width: 100%;*/
    /*padding-top: 13px;*/
    /*padding-bottom: 10px;*/
    /*font-size: 12px;*/
/*}*/


/*.footer-right span {*/
    /*display: inline-block;*/
/*}*/

/*.footer-right-content {*/
     /*display: -ms-flexbox; */
     /*display: flex; */
     /*-ms-flex-align: center; */
     /*align-items: center; */
     /*-ms-flex-direction: row; */
     /*flex-direction: row; */
/*}*/

.footer-right span.caret {
    margin-left: 35px;
}

.alert-disclaimer-img {
    float: left;
}

/*.brand-container {*/
    /*display: inline-block;*/
    /*line-height: 1.2;*/
    /*width: 150px;*/
    /*text-align: left;*/
    /*vertical-align: middle;*/
/*}*/

.brand-icon {
    width: 18px;
    min-width: 18px;
    margin-right: 5px;
}

.brand {
    color: #4081cc;
    font-size: 12px;
    vertical-align: sub;
}

ul.speech-dropdown-menu li {
    font-size: 12px;
}

.input-group-addon.glyphicon {
    top: 0;
    padding-top: 11px;
}

.flex-div-pull-left {
    width: 100%;
    /* display: -ms-flexbox; */
    /* display: flex; */
    /* -ms-flex-direction: row-reverse; */
    /* flex-direction: row-reverse; */
}

.numberCircle {
    border-radius: 50%;
    display: block;
    background: #c9cbd3;
    border: 2px solid #c9cbd3;
    color: white;
    text-align: center;
}

/*.btn-lg {*/
    /*border-radius: 5px;*/
/*}*/

a.cancel {
    font-size: 18px;
    text-decoration: underline;
    color: #31383e;
    margin-right: 30px;
}

a.cancel:hover {
    text-decoration: underline;
    color: #31383e;
}

.document-preview-box {
    /* display: -ms-flexbox; */
    /* display: flex; */
    /* -ms-flex: 1; */
    /* flex: 1; */
    margin-left: 50px;
}

/* OLD  */
.btn-file {
    position: relative;
    overflow: hidden;
}

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

#label_filename {
    background-color: white !important;
    cursor: text !important;
}
/* OLD END */

.bootstrap-select {
    width: 100% !important;
}

.bs-caret {
    color: #93959e;
}

.control-btn-container {
    /* display: -ns-flexbox; */
    /* display: flex; */
    /* -ms-flex-align: center; */
    /* align-items: center; */
    margin-top: 30px;
    /* -ms-flex-wrap: none; */
    /* flex-wrap: nowrap; */
}

.numberCircleContainer {
    margin-right: 20px;
}

.btn-fixed-width {
    width: 200px;
    margin-top: 10px;
}

.new-request-step-container {
    margin-bottom: 40px;
}

.caret-left {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-right: 4px dashed;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
}

.flex-column-container {
    /* display: -ms-flexbox; */
    /* display: flex; */
    /* -ms-flex: 1; */
    /* flex: 1; */
    /* -ms-flex-direction: column; */
    /* flex-direction: column; */
}

.flex-row-container {
    /* display: -ms-flexbox; */
    /* display: flex; */
    /* -ms-flex-direction: row; */
    /* flex-direction: row; */
}

div.new-request-step-container h4.hide-on-desktop {
    margin-top: 1px;
}

div.new-request-step-container h4.hide-on-mobile {
    margin-top: 0px;
}

.ff-caret-fix {
    white-space: normal;
}

.minimal-margin-top {
    margin-top: 5px;
}

.margin-top {
    margin-top: 10px;
}

.glyphicon-std {
    color: #93959e;
    font-size: 15px;
}

.document-preview-box h4 {
    margin-top: 0px;
}

@media screen and (max-width: 1500px) {
    .session-timer-label {
        display: none;
    }
}

@media screen and (max-width: 1350px) {
    .greeting {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    /* Medium devices - Desktops */

    .head-nav  {
        padding-left: 10%;
        padding-right: 10%;
    }

    .content {
        padding-left: 10%;
        padding-right: 10%;
                    /* footer - b-header - g-header - margins */
        min-height: calc(100vh - 50px - 64px - 68px - 30px);
    }

    .footer {
        padding-left: 2%;
        padding-right: 2%;
    }

    .footer-left {
        width: 50%;
    }

    .footer-space {
        width: 5%
    }

    .alert-disclaimer-img {
        margin-right: 20px;
        width: 46px;
    }

    .numberCircle {
        width: 45px !important;
        height: 45px !important;
        padding: 0px !important;
        font-size: 26px !important;
    }

    .btn-lg-fixed-size {
        width: 100%;
        max-width: 260px;
    }

    .hide-on-desktop {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    /* Small devices - Tablets */

    .navbar-add, .navbar-default, .head-nav {
        padding-left: 2%;
        padding-right: 2%;
    }


    .navbar-default .logo {
        width: 106px;
    }

    .content {
        padding-left: 2%;
        padding-right: 2%;
                   /* footer - b-header - g-header - margins */
        min-height: calc(100vh - 50px - 64px - 68px - 30px);
    }

    .footer {
        padding-left: 2%;
        padding-right: 2%;
    }

    .footer-left {
        width: 50%;
    }

    .footer-space {
        width: 5%
    }

    .alert-disclaimer-img {
        margin-right: 20px;
        width: 46px;
    }

    .numberCircle {
        width: 35px !important;
        height: 35px !important;
        padding: 1px !important;
        font-size: 19px !important;
    }

    .btn-lg-fixed-size {
        width: 100%;
        max-width: 200px;
    }

    .hide-on-desktop {
        display: none;
    }

    .hide-on-tablet {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    /* Extra small devices - Phones */

    .navbar-add .dropdown.first {
        margin-right: 0px !important;
    }

    .navbar-default .logo {
        width: 105px;
    }

    .content {
        /*min-width: 380px;*/
                    /* footer - b-header - g-header - margins */
        min-height: calc(100vh - 100px - 64px - 68px - 30px);
    }

    .head-nav .dropdown {
        width: 100% !important;
    }

    .footer-left {
        width: 100%;
    }

    .alert-disclaimer-img {
        margin-right: 20px;
        width: 44px;
    }

    .numberCircle {
        width: 23px !important;
        height: 23px !important;
        font-size: 12px !important;
    }

    .document-preview-box {
        display: none;
    }

    .btn-lg-fixed-size {
        width: 100%;
    }

    .control-btn-container {
        margin-top: 20px;
    }

    a.cancel {
        font-size: 18px;
        text-decoration: underline;
        color: #31383e;
        margin-right: 0px;
        margin-top: 30px;
    }

    .new-signing-info-text {
        display: none;
    }

    .numberCircleContainer {
        margin-right: 5px;
        float: left;
    }

    .btn-fixed-width {
        width: 100%;
        margin-top: 10px;
    }

    .hide-on-mobile {
        display: none !important;
    }

    .center-on-mobile {
        text-align: center;
    }
}
