/* 
    Document   : sytle
    Created on : Jan 28, 2016, 1:16:22 PM
    Author     : saliya
    Description:
        Purpose of the stylesheet follows.
*/
@import url(http://fonts.googleapis.com/css?family=Roboto:400);
body {  background-color:#fff;  -webkit-font-smoothing: antialiased;  font: normal 14px Roboto,arial,sans-serif;
}

.navbar-nav .fa {color:#f95821}

legend {   font-size: 18px; }
.container {    padding: 25px;}

.popup_content .container {padding: 5px 10px;}

.form-login {   
    background-color: #EDEDED;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 15px;
    border-color:#d2d2d2;
    border-width: 5px;
    box-shadow:0 1px 0 #cfcfcf;
    margin: 50px auto;
    width: 250px;
}
h1 {font-size: 25px;}
h4 { 
 border:0 solid #fff; 
 border-bottom-width:1px;
 padding-bottom:10px;
 text-align: center;
}

.navbar-form .search-input{width:300px;}

.form-control {
    border-radius: 10px;
}

.btn-area {
    text-align: center;
}

.validation-erros {
    font-size: 12px;
    color : #d43f3a;
}

.custom_icon {
    
     cursor: pointer;
    width: 25px;
    height: 25px;
    float: right;
    border: none;
    padding: 0px !important;
    padding-bottom: 0px !important;
    margin-left: 5px;
    display: block;
}

.cat-icon {background: url(img/folder.png) center center no-repeat;}
.limg-icon {background: url(img/limg.png) center center  no-repeat;}
.simg-icon { background: url(img/simg.png) center center  no-repeat;}
.doc-icon { background: url(img/doc.png) center center  no-repeat;}
.photo-icon { background: url(img/photos.png) center center  no-repeat;}
.google-icon { background: url(img/google.png) center center  no-repeat;}
.video-icon { background: url(img/video.png) center center no-repeat;}
.tags-icon { background: url(img/tags.png) center center no-repeat;}

.borded {border:1px #46a546 solid ;border-radius: 4px;}
.flexigrid .main-table-box .tools a {margin-right: 15px;}
.flexigrid .main-table-box .tools a span {margin-right: 15px;}
.flexigrid .actions_col .tools {padding:5px 0}

.popup_content {background: #fff;}
.popup_content h2 {font-size: 22px;margin: 10px 0;}

.from_wrapper form > * {vertical-align: middle;
    line-height: normal;}

.tag-photos-list .thumb-list li  {cursor: pointer;border:none;
-webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.tag-photos-list .thumb-list li  img{max-width: 250px;}
.tag-photos-list .thumb-list li.tagged {border:5px solid blue   ;opacity: 0.5}

/*jcrop styles*/
.crop-box {margin-top: 10px;}
.priview-wrapper {display: none;padding: 5px;
-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ffffff;
    background: #ffffff;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.42);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.42);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.42);
    top : 5px;
    right : 5px;
        z-index: 500;
}
.priview-box {margin: 10px 0;}
.jcropper-holder { border: 1px black solid; }
#outer { text-align: center; }

.jcrop-light .jcrop-selection {
  -moz-box-shadow: 0px 0px 15px #999; /* Firefox */
  -webkit-box-shadow: 0px 0px 15px #999; /* Safari, Chrome */
  box-shadow: 0px 0px 15px #999; /* CSS3 */
}
 .jcrop-dark .jcrop-selection {
  -moz-box-shadow: 0px 0px 15px #000; /* Firefox */
  -webkit-box-shadow: 0px 0px 15px #000; /* Safari, Chrome *
  box-shadow: 0px 0px 15px #000; /* CSS3 */
}

.jcrop-fancy .jcrop-handle.ord-e {
  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
}
.jcrop-fancy .jcrop-handle.ord-w {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
}
.jcrop-fancy .jcrop-handle.ord-nw {
  -webkit-border-bottom-right-radius: 0px;
}
.jcrop-fancy .jcrop-handle.ord-ne {
  -webkit-border-bottom-left-radius: 0px;
}
.jcrop-fancy .jcrop-handle.ord-sw {
  -webkit-border-top-right-radius: 0px;
}
.jcrop-fancy .jcrop-handle.ord-se {
  -webkit-border-top-left-radius: 0px;
}
.jcrop-fancy .jcrop-handle.ord-s {
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
}
.jcrop-fancy .jcrop-handle.ord-n {
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
}

.loading-gif {
    background: url('img/loading.gif') no-repeat left top;
    width:30px;
    height: 30px;
    display: inline-block;
}
.ajax-loader {
    background: url('img/ajax-loader.gif') no-repeat left top;
}


.mouseover-div {width: auto;height: auto;background: #fff;padding: 8px;z-index: 9999;display: none;-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; border:1px #cfcfcf solid ;}

.btn-info.active {background-color: #f95821; border-color: #f95821;}
 span.cast_item {
                display:block; margin:0 3px 3px 0; padding:6px 20px 6px 15px;
                position:relative; float:left;
                
                font-size: 12px;
                line-height: 18px;
                color: #333333;
                text-align: center;
                text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
                vertical-align: middle;
              
                background-color: #f5f5f5;
                background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
                background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
                background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
                background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
                background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
                background-image: linear-gradient(top, #ffffff, #e6e6e6);
                background-repeat: repeat-x;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
                border-color: #e6e6e6 #e6e6e6 #bfbfbf;
                border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
                *background-color: #e6e6e6;
                /* Darken IE7 buttons by default so they stand out more given they won't have borders */

                filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
                border: 1px solid #cccccc;
                *border: 0;
                border-bottom-color: #b3b3b3;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
                *margin-left: .3em;
                -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
                -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
                box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
                
            }
            span.cast_item:hover {
                background-color: #e6e6e6;

                
            }
            
             span.cast_item i {
                position:absolute; right:4px; top:6px; color:#666;
                font-size: 12px; text-decoration:none;
                
            }
            span.has_suggest {
                padding-left: 20px;
                border-color: #c67605 ;
            }
            span.cast_item i.add-suggest {
                left:1px;
                margin-left: 0;
                top:12px;
                right:initial;
                
            }
            span.cast_item i.glyphicon-remove{
               right:initial;
               left:1px;
                margin-right: 0;
                top:1px;
                color:#d43f3a ; font-size: 10px;
            }
            
             .add-suggest {cursor: pointer;font-size: 9px;margin: 0;color:#458845 ;position: absolute;top:15px;left:4px;}
            
             span.cast_item i:hover { color:#ff0000; text-decoration:none; }
             
             span.cast_item i.glyphicon-ok {color:#46a546}
             span.cast_item i.glyphicon-plus {color:#0055cc ; cursor: pointer;}
             span.cast_item i.glyphicon-question-sign {color:#e4c652;cursor: pointer; }
             
   .thumb-list {list-style: none;}
   .thumb-list li{display: inline-block; padding: 5px; margin:0 10px 10px 0;border: 1px solid #ccc;}
   .thumb-list li p{color: #444; font-size: 11px;margin-top: 5px;max-width: 120px; white-space: nowrap;  overflow: hidden;  text-overflow: ellipsis;}
   .gallery-icons {margin-top: 5px;}
   .gallery-icons i {padding: 3px;     font-size: 11px;border-radius: 4px;cursor: pointer; }
   .gallery-icons i.glyphicon-pencil { border: 1px solid #46a546; color:#46a546;float: left;}
   .gallery-icons i.glyphicon-play { border: 1px solid #ff0000; color:#ff0000;float: left;margin-left: 20px}
   .gallery-icons i.glyphicon-remove {border: 1px solid #d43f3a; color: #d43f3a; float:right;}
   
   
.video-thubmdiv {display:inline-block;margin-right:10px}
            
.disabled_li {    pointer-events:none;     opacity:0.6;   }

.editing_border {border:3px solid  #46a546 !important;opacity: 1 !important; }
/*.video-thubmdiv input{display:block;}*/
.ui-menu-item-with-icon i {margin-right: 5px;}
.multi-autocomplete {
                width:805px; padding:3px 3px 0; border-radius: 5px;
                border:1px solid #ccc; background-color:#fff; cursor:text;
            }
            .multi-autocomplete #to {
                width:30%; margin:0 0 2px 0; padding:0 0 3px;
                position:relative; top:0; float:left; border:none;
                font:normal 11px Verdana, Sans-serif
            }
         
           
           .multi-autocomplete span {
                display:block; margin:0 3px 3px 0; padding:4px 20px 4px 8px;
                position:relative; float:left;
                
                font-size: 13px;
                line-height: 18px;
                color: #333333;
                text-align: center;
                text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
                vertical-align: middle;
                cursor: pointer;
                background-color: #f5f5f5;
                background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
                background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
                background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
                background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
                background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
                background-image: linear-gradient(top, #ffffff, #e6e6e6);
                background-repeat: repeat-x;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
                border-color: #e6e6e6 #e6e6e6 #bfbfbf;
                border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
                *background-color: #e6e6e6;
                /* Darken IE7 buttons by default so they stand out more given they won't have borders */

                filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
                border: 1px solid #cccccc;
                *border: 0;
                border-bottom-color: #b3b3b3;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
                *margin-left: .3em;
                -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
                -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
                box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
                
            }
            .multi-autocomplete span:hover {
                background-color: #e6e6e6;

                
            }
            .multi-autocomplete span i {margin-right: 3px;}
            .multi-autocomplete span a {
                position:absolute; right:8px; top:5px; color:#666;
                font:bold 12px Verdana, Sans-serif; text-decoration:none;
            }
            .multi-autocomplete span a:hover { color:#ff0000; text-decoration:none; }
            .ui-menu .ui-menu-item { white-space:nowrap; font:12px Verdana, Sans-serif; padding:5px; }
            
            .video-list-box {display: inline-block;width: 150px;margin-left: 10px;  font-size: 11px;position: relative;padding: 10px;margin-bottom: 10px;}
            .video-list-box .video-title {white-space: nowrap;  overflow: hidden;  text-overflow: ellipsis;}
            .video-list-box .show-loader {position: absolute;left: 0; top:0}
            .video-list-box .gooe-icon{position: absolute;right: 0; top:10px}
            .video-list-box .youtube-icon {position: absolute;right: 0; top:32px}
            .video-list-box .edit-icon {position: absolute;right: 0; top:52px;}
            .video-list-box input {width: 100%};
            
            .video-list-box.errorborder {border:1px solid red}
            .video-list-box.succsessborder {border:1px solid green}
            .video-list-box a {
              font-size: 17px;
            }

@media (max-width: 767px) { 
    .serach-mobile {margin: 20px 0}
    .serach-mobile .search-mode {width: 25%;display: inline-block}
    .serach-mobile .search-input {width: 72%;display: inline-block}
    
    .flexigrid div.bDiv table th:nth-child(2) {  width: 10% !important;}
    .flexigrid div.bDiv table td:nth-child(2) {  width: 10% !important;}
    .flexigrid div.bDiv table th:nth-child(3), .flexigrid div.bDiv table th:nth-child(4) {  display: none}
    .flexigrid div.bDiv table td:nth-child(3), .flexigrid div.bDiv table td:nth-child(4) {  display: none}
    
    .flexigrid .main-table-box .tools a {    margin-right: 10px;}
    .tag-photos-list .thumb-list li img {    max-width: 125px;}
}