/* Basic */

body {
  margin: 0;
  overflow-x: hidden;
}

.browserupgrade {
  margin: 0;
  padding: 5px 15px;
  background-color: #ff851b;
  color: #fff;
  text-align: center;
}


/* Header */

.docs-header {
  margin-bottom: 0;
}

.navbar-toggle:hover,
.navbar-toggle:focus {
  border-color: #0074d9;
}

.navbar-toggle .icon-bar {
  background-color: #0074d9;
}


/* Jumbotron */

.docs-jumbotron {
  background-color: #0074d9;
  color: #fff;
}

.docs-jumbotron .version {
  font-size: 14px;
  color: #fff;
  filter: alpha(opacity=50);
  opacity: 0.5;
}


/* Content */

.img-container,
.img-preview {
  background-color: #f7f7f7;
  width: 100%;
  text-align: center;
}

.img-container {
  min-height: 200px;
  max-height: 516px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .img-container {
    min-height: 516px;
  }
}

.img-container > img {
  max-width: 100%;
}

.docs-preview {
  margin-right: -15px;
}

.img-preview {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

.img-preview > img {
  max-width: 100%;
}

.preview-lg {
  width: 263px;
  height: 148px;
}

.preview-md {
  width: 139px;
  height: 78px;
}

.preview-sm {
  width: 69px;
  height: 39px;
}

.preview-xs {
  width: 35px;
  height: 20px;
  margin-right: 0;
}

.docs-data > .input-group {
  margin-bottom: 10px;
}

.docs-data > .input-group > label {
  min-width: 80px;
}

.docs-data > .input-group > span {
  min-width: 50px;
}

.docs-buttons > .btn,
.docs-buttons > .btn-group,
.docs-buttons > .form-control {
  margin-right: 5px;
  margin-bottom: 10px;
}

.docs-toggles > .btn,
.docs-toggles > .btn-group,
.docs-toggles > .dropdown {
  margin-bottom: 10px;
}

.docs-tooltip {
  display: block;
  margin: -6px -12px;
  padding: 6px 12px;
}

.docs-tooltip > .icon {
  margin: 0 -3px;
  vertical-align: top;
}

.tooltip-inner {
  white-space: normal;
}

.btn-upload .tooltip-inner {
  white-space: nowrap;
}

@media (max-width: 400px) {
  .btn-group-crop {
    margin-right: -15px!important;
  }

  .btn-group-crop > .btn {
    padding-left: 5px;
    padding-right: 5px;
  }

  .btn-group-crop .docs-tooltip {
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.docs-options .dropdown-menu {
  width: 100%;
}

.docs-options .dropdown-menu > li {
  padding: 3px 20px;
}

.docs-options .dropdown-menu > li:hover {
  background-color: #f7f7f7;
}

.docs-options .dropdown-menu > li > label {
  display: block;
}

.docs-cropped .modal-body {
  text-align: center;
}

.docs-cropped .modal-body > img,
.docs-cropped .modal-body > canvas {
  max-width: 100%;
}


/* Footer */

.docs-footer {
  overflow: hidden;
}
 .user-photo {
        float: left;
        width: 120px;
        height: 140px;
        overflow: hidden;
        margin: 10px 10px;
    }
    .photo-upload .user-photo-uploads{
        margin-top: 10px;
        width: 700px;
        margin: auto;
    }
    img-crop {
        width: 100%;
        height: 100%;
        display: block;
        position: relative;
        overflow: hidden;
    }

    /* line 7, ../../source/scss/ng-img-crop.scss */
    img-crop canvas {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        outline: none;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
        /* mobile webkit */
    }

    input[type="file"] {
        font-size: 11px;
        background-color: #ebf8fe !important;
        /*        padding: 8px;*/
        margin: 5px 0 5px 0;
        cursor: pointer;
    }

    .cropArea {
        background: #E4E4E4;
        overflow: hidden;
        /*width:389px;*/
        width: 100%;
        height: 350px;
    }
    .img-preview{
        float: none;
        overflow: hidden;
        width:350px ;
        height: 330px;
        margin: 0 auto !important;
        background-color: #ebf8fe  ;
        margin: 0;
        border-radius: 4px;
        border: 1px solid #c4c1bc;
    }
    .modal-footer{
        border-top:none;
    }

    @-moz-document url-prefix() { 
        input[type="file"] {
            padding: 0px;
        }
    }
    #CSPhotoSelector {

        padding-top: 65px !important;

    }
    .col-sm-3 a img {
        height: 165px;
        width: 165px;
    }
    .imgDeleteBtn{
        margin-top: 10px;
    }
    .OptionDiv {
        position: absolute;
        z-index: 1;
        margin-top: 7px;
        margin-left: -13px;
        background-color: #8a278c;
        box-shadow: 0 0 10px #8a278c;
    }
    li.btn {
        background-color: #fff;
        border: 1px solid #8a278c;
        color: #8a278c;
        margin-bottom: 0px !important;
        border-radius: 0px;
        width: 120px;
    }
    .ViewImage{
        border: 1px solid #000;
        height: auto;
        width: 100%;
        text-align: center;
        padding: 5px;
        margin-bottom: 20px;

    }
