﻿.errorClassNew {
    border: 1px solid red !important;
}

.is-pop, .is-tool {
    z-index: 100;
}
/* Simple Modal - Inspired by modalEffects.js from http://www.codrops.com */
.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 90%;
    /*max-width: 630px;*/
    min-width: 150px;
    height: auto;
    z-index: 10002;
    visibility: hidden;
    display: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border-radius: 5px;
    -webkit-box-shadow: 0 4px 23px 0 rgba(0, 0, 0, 0.15), 0 2px 6px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 4px 23px 0 rgba(0, 0, 0, 0.15), 0 2px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 23px 0 rgba(0, 0, 0, 0.15), 0 2px 6px rgba(0, 0, 0, 0.15);
}

    .md-modal.md-draggable {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
    }

.md-title {
    font-size: 18px;
    text-align: center;
    font-weight: 400;
}

.md-show {
    visibility: visible;
    display: block;
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: visible;
    display: block;
    opacity: 1;
    top: 0;
    left: 0;
    z-index: 10001;
    /*background: rgba(255, 255, 255, 0.8);*/
    background: rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-content {
    color: #000;
    background: #fff;
    position: relative;
    border-radius: 5px;
    margin: 0 auto;
    overflow: hidden; /*new: to make border-radius applied on iframe scrollbar */
}

.md-body {
    padding: 0;
    margin: 0;
    font-size: 13px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-family: sans-serif;
}

.md-footer {
    text-align: right;
    padding: 0;
    margin: 0;
    background: #ffffff;
    border-radius: 5px;
}

.md-body input[type=text], .md-body textarea {
    display: block;
    width: 100%;
    margin: 0;
    font-size: 14px;
    letter-spacing: 1px;
    height: 63px;
    line-height: 1.7;
    color: #000;
    background-color: #ffffff;
    background-image: none;
    padding: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*border: 1px solid #b3b3b3;*/
    border: none;
    /*border-radius: 5px;*/
    border-bottom: #eaeaea 1px solid;
    border-collapse: collapse;
}

.md-body textarea {
    border: 1px solid #ccc;
}

.md-body select {
    padding: 5px;
    margin: 0 0 10px;
    font-size: 14px;
    letter-spacing: 1px;
    height: 35px;
    line-height: 1.7;
    color: #454545;
    border-radius: 5px;
    border: none;
    background: #eee;
}

    .md-body select option {
        background: #fff;
    }

.md-body .inpchk {
    font-family: sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.7;
    float: left;
    height: 63px;
    padding: 20px;
    box-sizing: border-box;
    margin: 0;
}

.md-modal button {
    margin: 0;
    line-height: 1.7;
    font-size: 11px !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    color: #000;
    background-color: #e3e3e3;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: none;
    border-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.md-footer button {
    width: 100%;
    padding: 19px;
}

.md-modal button:hover {
    background-color: #e8e8e8;
}

.md-modal button.primary {
    width: 70%;
    border-bottom-left-radius: 0;
}

.md-modal button.secondary {
    width: 30%;
    border-bottom-right-radius: 0;
    background: #f0f0f0;
}

.md-modal button.primary:hover {
    background-color: #e8e8e8;
}

.md-modal button.secondary:hover {
    background-color: #f5f5f5;
}


.md-label {
    float: left;
    height: 63px;
    line-height: 63px;
    padding: 0 0 0 20px;
    font-family: sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #333;
    width: 30%;
    box-sizing: border-box;
    background: #f7f7f7;
    border-top-left-radius: 5px;
}

.md-btnbrowse {
    float: left;
    cursor: pointer;
    font-size: 15px;
    height: 63px;
    line-height: 1.7;
    padding-top: 20px;
    text-align: center;
    box-sizing: border-box;
    color: #aaa;
    background: #efefef;
}

#md-imageselect, #md-fileselect {
    z-index: 10005;
}
/*new*/

.control-label, .form-group p.control-label {
    font-size: 14px !important;
    font-weight: normal;
    color: #000;
}

.form-group p {
    font-size: 14px;
    color: #666666;
    font-weight: bold;
}
/* backward compatible */
.btn {
    padding: 7px 25px;
    font-size: 1em;
    line-height: 2em;
    border-radius: 5px;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-transition: all 0.16s ease;
    transition: all 0.16s ease;
}

    .btn.btn-primary {
        color: #ffffff;
        background-color: #08c9b9;
    }

        .btn.btn-primary:hover {
            color: #ffffff;
            background-color: #07b0a2;
            border-color: #07b0a2;
        }

    .btn.btn-default {
        color: #333333;
        background-color: #d3d3d3;
    }

        .btn.btn-default:hover {
            color: #111;
            background-color: #ccc;
            border-color: #ccc;
        }

.is-sidebar div.is-sidebar-button i {
    display: block !important;
    vertical-align: middle;
}

#txtMP4, [for|="txtMP4"], [for|="txtPoster"] {
    color: #000;
}

.is-wrapper {
    opacity: 1;
}

.container {
    margin: 0 auto;
}

.productcol {
    height: 534px;
}

.productimage {
    width: 300px;
    height: 250px;
}

.productName {
    display: block; /* or inline-block */
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    height: 3.6em;
    line-height: 1.8em;
}
.btngetlatestproducts{
           top: 0px;
    position: absolute;
    right: 20px;
    background: red;
    padding: 5px 35PX 5PX 35PX;
    color: wheat;
    font-weight: bolder;
    border: 2px solid ORANGERED;
    border-style: outset;
    clip-path: polygon(10% 0,100% 0,90% 100%,0 100%);
    cursor:pointer;
}
}
}
