@CHARSET "UTF-8";
@import url('https://www.dunjincvet.com/admin/css/SimplyButtons.css');
@import url('https://www.dunjincvet.com/admin/css/boxes.css');
@import url('https://www.dunjincvet.com/admin/css/tipsy.css');
@import url('https://www.dunjincvet.com/admin/css/facebox.css');

/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    background: #204b80 url('https://www.dunjincvet.com/admin/images/background.gif') repeat-x; position:relative;
}

h1 {
    font-family: "Lucida Sans Unicode";
    font-size: 15px;
}

h2 {
    font-family: "Lucida Sans Unicode";
    font-size: 13px;
}

a {
    color: #204b80;
    text-decoration: none;
}

a:hover {
    color: black;
}

/* HEADER */

table#header {
    background: url('https://www.dunjincvet.com/admin/images/header_bg.gif');
    margin-top: 15px;
}

/* TOP NAVIGATION */

ul#top_nav {
    margin-right: 10px;
    list-style: none;
    float: right;
}

ul#top_nav li {
    display: table-cell; vertical-align:middle; width:55px;
}

ul#top_nav li a {
    font-family: "Lucida Sans Unicode";
    font-size: 14px;
    color: #464646;
    text-decoration: none;
    padding: 0px 6px;
    display:table-cell;
    vertical-align:middle;
    height:68px;
    text-align:center;
}

ul#top_nav li a:hover {
    background: #c9d0db;
    color: black;
}

ul#top_nav li a.active {
    color: white;
    background: url('https://www.dunjincvet.com/admin/images/top_nav_bg.gif');
    display:table-cell;
    vertical-align:middle;
}

td.info span {
    display: block;
    font-size: 14px;
    margin-bottom: 8px;
}

td.info a {
    color: #464646;
    font-size: 10px;
    text-decoration: none;
    padding: 1px 5px;
    border: solid 1px #aeb7c6;
    background: #bbc2ce;
}
td.info a:hover {
    color: white;
    border: solid 1px #3c7bc8;
    background: #5d99d6;
}


/* LEFT NAVIGATION */

div.nav-title {
    display: block;
    width: 199px;
    background: #c9d0db;
    padding-top: 5px;
    height: 22px;
}
div.nav-title span {
    font-weight: bold;
    font-size: 12px;
    float: left;
    margin-left: 15px;
}
div.nav-title a {
    float: right;
    margin-right: 5px;
}

ul.left-nav li {
    display: block;
    width: 200px;
    min-height: 26px;
    overflow: hidden;
}
ul.left-nav li.active, ul.left-nav li:hover.active {
    background: url('https://www.dunjincvet.com/admin/images/left_nav_bg.gif') repeat-x;
    background-color: #1E6CBB;
    padding-bottom: 2px;
}
ul.left-nav li:hover {
    background: #c9d0db;
}
ul.left-nav li a {
    color: #464646;
    text-decoration: none;
    float: left;
    margin:4px 0px 4px 15px;
    width: 160px;
}
ul.left-nav li.active a {
    color: white;
}
ul.left-nav li img {
    float: right;
    margin-right: 5px;
    margin-top: 5px;
}


/* SUBPAGES NAVIGATION */
ul.sub-nav li {
    display: block;
    height: 26px;
}
ul.sub-nav li:hover {
    background: #c9d0db;
}
ul.sub-nav li a {
    color: #464646;
    text-decoration: none;
    float: left;
    margin-left: 15px;
    margin-top: 4px;
    width: 700px;
}
ul.sub-nav li img {
    float: right;
    margin-right: 5px;
    margin-top: 5px;
}



/* TEMPLATE */

table#content {
    margin-top: 15px;
    margin-bottom: 15px;
}
table#content td.head {
    height: 5px;
    background: url('https://www.dunjincvet.com/admin/images/template_round.gif') no-repeat top left;
}
table#content td.body {
    padding: 0px;
    background: url('https://www.dunjincvet.com/admin/images/template_bg.gif') repeat-y;
}
table#content td.foot {
    height: 5px;
    background: url('https://www.dunjincvet.com/admin/images/template_round.gif') no-repeat bottom left;
}

/* WIDE TEMPLATE */

table#wide_content {
    margin-top: 15px;
    margin-bottom: 15px;
}
table#wide_content td.head {
    height: 5px;
    background: url('https://www.dunjincvet.com/admin/images/wide_template_round.gif') no-repeat top left;
}
table#wide_content td.body {
    background: white;
    padding: 5px 20px;
    position:relative;
}
table#wide_content td.foot {
    height: 5px;
    background: url('https://www.dunjincvet.com/admin/images/wide_template_round.gif') no-repeat bottom left;
}


/* HORIZONTAL DATA */

table.data_horizontal thead {
    background: #5d99d6 url('https://www.dunjincvet.com/admin/images/thead_bg.gif');
}
table.data_horizontal thead tr th {
    color: white;
    padding: 5px 10px;
}
table.data_horizontal tbody tr td {
    padding: 5px 10px;
    border-bottom: solid 1px #DFDFDF;
}
table.data_horizontal tbody tr:hover {
    background: #fff9b2;
}
table.data_horizontal img.left {
    float: left;
    margin-right: 5px;
}


/* HORIZONTAL FORM */
table.form_horizontal td {
    border: solid 2px white;
}

table.form_horizontal td.field {
    color: #464646;
    width: 150px;
}
table.form_horizontal td.value input {
    font-family: "Lucida Sans Unicode";
    padding: 5px 8px;
    width: 250px;
    background: url('https://www.dunjincvet.com/admin/images/input_bg.gif') repeat-x;
    border: solid 1px #C2C2C2;
}


/* SEARCH BOX */

div.search {
    display: block;
    text-align: right;
    margin-bottom: 10px;
    background: url('https://www.dunjincvet.com/admin/images/search_bg.gif') top right no-repeat;
}
div.search input {
    width: 100px;
    height: 19px;
    border: none;
    color: #464646;
    background: none;
    margin-right: 10px;
}




table.form_horizontal td.value input.color {
    background-image: none;
}


a.close_tab {
    padding: 0px 0px 0px 0px;
}



.pagination {
    clear: both;
    margin-top: 15px;
}

.pagination a {
    border: solid 1px #bbbbbb;
    background: #d8dde7;
    padding: 2px 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 2px;
    margin-top: 2px;
    display: inline-block;
}

.pagination a:hover {
    color: #ffffff;
    background: #bbbbbb;
}

.pagination a.active {
    color: #ffffff;
    background: #1d4a83;
    border: solid 1px #1d4a83;
}




label.checkbox-item {
    display: inline-block;
    width: 50px;
    margin-right: 10px;
    margin-bottom: 10px;
    vertical-align: top;
    text-align: center;
    margin-right: 5px;
    padding: 5px;
}

label.checkbox-item:hover {
    background: #f2f2f2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

label.checkbox-item .checkbox {
    display: block;
}

label.checkbox-item span {
    display: block;
    margin-top: 2px;
    clear: both;
    width: 50px;
}

/* hedar slider */
#header_slider, #header_preview{ position:relative; }
#facebox .popup .nivo-controlNav{display:none;}

/* MAX IMG SIZE */
.value img{max-width:566px !important; max-height:424px !important;}

/* data table */
.data_horizontal{ width:100%}

/* input */
input[type="text"] {
    font-family: "Lucida Sans Unicode";
    padding: 2px 8px;
    width: auto;
    background: url('https://www.dunjincvet.com/admin/images/input_bg.gif') repeat-x;
    border: solid 1px #C2C2C2;
}

.banner td{ width: 400px;}

/*  News categry list  - Vesti*/
#tree-div{float:right; margin:0 20px 20px 0; width:300px;}
#tree-div h1{margin-bottom:7px;}

/* Pages list   - Baneri */
#tree-pages{float:left; clear:both; margin:0 0 20px 0;}
/* News categry list  - Baneri */
#tree-news{/*float:left;*/ margin:0 0 20px 20px; display:inline-block;}

#tree-brands{/*float:left;*/ margin:0 0 20px 20px; display:inline-block;}

#tree-categories{/*float:left;*/ margin:0 0 20px 20px; display:inline-block;}


/* Events categry list  - Baneri */
#tree-events{float:left; margin:0 0 20px 20px;}

.select_filter select{width:158px;}

/*#tabs{clear:both; max-width:760px;}*/
#tabs input[type="text"]{width:726px;}
#tabs.general_phrases input[type="text"], #edit-tabs input[type="text"]{width:550px;}

.select_box select{width:158px;}
#tabs input.input_tab, input.input_tab{ width:630px ;}

#tabs.baners{display:inline-block;}

#tabs .nivo_header input[type="text"]{width:630px;}
#tabs .nivo-slide-container{background:#FFF;}


/* CATEGORY LIST */
.head_box{background: url("https://www.dunjincvet.com/admin/images/thead_bg.gif") repeat scroll 0 0 #5D99D6; padding:5px 10px; color:#FFF; font-size:13px; float:left; width:350px;}
.head_box .name_list_title{float:left; }
.head_box .name_option_title{float:right; padding-right:15px}

#categories_list {float:left; }

#categories_list ul{border-left:1px solid #DFDFDF; float:left;}
#categories_list li{ border-bottom:1px solid #DFDFDF; padding:5px 10px; width:330px; float:left;}
#categories_list li .name_cat{float:left;}
#categories_list li .links_cat{float:right;}
#categories_list li:last-child{ border-bottom:none;}
#categories_list .level1 li{width:309px;}
#categories_list .level2 li{width:288px;}
#categories_list .level3 li{width:267px;}
#categories_list .level4 li{width:246px;}

#all_categories_div{ display:block; width:320px; float: right;  }
#all_categories_div .head_box{width:300px; float:right;}

#all_categories_ul{width:320px; float:left;}
#all_categories_ul li{border-bottom:1px solid #DFDFDF; padding:5px 10px; width:300px; float:left;}
#all_categories_ul li .name{float:left; max-width:240px;}
#all_categories_ul li .options{float:right; width:56px; padding:0 11px 0 0;}

#add_subcategory_div { position:absolute; display:none;top:200px; left:50%; border: 10px solid rgba(0, 0, 0, 0.5);
                       border-radius:10px; width:300px;  margin-left:-150px; }
#add_subcategory_div form{position:relative; background:#FFF; padding:10px; width:280px; }
#add_subcategory_div form strong{font-weight:bold;}
#add_subcategory_div form .box{padding:20px; }
#add_subcategory_div form select.list{min-width:150px; margin-bottom:20px; }
#add_subcategory_div form span.submit_round{background: url("https://www.dunjincvet.com/admin/images/bg_button_right.gif") repeat scroll right top rgba(0, 0, 0, 0); height: 24px; padding: 0 16px 0 0; display:inline-block;}
#add_subcategory_div form input.submit{border:none; background-image: url("https://www.dunjincvet.com/admin/images/bg_button_left_add.gif"); padding-left: 30px; display:block; height:24px; color:#666; cursor:pointer;  }
#add_subcategory_div form input.submit:hover{color:#000;}

#add_subcategory_div form .footer{display:block; margin:0; border-top: 1px solid #DDDDDD; padding-top: 5px; overflow:hidden; }
#add_subcategory_div form button.cancel{background:url(https://www.dunjincvet.com/admin/images/closelabel.gif) left top no-repeat; width:66px; height:22px; text-indent:-999999px; float:right; }

/* add/edit category */
.textarea{width:357px; height:70px; margin-bottom:15px;}

/* remove category / subcategory */
.popup_dlrm{position:absolute; top:50%; left:50%; border:10px solid rgba(0,0,0, 0.7);  border-radius:10px; margin:-100px 0 0 -250px; }
.popup_dlrm .popup_box{padding:15px; background:#FFF;}

/********* Shop Product - Photo / Video / Sounds *********/
.title_box{margin-top:30px;float:left; display:block; width:930px;}

#additional_fields_photo{ float:left; padding:10px 10px 0; width:938px;}
.add_photo_div{float:left; width:100%; position:relative;}
.add_photo_div h1{display:block; clear:both;}
.add_photo_div .ui-tabs-panel{padding:5px 17px !important;}
.add_photo_div .button.cancel{ position: absolute; right: 8px; bottom: 28px; }

#additional_fields_video{ float:left; padding:10px 10px 0; width:938px;}
.add_video_div{float:left; width:100%; position:relative;}
.add_video_div h1{display:block; clear:both;}
.add_video_div .ui-tabs-panel{padding:5px 17px !important;}
.add_video_div .button.cancel{ position: absolute; right: 8px; bottom: 28px; }

#additional_fields_sound{ float:left; padding:10px 10px 0; width:938px;}
.add_sound_div{float:left; width:100%; position:relative;}
.add_sound_div h1{display:block; clear:both;}
.add_sound_div .ui-tabs-panel{padding:5px 17px !important;}
.add_sound_div .button.cancel{ position: absolute; right: 8px; bottom: 24px; }

#additional_fields_pdf{ float:left; padding:10px 10px 0; width:938px;}
.add_pdf_div{float:left; width:100%; position:relative;}
.add_pdf_div h1{display:block; clear:both;}
.add_pdf_div .ui-tabs-panel{padding:5px 17px !important;}
.add_pdf_div .button.cancel{ position: absolute; right: 8px; bottom: 24px; }


/* add_product */
.c_button{ bottom:10px !important;}

/* SHOP - filters */
.filters{}
.filters #search_date{width:90px;}
.filters .select_box select{width:140px;}

.filters2 input[type="text"]{width:150px;}
.filters2 .select_box select{width:120px;}

/* SHOP - order list */
.mass input{width:34px; height:16px; text-align:center;}

/* LIST IF UNKNOWN PAGES */
#order_1000000062, #order_1000000065, #order_1000000090, #order_1000000099, #order_1000000124, #order_1000000124, #order_1000000133, #order_1000000134, #order_1000000135, #order_1000000136, #order_1000000137, #order_1000000138, #order_1000000139, #order_1000000121, #order_1000000149, #order_1000000150, #order_1000000160, #order_1000000161, #order_1000000162, #order_1000000163, #order_1000000164, #order_1000000165, #order_1000000181, #1000000126{display:none;}

.related-product { margin-bottom: 5px; }