﻿/* TMTM CSS Styling to modernize the Contract Insight UI */

.TMTMgrad {
    background: rgba(0,180,252,0.9); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left top, rgba(0,180,252,0.9), rgba(0,103,252,0.9)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, rgba(0,180,252,0.9), rgba(0,103,252,0.9)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, rgba(0,180,252,0.9), rgba(0,233,162,0.9)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, rgba(0,180,252,0.9), rgba(0,103,252,0.9)); /* Standard syntax */
}

.TMTMBodyOld {
    background: url('images/CobbPebbles.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0px;
    padding: 0px;
    position:absolute;    
}

div.divPageContent {
    background: none;
}

.TMTMContentBox {
    clear: both;
    float: right;
    max-width: 40%;
    position: relative;
    right: 10%;
    margin-top: 15%;
}

.TMTMHeader {
    clear: both;
    float: right;
    background: #fff;
    text-align: center;
    z-index: 600;
    padding-top: 3px;
    padding-bottom: 12px;
    background: linear-gradient(267deg,#0058d7, #25b0f1);
    background-size: 400% 400%;
    -webkit-animation: AnimationName 10s ease infinite;
    -moz-animation: AnimationName 10s ease infinite;
    animation: AnimationName 10s ease infinite;
    max-width: 39.4%;
    position: relative;
    right: 10.3%;
    margin-top:13.5%;
    box-shadow: 1px 1px 3px grey;
    border-radius: 20px 20px 0px 0px;
}

.TMTMHeader img {
        height: 15%;
        width: 15%;
    }

.TMTMClientFooter {
    padding-bottom: 6px;
}

.TMTMClientFooter img {
    height: 20%;
    width: 20%;
    max-height: 70px;
    max-width: 350px;
    margin-top : 3px;
}

@-webkit-keyframes AnimationName {
    0% { background-position: 0% 50% }
    50% { background-position: 100% 50% }
    100% { background-position: 0% 50% }
}

@-moz-keyframes AnimationName {
    0% {  background-position: 0% 50%  }
    50% { background-position: 100% 50%}
    100% { background-position: 0% 50% }
}

@keyframes AnimationName {
    0% { background-position: 0% 50% }
    50% { background-position: 100% 50% }
    100% {background-position: 0% 50%  }
}


/*TMTM Animation for the Alerts Icon - BEGIN*/
.alertsRing {
    animation: shakeTheBell 1.2s;
    animation-iteration-count: 1;
}

@keyframes shakeTheBell {
    16% {
        transform: rotate(55deg);
    }

    32% {
        transform: rotate(-45deg);
    }
    48% {
        transform: rotate(45deg);
    }

    64% {
        transform: rotate(-35deg);
    }
    80% {
        transform: rotate(35deg);
    }

    90% {
        transform: rotate(-20deg);
    }

    100% {
        transform: rotate(0deg);
    }
}
/*TMTM Animation for the Alerts Icon - END*/

/*TMTM Details Screen Pop Up Animation - Start*/

.PopUpAnimation {
    animation: GrowShrink 5s;
    animation-iteration-count: infinite;
}

@keyframes GrowShrink {
    16% {
        transform: scale(1.02);
    }

    32% {
        transform: scale(1);
    }

    48% {
        transform: scale(1.02);
    }

    64% {
        transform: scale(1);
    }

    81% {
        transform: scale(1.02);
    }

    98% {
        transform: scale(1);
    }
}

/*TMTM Details Screen Pop Up Animation - End*/

.TMTMLeftBar {
    height: 100%;
    width: 35%;
    padding: 0px;
    bottom: 0px;
    top: 0px;
    position: fixed;
}

.TMTMRightSideBar {
    height: 100%;
    width: 35%;
    float: right;
}

.TMTMTextBox {
height:40px;
}

.TMTMLogo {
    clear: both;
    float: left;
    width: 35%;
    z-index: 9999;
    position: fixed;
    top: -4%;
}

.TMTMNewsPanel {
    float: left;
    max-width: 30%;
    position: absolute;
    margin-top:18%;
    padding-left:2%;
}

.TMTMFooter {
    position: fixed;
    bottom:0px;
    width:30%;
    padding-left:2%;
    font-size:10px;
}

/*Loading Animation (Drag and Drop Master Page) - BEGIN*/
.tmtmLoadingAnimation1 {
    display: inline-block;
    position: relative;
    width: 107px;
    height: 80px;
}

.tmtmLoadingAnimation1 div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #0070c0;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.tmtmLoadingAnimation1 div:nth-child(1) {
    left: 8px;
    animation: tmtmLoadingAnimation1D1 0.6s infinite;
}

.tmtmLoadingAnimation1 div:nth-child(2) {
    left: 8px;
    animation: tmtmLoadingAnimation1D2 0.6s infinite;
}

.tmtmLoadingAnimation1 div:nth-child(3) {
    left: 32px;
    animation: tmtmLoadingAnimation1D2 0.6s infinite;
}

.tmtmLoadingAnimation1 div:nth-child(4) {
    left: 56px;
    animation: tmtmLoadingAnimation1D3 0.6s infinite;
}

@keyframes tmtmLoadingAnimation1D1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes tmtmLoadingAnimation1D3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes tmtmLoadingAnimation1D2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

/*Loading Animation (Drag and Drop Master Page) - END*/

/*html body .RadInput_Bootstrap .riFocused, html body .RadInput_Focused_Bootstrap {
    border-color: #00a9f7;
}

html body .RadInput_Bootstrap .riHover, html body .RadInput_Hover_Bootstrap {
    border-color: #00a9f7;
}

span.RadButton_Bootstrap.rbPressedButton, span.RadButton_Bootstrap.rbSkinnedButton:active, span.RadButton_Bootstrap.rbSkinnedButton:focus, span.RadButton_Bootstrap.rbVerticalButton:active, span.RadButton_Bootstrap.rbVerticalButton:focus, span.RadButton_Bootstrap.rbLinkButton:active, span.RadButton_Bootstrap.rbLinkButton:focus, span.RadButton_Bootstrap.rbSkinnedButtonChecked, span.RadButton_Bootstrap.rbSkinnedButtonChecked:hover, span.RadButton_Bootstrap.rbLinkButtonChecked, span.RadButton_Bootstrap.rbLinkButtonChecked:hover, span.RadButton_Bootstrap.rbVerticalButtonChecked, span.RadButton_Bootstrap.rbVerticalButtonChecked:hover {
    border-color: #1078a9;
    color: #fff;
    background-color: #1078a9;
    background-image: none;
}

span.RadButton_Bootstrap.rbSkinnedButton, span.RadButton_Bootstrap.rbVerticalButton, span.RadButton_Bootstrap.rbLinkButton {
    border-color: #00a9f7;
    color: #fff;
    background-color: #00a9f7;
    background-image: linear-gradient(#00a9f7,#00a9f7);
    border-radius: 4px;
    background-position: 0 0;
}

span.RadButton_Bootstrap.rbHovered, span.RadButton_Bootstrap.rbSkinnedButton:hover, span.RadButton_Bootstrap.rbVerticalButton:hover, span.RadButton_Bootstrap.rbLinkButton:hover {
        border-color: #61c2ec;
        color: #fff;
        background-color: #61c2ec;
        background-image: linear-gradient(#61c2ec,#61c2ec);
}*/

div.divPageContent {
    background-color: transparent;
}


/*Drag command Drop CSS*/

/* The Modal (background) */
.DragDropModal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    padding-top: 15%; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.DragDropModal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 40px;
    border: 1px solid #888;
    width: 60%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    top: -20px;
    position: relative;
    right: -10px;
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.close1 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    top: -20px;
    position: relative;
    right: -10px;
}

    .close1:hover, .close1:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }


.dragDropModalTableTD {
    padding: 10px;
    width: 15%;
    background-color: #0070c0;
    color: white;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    cursor: pointer;
    border-radius: 5px;
}

    .dragDropModalTableTD:hover {
        background-color: #52acec;
    }    

hr.style-one {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

@media only screen and (max-width: 700px) {
    .TMTMBody {
        width: 100%;
        overflow: auto;
    }

    .TMTMLeftBar {
        width: 100%;
        overflow-x: hidden;
    }

    .TMTMLogo {
        clear: both;
        float: left;
        width: 99%;
        margin-top: -5%;
        position: relative;
    }

    .TMTMNewsPanel {
        clear: both;
        position: relative;
        margin-top: -30px;
        max-width: 96%;
        padding: 2%;
    }

    .TMTMContentBox {
        clear: both;
        float: left;
        margin-top: 2%;
        max-width: 96%;
        padding: 2%;
        right: 0px;
    }

    .TMTMHeader {
        clear: both;
        float: left;
        position: relative;
        margin-top: 7%;
        max-width: 94.5%;
        left: 2.6%;
    }

    .TMTMFooter {
        clear: both;
        float: left;
        position: relative;
        width: 95%;
    }

    html body form .RadInput .TMTMTextBox {
        height: 25px !important;
    }
}
   