
a:link, a:visited, a:active {
    color: #353535;
}

a:hover {
    color: maroon;
}

a.btn.btn-primary {
    color: white;
}

a.btn.btn-warning {
    background-color: #ceab25;
    color: white;
    border:none;
}

.lightredHighlight {
    background-color: #f3f2e3;
}

input:checked + .slider {
    background-color: rgb(126, 83, 83) !important;
}

hr {
    border-top-color: #bdb1b1;
}

.fontMaven{
    font-family: 'Maven Pro', sans-serif;
}
.fontAmatic{
    font-family: 'Amatic SC', cursive;
}
.fontPoiret, a.fontPoiret, a:visited.fontPoiret {
    font-family: 'Poiret One', cursive !important;
}
.fontRaleway {
    font-family: 'Raleway', sans-serif !important;
}
.fontKaushan {
    font-family: 'Kaushan Script', cursive;
}
.fontPhilosopher{
    font-family: 'Philosopher', sans-serif;
}
.fontHandlee{
    font-family: 'Handlee', cursive;
}

.thumbnailNew {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    max-height: 550px;
    min-height: 495px;
}

.thumbnailNew a > img,
.thumbnailNew > img {
    margin-right: auto;
    margin-left: auto;
    display: block;
    max-width: 100%;
}

.thumbnailNew .caption {
    padding: 9px;
    color: #333;
}

.col-smNew-4 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media(min-width:481px) {
    .thumbnailNew a > img,
    .thumbnailNew > img {
        max-height: 180px
    }

    .col-smNew-4 {
        width: 50%;
        float: left;
        height: 500px;
        max-height: 600px;
    }
}

@media(min-width:768px) {
    .thumbnailNew a > img,
    .thumbnailNew > img {
        max-height: 230px
    }
}

@media(min-width:1025px) {

    .col-smNew-4 {
        /* width: 33.33333333%; */
        width: 25%;
    }
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  /* Hide default HTML checkbox */
  .switch input {display:none;}
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
  
.imgNew {
    border: 0;
    max-height: 200px;
    height: 35%;
}

.sec_heading {
    padding-bottom: 10px;
    text-transform: capitalize;
}

.promotext {
    color: red;
}

.highlightText {
    font-weight: bold;
    color: #757d96;
}
a:link.highlightText, a:visited.highlightText, a:active.highlightText {
    color: #757d96;
}

a:hover.highlightText {
    color: maroon;
}

.pointerCursor {
    cursor: pointer;
}

#header_panel_top .custom_nav .navbar-nav .submenuTop li a {
    color: #000;
}

.printth {
    background-color: black !important;
    height: 25px !important;
    color: white !important;
}

.RowPading {
    padding-top: 25px !important;
}

.truncate-ellipsis {
    display: table;
    table-layout: fixed;
    width: 100%;
    white-space: nowrap;
}
 
.truncate-ellipsis > * {
    display: table-cell;
    overflow: hidden;
    text-overflow: ellipsis;
}

.thumbnailChar {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    max-height: 550px;
    height: 430px;
}

.thumbnailChar a>img,
.thumbnailChar>img {
    display: block;
    max-width: 100%;
    height: 40%;
}

.thumbnailChar a>img,
.thumbnailChar>img {
    margin-right: auto;
    margin-left: auto;
}

.thumbnailChar .caption {
    padding: 9px;
    color: #333;
}


/*.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
 }*/

#mid {
    float: left;
    width: 500px;
    margin: 20px 0px 30px 11px;
}

#right {
    float: left;
    padding-left: 20px;
    width: 260px;
    height: 420px;
}

#title {
    font-size: 22px;
    color: #A61414;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    line-height: 110%;
}


/* Password strength bar  */

ul#strengthBar {
    display: inline;
    list-style: none;
    margin: 0;
    margin-left: 15px;
    padding: 0;
    vertical-align: 2px;
}

.point:last {
    margin: 0 !important;
}

.point {
    background: #DDD;
    border-radius: 2px;
    display: inline-block;
    height: 5px;
    margin-right: 1px;
    width: 20px;
}


/*.btn_red {
        color: white !important;
        display: inline !important;
        background-color: red !important;
    }*/

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';
    /* essential for enabling glyphicon */
    content: "\e114";
    /* adjust as needed, taken from bootstrap.css */
    float: right;
    /* adjust as needed */
    color: grey;
    /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";
    /* adjust as needed, taken from bootstrap.css */
}

.contain-inline {
    display: inline;
}

.imgFullwidth {
    width: 100px;
}

a {
    cursor: hand;
}

.desc {
    margin: 0 15px 10px;
    padding-left: 15px;
    padding-top: 10px;
}

textarea {
    height: 117px;
    z-index: auto;
    position: relative;
    line-height: 22.4px;
    font-size: 16px;
    transition: none;
}

.zippy-content {
    background-color: #fff;
    border-color: #bbb;
    color: #333;
    text-shadow: 0 1px 0 #fff;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    border-style: solid;
    display: block;
    margin: 0;
    padding: .5em 1em;
    padding-top: 0.5em;
    padding-right: 1em;
    padding-bottom: 0.5em;
    padding-left: 1em;
    font-size: 1em;
    line-height: 1.3;
    font-family: Helvetica,
    Arial,
    sans-serif/*{global-font-family}*/
    ;
}

.zippy-title {
    border-right-width: 1px;
    border-left-width: 1px;
    background-color: #d6d6d6;
    border-color: #ccc;
    color: #2f3e46;
    text-shadow: 0 1px 0 #fff;
    font-size: 16px;
    margin: .5em 0;
    padding: .7em 1em;
    display: block;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.Contentinline {
    display: inline;
}

.blockbutton {
    width: 100% !important;
    color: white !important;
    background-color:darkred !important;
    display: block !important;
}

.StandardModal {
    max-height: 440px;
    overflow-y: auto;
}

.ul-none {
    list-style-type: none;
}

.btn_zippy_darkred {
    background-color: #670c0d !important;
    color: #fff !important;
}

.btn_zippy_darkred:hover {
    background-color: red !important;
    color: #fff !important;
}

.ui-grid-a .ui-block-a {
    clear: left;
}

.ui-grid-a .ui-block-a,
.ui-grid-a .ui-block-b {
    width: 49.95%;
}

.ui-block-a,
.ui-block-b,
.ui-block-c,
.ui-block-d,
.ui-block-e {
    margin: 0;
    padding: 0;
    border: 0;
    float: left;
    min-height: 1px;
}

.bgwhite {
    background-color: white;
    padding-top: 40px;
}

.headerpos {
    position: relative;
}

.reviewHeaderPos {
    position: absolute;
    right: 5px;
    top: 22px;
}

.breadcrumb {
    padding: 8px 15px;
    margin: 0 0 20px;
    list-style: none;
    background-color: #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.breadcrumb>a {
    color: darkred
}

.breadcrumb>li {
    display: inline-block;
    *display: inline;
    text-shadow: 0 1px 0 #ffffff;
    *zoom: 1;
}

.breadcrumb>li>.divider {
    padding: 0 5px;
    color: #ccc;
}

.breadcrumb>.active {
    color: #999999;
}


/* leave this part out */


/* leave this part out */

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-file {
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}

.btn-file>input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(-300px, 0) scale(4);
    font-size: 23px;
    direction: ltr;
    cursor: pointer;
}

.fileupload {
    margin-bottom: 9px;
}

.fileupload .uneditable-input {
    display: inline-block;
    margin-bottom: 0px;
    vertical-align: middle;
    cursor: text;
}

.fileupload .thumbnail {
    overflow: hidden;
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: middle;
    text-align: center;
}

.fileupload .thumbnail>img {
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
}

.fileupload .btn {
    vertical-align: middle;
}

.fileupload-exists .fileupload-new,
.fileupload-new .fileupload-exists {
    display: none;
}

.fileupload-inline .fileupload-controls {
    display: inline;
}

.fileupload-new .input-append .btn-file {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.thumbnail-borderless .thumbnail {
    border: none;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.fileupload-new.thumbnail-borderless .thumbnail {
    border: 1px solid #ddd;
}

.control-group.warning .fileupload .uneditable-input {
    color: #a47e3c;
    border-color: #a47e3c;
}

.control-group.warning .fileupload .fileupload-preview, .list-group-item-warning {
    color: #a47e3c;
}

.control-group.warning .fileupload .thumbnail {
    border-color: #a47e3c;
}

.control-group.error .fileupload .uneditable-input {
    color: #b94a48;
    border-color: #b94a48;
}

.control-group.error .fileupload .fileupload-preview {
    color: #b94a48;
}

.control-group.error .fileupload .thumbnail {
    border-color: #b94a48;
}

.control-group.success .fileupload .uneditable-input {
    color: #468847;
    border-color: #468847;
}

.control-group.success .fileupload .fileupload-preview {
    color: #468847;
}

.control-group.success .fileupload .thumbnail {
    border-color: #468847;
}

.brddashed {
    border: 1px dashed #e0e0e0;
    position: relative;
    margin: 25px 0px;
}

.circleblock {
    border-radius: 50%;
    text-align: center;
    border: 1px solid #e0e0e0;
    color: #999999;
    font: 400 12px/15px 'Open Sans', sans-serif;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    background-color: #fff;
    top: -15px;
    padding: 5px;
}

.profile-pic {
    border-radius: 50%;
    height: 150px;
    width: 150px;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    vertical-align: middle;
    text-align: center;
    color: transparent;
    transition: all .3s ease;
    text-decoration: none;
}

.profile-pic:hover {
    background-color: rgba(0,0,0,.5);
    z-index: 10000;
    color: #fff;
    transition: all .3s ease;
    text-decoration: none;
}

.profile-pic span {
    display: inline-block;
    padding-top: 4.5em;
    padding-bottom: 4.5em;
}

/*collapseable sidepanel navbar*/
.navbar-global {
    background-color: indigo;
}

    .navbar-global .navbar-brand {
        color: white;
    }

    .navbar-global .navbar-user > li > a {
        color: white;
    }

.navbar-primary {
    background-color: #333;
    bottom: 0px;
    left: 0px;
    position: absolute;
    top: 51px;
    width: 200px;
    z-index: 8;
    overflow: hidden;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    .navbar-primary.collapsed {
        width: 60px;
    }

        .navbar-primary.collapsed .glyphicon {
            font-size: 22px;
        }

        .navbar-primary.collapsed .nav-label {
            display: none;
        }

.btn-expand-collapse {
    position: absolute;
    display: block;
    left: 0px;
    bottom: 0;
    width: 100%;
    padding: 8px 0;
    border-top: solid 1px #666;
    color: grey;
    font-size: 20px;
    text-align: center;
}

    .btn-expand-collapse:hover,
    .btn-expand-collapse:focus {
        background-color: #222;
        color: white;
    }

    .btn-expand-collapse:active {
        background-color: #111;
    }

    .navbar-primary-menu,
    .navbar-primary-menu li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .navbar-primary-menu li a {
            display: block;
            padding: 10px 18px;
            text-align: left;
            border-bottom: solid 1px #444;
            color: #ccc;
        }

            .navbar-primary-menu li a:hover {
                background-color: #000;
                text-decoration: none;
                color: white;
            }

            .navbar-primary-menu li a .glyphicon {
                margin-right: 6px;
            }

            .navbar-primary-menu li a:hover .glyphicon {
                color: orchid;
            }

.main-content {
    margin-top: 60px;
    margin-left: 200px;
    padding: 20px;
}

.collapsed + .main-content {
    margin-left: 60px;
}