﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* 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;
}*/

.search_panel {
    background-color: #e3f2fd;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
}


/*Custom Tooltip*/
[data-title] {
    position: relative;
    cursor: help;
    direction: ltr;
}

    [data-title]:hover::before {
        content: attr(data-title);
        position: absolute;
        left: -90px;
        display: inline-block;
        padding: 3px 6px;
        border-radius: 2px;
        background: #000;
        color: #fff;
        font-size: 14px;
        font-family: 'B Yekan';
        white-space: nowrap;
    }

[data-title2]:hover::before {
    content: attr(data-title2);
    position: absolute;
    left: -10px;
    display: inline-block;
    padding: 3px 6px;
    border-radius: 2px;
    background: #000;
    color: #fff;
    font-size: 14px;
    font-family: 'B Yekan';
    white-space: nowrap;
}
/*Custom Tooltip*/

.bluebox, .stuff {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    width: inherit;
    margin-bottom: 5px;
    direction: rtl;
    text-align: center;
    /*max-width:100px;*/
}

.overflow-tip {
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

    .overflow-tip:active, .overflow-tip:hover {
        overflow-x: visible;
    }

        .overflow-tip:active span, .overflow-tip:hover span {
            position: relative;
            background-color: PaleGoldenRod;
            padding: 3px;
            margin-left: -4px;
        }

.Content {
    cursor: pointer;
    float: left;
    margin: 4px 2px;
    border-radius: 50% !important;
    width: 40px;
}

    .Content i {
        font-size: 16px;
    }

#HelpModal .modal-content {
    width: 690px;
}
/****************************************Jcrop*************************************************/
/*.jcrop-holder{direction:ltr;text-align:left}
.jcrop-vline,.jcrop-hline{background:#FFF url(Jcrop.gif) top left repeat;font-size:0;position:absolute}
.jcrop-vline{height:100%;width:1px!important}
.jcrop-hline{height:1px!important;width:100%}
.jcrop-vline.right{right:0}
.jcrop-hline.bottom{bottom:0}
.jcrop-handle{background-color:#333;border:6px #eee solid;font-size:1px}
.jcrop-tracker{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;height:100%;width:100%}
.jcrop-handle.ord-n{left:50%;margin-left:-4px;margin-top:-4px;top:0}
.jcrop-handle.ord-s{bottom:0;left:50%;margin-bottom:-4px;margin-left:-4px}
.jcrop-handle.ord-e{margin-right:-4px;margin-top:-4px;right:0;top:50%}
.jcrop-handle.ord-w{left:0;margin-left:-4px;margin-top:-4px;top:50%}
.jcrop-handle.ord-nw{left:0;margin-left:-4px;margin-top:-4px;top:0}
.jcrop-handle.ord-ne{margin-right:-4px;margin-top:-4px;right:0;top:0}
.jcrop-handle.ord-se{bottom:0;margin-bottom:-4px;margin-right:-4px;right:0}
.jcrop-handle.ord-sw{bottom:0;left:0;margin-bottom:-4px;margin-left:-4px}
.jcrop-dragbar.ord-n,.jcrop-dragbar.ord-s{height:7px;width:100%}
.jcrop-dragbar.ord-e,.jcrop-dragbar.ord-w{height:100%;width:7px}
.jcrop-dragbar.ord-n{margin-top:-4px}
.jcrop-dragbar.ord-s{bottom:0;margin-bottom:-4px}
.jcrop-dragbar.ord-e{margin-right:-4px;right:0}
.jcrop-dragbar.ord-w{margin-left:-4px}
.jcrop-light .jcrop-vline,.jcrop-light .jcrop-hline{background:#FFF;filter:Alpha(opacity=70)!important;opacity:.70!important}
.jcrop-light .jcrop-handle{-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#000;border-color:#FFF;border-radius:3px}
.jcrop-dark .jcrop-vline,.jcrop-dark .jcrop-hline{background:#000;filter:Alpha(opacity=70)!important;opacity:.7!important}
.jcrop-dark .jcrop-handle{-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#FFF;border-color:#000;border-radius:3px}
.jcrop-holder img,img.jcrop-preview{max-width:none}*/
/****************************************Jcrop*************************************************/
/* Style the Image Used to Trigger the Modal */
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

    #myImg:hover {
        opacity: 0.7;
    }

/* The Modal (background) */
.modalIMG {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1050; /* Sit on top */
    padding-top: 100px; /* 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.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-contentIMG {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#captionIMG {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-contentIMG, #captionIMG {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

/* The Close Button */
.closeIMG {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .closeIMG:hover,
    .closeIMG:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-contentIMG {
        width: 100%;
    }
}

.cr-boundary {
    float: right;
}

#ImageCropped, #ImgCropped {
    float: left;
    margin-top: 65px;
}

#btnCrop {
    margin-top: 15px;
}

.cr-slider {
    padding-top: 30px;
}

#Image1 {
    padding-top: 20px;
}


/*Print Styles
@media print {
     #modal_for_form3{
        display:block;
    }
    #tabs,.stim,.search_panel,.dataTables_length,.dataTables_filter,#CowSpermOffersList_paginate,button {
        display: none;
      }
   .table-responsive{
       overflow-x:hidden;
       overflow-y:hidden;
   }
  .modal{
width:800px;
text-align:center;
overflow-y:hidden;
right:0;
left:0;
   }
  .modal-header{
      text-align:center;
  }

@page :first {
  margin: 1cm 2cm;
}
    }*/